зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest from bug 597924
This commit is contained in:
Родитель
1b32875c44
Коммит
ec81788bf1
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче