зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1383001: Yet another crashtest. r=heycam
MozReview-Commit-ID: 1B0IloRjVha
This commit is contained in:
Родитель
456487c25b
Коммит
d60f90df95
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
window.onload = () => {
|
||||
a = document.createElement("p")
|
||||
document.documentElement.appendChild(a)
|
||||
a.animate([])
|
||||
document.designMode = 'on'
|
||||
document.documentElement.appendChild(document.createElement("div"))
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
|
@ -186,4 +186,5 @@ load 1381682.html
|
|||
load 1382672.html
|
||||
load 1382710.html
|
||||
load 1383001.html
|
||||
load 1383001-2.html
|
||||
load 1383319.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче