Bug 1333001 - Crashtest. r=bzbarsky

This commit is contained in:
Cameron McCormack 2017-01-24 10:02:46 -05:00
Родитель 95a8ef9e62
Коммит 80d819e95c
3 изменённых файлов: 11 добавлений и 0 удалений

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

@ -0,0 +1 @@
@import url(chrome://foo);

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

@ -0,0 +1,9 @@
<!DOCTYPE html>
<link rel=stylesheet href=1333001-1.css type=text/css>
<link rel=stylesheet href=1333001-1.css type=text/css>
<body onload="f()">
<script>
function f() {
document.styleSheets[1].cssRules[0].media;
}
</script>

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

@ -168,3 +168,4 @@ HTTP load 1320423-1.html
asserts-if(stylo,5-28) load 1321357-1.html # bug 1324669
load 1328535-1.html
load 1331272.html
HTTP load 1333001-1.html