mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Thou shalt not covet thy neighbor's crashtest.
This commit is contained in:
parent
46678c180d
commit
47c76f206d
35
content/base/crashtests/330925-1.xhtml
Normal file
35
content/base/crashtests/330925-1.xhtml
Normal file
@ -0,0 +1,35 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
|
||||
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
function init()
|
||||
{
|
||||
var foopy = document.getElementById("foopy");
|
||||
var emb = document.getElementById("emb");
|
||||
|
||||
try {
|
||||
foopy.appendChild(document.getAnonymousNodes(emb)[0]);
|
||||
emb.parentNode.removeChild(emb);
|
||||
foopy.parentNode.removeChild(foopy);
|
||||
} catch (e) {
|
||||
}
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
|
||||
window.addEventListener("load", function() { setTimeout(init, 30); }, false);
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="foopy"/>
|
||||
|
||||
<embed src="data:foo/bar,baz" id="emb" />
|
||||
|
||||
</body>
|
||||
</html>
|
@ -4,6 +4,7 @@ load 326618-1.html
|
||||
load 326646-1.html
|
||||
load 326778-1.html
|
||||
load 326865-1.html
|
||||
load 330925-1.xhtml
|
||||
load 338391-1.xhtml
|
||||
load 340733-1.html
|
||||
load 343730-1.xhtml
|
||||
|
Loading…
x
Reference in New Issue
Block a user