зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1399546: Crashtest. r=me
MozReview-Commit-ID: 5L8vYI6lRqd
This commit is contained in:
Родитель
39a846c6f3
Коммит
56031ea305
|
@ -0,0 +1,17 @@
|
|||
<!doctype html>
|
||||
<script>
|
||||
var d = document
|
||||
var de = d.documentElement
|
||||
de.appendChild(d.createElement("x"))
|
||||
de.appendChild(d.createElement("x"))
|
||||
de.appendChild(d.createElement("x"))
|
||||
de.appendChild(d.createElement("body"))
|
||||
|
||||
// Should be enough of them in order for styling to be paralelizable.
|
||||
for (var i = 0; i < 100; ++i)
|
||||
de.appendChild(d.createElement("x"))
|
||||
|
||||
var t = d.createElement("x")
|
||||
de.appendChild(t)
|
||||
t.appendChild(d.createElement("table"))
|
||||
</script>
|
|
@ -218,3 +218,4 @@ load 1395719.html
|
|||
load 1397091.html
|
||||
load 1398479.html
|
||||
load 1398581.html
|
||||
load 1399546.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче