Thou shalt not covet thy neighbor's crashtest.

This commit is contained in:
jruderman@hmc.edu 2007-12-17 22:44:41 -08:00
Родитель 46678c180d
Коммит 47c76f206d
2 изменённых файлов: 36 добавлений и 0 удалений

Просмотреть файл

@ -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