author | Jesse Ruderman <jruderman@gmail.com> |
Sun, 23 Nov 2014 15:09:51 +0000 | |
changeset 241332 | 800da25d178838cdef35b5cdcf16904b04ae9e4d |
parent 241331 | 0f49a9f62406381c682a8499d5a9ab105db4bea9 |
child 241333 | 495aac9f895d49fe4fc7d3b5731a298e88fac282 |
push id | 4311 |
push user | raliiev@mozilla.com |
push date | Mon, 12 Jan 2015 19:37:41 +0000 |
treeherder | mozilla-beta@150c9fed433b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 559491 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/style/crashtests/559491.html | file | annotate | diff | comparison | revisions | |
layout/style/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/style/crashtests/559491.html @@ -0,0 +1,29 @@ +<!DOCTYPE HTML> +<html> +<head> +<script type="text/javascript"> + +function boom() +{ + for (var i = 0; i < 200; ++i) { + //dump(i + "\n"); + r1 = document.createElementNS("http://www.w3.org/1999/xhtml", "a"); + r1.setAttributeNS(null, "href", "404"); + r1.style.color = "green"; + r2 = document.createElementNS("http://www.w3.org/1999/xhtml", "span"); + r2.style.color = "red"; + document.removeChild(document.documentElement); + document.appendChild(r1); + document.removeChild(document.documentElement); + document.appendChild(r2); + document.removeChild(document.documentElement); + document.appendChild(r1); + document.documentElement.offsetHeight; + } +} + +</script> +</head> + +<body onload="boom();"></body> +</html>
--- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -56,16 +56,17 @@ load 498036-1.html load 509155-1.html load 509156-1.html load 509569-1.html load 524252-1.html load font-face-truncated-src.html load 536789-1.html load 565248-1.html load 558943-1.xhtml +load 559491.html load 571105-1.xhtml load 573127-1.html load 580685.html load 585185-1.html load 592698-1.html load 601437-1.html load 601439-1.html load 605689-1.html