Bug 1288946 - More crashtests.

This commit is contained in:
Mats Palmgren 2017-02-12 01:44:06 +01:00
Родитель 07760337a1
Коммит b657c13404
3 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<body style="width:0"><strong>a b<span id="span"><script>
var code = document.createElement("code");
var small = document.createElement("small");
small.appendChild(document.createTextNode("x"));
document.implementation;
span.insertBefore(code, span.firstChild);
span.style.display = "contents";
window.scrollTo();
code.remove();
span.insertBefore(small, span.firstChild);
</script></strong>

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

@ -0,0 +1,13 @@
<body style="width:0"><strong>a b<span id="span"><script>
var code = document.createElement("code");
var small = document.createElement("span");
small.appendChild(document.createTextNode("x"));
document.implementation;
span.insertBefore(code, span.firstChild);
span.style.display = "contents";
window.scrollTo();
code.remove();
span.insertBefore(small, span.firstChild);
</script></strong>

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

@ -478,6 +478,8 @@ load 1278455-1.html
load 1286889.html
load 1288608.html
load 1288946-1.html
load 1288946-2a.html
load 1288946-2b.html
load 1297835.html
load 1299736-1.html
load 1308793.svg