Bug 1379696: Reftest. r?bholley draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Tue, 11 Jul 2017 05:37:19 +0200
changeset 606567 cc90f168556ca17a08562c58dbefd585ea9af769
parent 606566 5f30e308d34462e14fb47e73bce3313d2fd41390
child 636792 2b4e1ca4ba010a58f8df93e2ac6b2fdf5107e193
push id67726
push userbmo:emilio+bugs@crisal.io
push dateTue, 11 Jul 2017 03:38:13 +0000
reviewersbholley
bugs1379696
milestone56.0a1
Bug 1379696: Reftest. r?bholley MozReview-Commit-ID: 2F4wlganOT
layout/reftests/bugs/1379696-ref.html
layout/reftests/bugs/1379696.html
layout/reftests/bugs/reftest.list
new file mode 100644
--- /dev/null
+++ b/layout/reftests/bugs/1379696-ref.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+  .bar:before {
+    content:'SHOULD NOT BE ORANGE'
+  }
+  .foo:before {
+    content:'SHOULD BE ORANGE'
+  }
+  .foo:before {
+    background-color: orange;
+  }
+</style>
+<div class="bar"></div>
+<div class="foo"></div>
new file mode 100644
--- /dev/null
+++ b/layout/reftests/bugs/1379696.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+  .bar:before {
+    content:'SHOULD NOT BE ORANGE'
+  }
+  .foo:before {
+    content:'SHOULD BE ORANGE'
+  }
+  :-moz-any(.foo):before {
+    background-color: orange;
+  }
+</style>
+<div class="bar"></div>
+<div class="foo"></div>
--- a/layout/reftests/bugs/reftest.list
+++ b/layout/reftests/bugs/reftest.list
@@ -2030,8 +2030,9 @@ fails-if(!stylo||styloVsGecko) == 136516
 == 1374062.html 1374062-ref.html
 == 1375513.html 1375513-ref.html
 == 1375674.html 1375674-ref.html
 == 1372041.html 1372041-ref.html
 == 1376092.html 1376092-ref.html
 needs-focus == 1377447-1.html 1377447-1-ref.html
 needs-focus != 1377447-1.html 1377447-2.html
 == 1379041.html 1379041-ref.html
+== 1379696.html 1379696-ref.html