mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
Add crashtest
This commit is contained in:
parent
d4e45566f6
commit
343a4e4ee1
31
layout/base/crashtests/325967-1.html
Normal file
31
layout/base/crashtests/325967-1.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<html class="reftest-wait">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
function init()
|
||||||
|
{
|
||||||
|
var ww = document.getElementById("ww");
|
||||||
|
var inp = document.getElementById("inp");
|
||||||
|
|
||||||
|
document.addEventListener("DOMNodeInserted", u, false);
|
||||||
|
|
||||||
|
document.body.appendChild(ww);
|
||||||
|
|
||||||
|
function u()
|
||||||
|
{
|
||||||
|
document.removeEventListener("DOMNodeInserted", u, false);
|
||||||
|
ww.removeChild(inp);
|
||||||
|
document.documentElement.removeAttribute("class");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
setTimeout(init, 30);
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body><div id="ww"><input type="text" value="inputtext" id="inp">moretext</div></body>
|
||||||
|
|
||||||
|
</html>
|
@ -9,6 +9,7 @@ load 310638-1.svg
|
|||||||
load 310638-2.html
|
load 310638-2.html
|
||||||
load 313086-1.xml
|
load 313086-1.xml
|
||||||
load 322436-1.html
|
load 322436-1.html
|
||||||
|
load 325967-1.html
|
||||||
load 325984-1.xhtml
|
load 325984-1.xhtml
|
||||||
load 325984-2.html
|
load 325984-2.html
|
||||||
load 331204-1.html
|
load 331204-1.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user