mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Is that a crashtest in your pocket, or are you just happy to see me?
This commit is contained in:
parent
2652ea1c5b
commit
cfe28c059b
26
layout/base/crashtests/343540-1.html
Normal file
26
layout/base/crashtests/343540-1.html
Normal file
@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
function boo()
|
||||
{
|
||||
var div = document.getElementById("div");
|
||||
var dd = document.getElementById("dd");
|
||||
var newSpan = document.createElement('span');
|
||||
dd.insertBefore(newSpan, div);
|
||||
}
|
||||
|
||||
window.addEventListener("load", boo, false);
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<dd id="dd"><div id="div"></div></dd>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -7,5 +7,6 @@ load 313086-1.xml
|
||||
load 331204-1.html
|
||||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
load 343540-1.html
|
||||
load 379920-1.svg
|
||||
load 379920-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user