mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Add crashtest
This commit is contained in:
parent
13fb4e81a1
commit
2de466d00f
24
layout/style/crashtests/386939-1.html
Normal file
24
layout/style/crashtests/386939-1.html
Normal file
@ -0,0 +1,24 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function rM(n)
|
||||
{
|
||||
n.parentNode.removeChild(n);
|
||||
}
|
||||
|
||||
function boom()
|
||||
{
|
||||
rM(document.getElementById("f1"));
|
||||
rM(document.getElementById("f2"));
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<frameset rows="170,*" onload="setTimeout(boom, 30);">
|
||||
<frame src="data:text/html,frame1" id="f1">
|
||||
<frame src="data:text/html,frame2" id="f2">
|
||||
</frameset>
|
||||
|
||||
</html>
|
@ -4,6 +4,7 @@ load 330998-1.html
|
||||
load 379788-1.html
|
||||
load 383979-1.xhtml
|
||||
load 383979-2.html
|
||||
load 386939-1.html
|
||||
load 391034-1.xhtml
|
||||
load 397022-1.html
|
||||
load 399289-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user