gecko-dev/layout/style/crashtests/1403592.html

20 строки
421 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style></style>
<script>
function boom() {
a = document.createElement("x")
a.style.overflow = "o"
document.styleSheets[0].insertRule("i {}", 0)
setTimeout(function() {
document.documentElement.className = "";
}, 0);
}
setTimeout(boom, 0)
</script>
</head>
<i id=id0 style="margin: 15ch">
<svg><animate xlink:href=#id0 attributeName=width to></svg>
</html>