Bug 1331272: Crashtest. r=bholley

MozReview-Commit-ID: 1bM83JuvtSm
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez 2017-01-16 09:42:15 +01:00
parent 96ddcd4808
commit c5efe3a064
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!doctype html>
<style>
div::before {
content: "PASS";
display: none;
}
.foo::before {
display: none;
}
</style>
<div></div>
<script>
window.onload = function() {
document.querySelector('div').className = "foo";
}
</script>

View File

@ -167,3 +167,4 @@ skip-if(stylo) load 1319072-1.html # bug 1323733
HTTP load 1320423-1.html
asserts-if(stylo,5-9) load 1321357-1.html # bug 1324669
load 1328535-1.html
load 1331272.html