author | Bobby Holley <bobbyholley@gmail.com> |
Thu, 09 May 2013 09:16:02 -0700 | |
changeset 131400 | 80b26df1c79a3e382290f5c434d88c522de6e4fb |
parent 131399 | a8fe89875091e3cd235cb378628cfe3020f6e05e |
child 131401 | 02c1a0223bc324e65169a64521c64d0602e93abd |
push id | 24658 |
push user | emorley@mozilla.com |
push date | Fri, 10 May 2013 08:13:26 +0000 |
treeherder | mozilla-central@08be63954b6b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 857356 |
milestone | 23.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
|
content/xul/content/crashtests/467869-1.xul | file | annotate | diff | comparison | revisions | |
content/xul/content/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
deleted file mode 100644 --- a/content/xul/content/crashtests/467869-1.xul +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0"?> -<?xml-stylesheet href="chrome://global/skin" type="text/css"?> -<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="boom();" class="reftest-wait"> - -<script type="text/javascript"> -// <![CDATA[ - -function boom() -{ - var t = document.getBoxObjectFor(document.documentElement).lastChild; - document.documentElement.style.counterIncrement = "c"; - setTimeout(boom2, 0, t); -} - -function boom2(t) -{ - try { - document.documentElement.appendChild(t); - } catch(e) { - // appendChild is expected to throw - document.documentElement.removeAttribute("class"); - } -} - -// ]]> -</script> - -</window>
--- a/content/xul/content/crashtests/crashtests.list +++ b/content/xul/content/crashtests/crashtests.list @@ -16,9 +16,8 @@ load 363791-1.xul load 384740-1.xul load 384877-1.html load 386947-1.xul load 425821-1.xul load 429085-1.xhtml load 431906-1.html load 451311-1.xul load 461917-1.xhtml -load 467869-1.xul