Bug 1384275 - Reftest. r=emilio

MozReview-Commit-ID: 4At2CHtfeo2

--HG--
extra : rebase_source : f983fc6d872612adb08eaeeaff945fd97fd3a805
This commit is contained in:
Cameron McCormack 2017-07-29 15:07:49 +08:00
parent 763890559c
commit d8a7128e4d
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE html>
<style>
p { color: green; }
</style>
<p>This text should be green.</p>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<style>
p { color: red; }
@import url(https://example.invalid/a.css);
@supports (color: green) {
p { color: green; }
}
</style>
<p>This text should be green.</p>

View File

@ -2036,3 +2036,4 @@ needs-focus != 1377447-1.html 1377447-2.html
== 1379696.html 1379696-ref.html
== 1380224-1.html 1380224-1-ref.html
== 1384065.html 1384065-ref.html
== 1384275-1.html 1384275-1-ref.html