Bug 1457288 - Part 4: Add a crashtest. r=mats

This commit is contained in:
Brad Werth 2018-05-01 11:32:03 -07:00
Родитель 99b2977f75
Коммит 2a2644f159
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -0,0 +1,9 @@
<script>
function start() {
o234=document.createElement('style');
o235=document.createTextNode("*{ shape-outside: ellipse(1% 10%); shape-margin: 1048576rem; float: right}");
o234.appendChild(o235);
document.documentElement.appendChild(o234);
}
</script>
<body onload="start()"></body>

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

@ -275,4 +275,5 @@ load 1450691.html
pref(dom.webcomponents.shadowdom.enabled,true) load 1453206.html
load 1454140.html
load 1455108.html
load 1457288.html
load 1457985.html