mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
In crashtests we trust.
This commit is contained in:
parent
9558557202
commit
93762c1599
22
layout/base/crashtests/390976-1.html
Normal file
22
layout/base/crashtests/390976-1.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
var aaa = document.getElementById("aaa");
|
||||
var bbb = document.getElementById("bbb");
|
||||
aaa.parentNode.insertBefore(bbb, aaa);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div><span><span style="display: table-caption;"></span><span id="aaa"><div></div></span></span></div>
|
||||
|
||||
<b id="bbb" style="display: table-caption;"></b>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -41,6 +41,7 @@ load 379920-2.svg
|
||||
load 380096-1.html
|
||||
load 385866-1.xhtml
|
||||
load 385880-1.xhtml
|
||||
load 390976-1.html
|
||||
load 393801-1.html
|
||||
load 397011-1.xhtml
|
||||
load 399132-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user