author | Martijn Wargers <martijn.martijn@gmail.com> |
Fri, 24 Oct 2014 17:08:23 +0000 | |
changeset 212288 | 30ea82feef41e881fbc8db286ebaad65f61b6d46 |
parent 212287 | c4e37220caed6766664ea1157bb8cbb8a9243669 |
child 212289 | b5e597a7d2290cbe3e192470b6ca53572ab8ff93 |
push id | 27704 |
push user | kwierso@gmail.com |
push date | Sat, 25 Oct 2014 01:25:30 +0000 |
treeherder | mozilla-central@e37231060eb4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 404192 |
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/xul/crashtests/404192.xhtml | file | annotate | diff | comparison | revisions | |
layout/xul/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/xul/crashtests/404192.xhtml @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait"> +<xul:titlebar id="a" style="overflow: auto;"/> + +<script> +function doe() { +document.getElementsByTagName('*')[1].focus(); +document.getElementsByTagName('*')[0].focus(); +document.documentElement.removeAttribute("class"); +} +setTimeout(doe, 200); +</script> +</html>
--- a/layout/xul/crashtests/crashtests.list +++ b/layout/xul/crashtests/crashtests.list @@ -49,16 +49,17 @@ load 387080-1.xul load 391974-1.html load 394120-1.xhtml load 397293.xhtml load 397304-1.html load 398326-1.xhtml load 399013.xul load 400779-1.xhtml load 402912-1.xhtml +load 404192.xhtml load 408904-1.xul load 412479-1.xhtml asserts(4) load 415394-1.xhtml # Bug 163838 load 420424-1.xul load 430356-1.xhtml load 431738.xhtml load 432058-1.xul load 432068-1.xul