Bug 1415663 - Add crashtest. r=me

This commit is contained in:
Jason Kratzer 2017-11-08 22:39:49 -05:00
Родитель 8d5c88fd92
Коммит c85719a37f
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<html>
<head>
<script>
function boom() {
document.getElementById('x').createShadowRoot()
}
</script>
</head>
<body onload=boom()>
<marquee id='x'>
<table id='x'>
</body>
</html>

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

@ -260,4 +260,5 @@ load 1411143.html
load 1411478.html
load 1413288.html
load 1413361.html
load 1415663.html
pref(dom.webcomponents.enabled,true) load 1415353.html