This commit is contained in:
Jesse Ruderman 2011-10-03 16:35:59 -07:00
Родитель 1b32875c44
Коммит ec81788bf1
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.getElementById("s").appendChild(document.createElement("div"));
var marq = document.getElementById("f").contentDocument.documentElement;
marq.behavior = "alternate";
}
</script>
</head>
<body onload="boom();"><span id="s"></span><iframe src="data:text/xml,%3Cmarquee%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3EX%3C%2Fmarquee%3E" id="f"></iframe></body>
</html>

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

@ -321,6 +321,7 @@ load 579655.html
load 580494-1.html
load 580834-1.xhtml
load 595039-1.html
load 597924-1.html
load 606432-1.html
load 609821-1.xhtml
load 615146-1.html