зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1384275 - Reftest. r=emilio
MozReview-Commit-ID: 4At2CHtfeo2 --HG-- extra : rebase_source : f983fc6d872612adb08eaeeaff945fd97fd3a805
This commit is contained in:
Родитель
763890559c
Коммит
d8a7128e4d
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
p { color: green; }
|
||||
</style>
|
||||
<p>This text should be green.</p>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче