Bug 1370358 - Enable visited selector tests. r=emilio draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Tue, 06 Jun 2017 17:15:30 -0500
changeset 589822 f28486381bf253be0e8a39744dc279927b73430a
parent 589821 a8dda4cabce71851d42222b59996ac58b72e2a21
child 632030 120f921ad373c8cbbba2ee68d9c5eaaf8b2715bd
push id62533
push userbmo:jryans@gmail.com
push dateTue, 06 Jun 2017 22:27:16 +0000
reviewersemilio
bugs1370358
milestone55.0a1
Bug 1370358 - Enable visited selector tests. r=emilio MozReview-Commit-ID: 4HS6RIDZtWk
layout/reftests/css-visited/selector-descendant-2-ref.xhtml
layout/reftests/css-visited/selector-descendant-2.xhtml
layout/style/test/stylo-failures.md
--- a/layout/reftests/css-visited/selector-descendant-2-ref.xhtml
+++ b/layout/reftests/css-visited/selector-descendant-2-ref.xhtml
@@ -11,26 +11,29 @@ span.v { color: fuchsia; background: rgb
 </style>
 </head>
 <body>
 
 <span class="l">unvisited</span> (<span class="l">unvisited</span>)
 <span class="l">unvisited</span> (<span class="v">visited</span>)
 <span class="v">visited</span> (<span class="l">unvisited</span>)
 <span class="v">visited</span> (<span class="v">visited</span>)
+<br/>
 
 <span class="u">unvisited</span> (<span class="l">unvisited</span>)
 <span class="u">unvisited</span> (<span class="v">visited</span>)
 <span class="u">visited</span> (<span class="l">unvisited</span>)
 <span class="u">visited</span> (<span class="v">visited</span>)
+<br/>
 
 <span class="l">unvisited</span> (<span class="l">unvisited</span>)
 <span class="l">unvisited</span> (<span class="l">visited</span>)
 <span class="v">visited</span> (<span class="l">unvisited</span>)
 <span class="v">visited</span> (<span class="l">visited</span>)
+<br/>
 
 <span class="u">unvisited</span> (<span class="u">unvisited</span>)
 <span class="u">unvisited</span> (<span class="u">visited</span>)
 <span class="u">visited</span> (<span class="u">unvisited</span>)
 <span class="u">visited</span> (<span class="u">visited</span>)
 
 </body>
 </html>
--- a/layout/reftests/css-visited/selector-descendant-2.xhtml
+++ b/layout/reftests/css-visited/selector-descendant-2.xhtml
@@ -11,26 +11,29 @@ a { text-decoration: none; color: black 
 </style>
 </head>
 <body>
 
 <a class="styled" href="unvisited-page.html"><span>unvisited</span> (<a class="styled" href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a class="styled" href="unvisited-page.html"><span>unvisited</span> (<a class="styled" href="visited-page.html"><span>visited</span></a>)</a>
 <a class="styled" href="visited-page.html"><span>visited</span> (<a class="styled" href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a class="styled" href="visited-page.html"><span>visited</span> (<a class="styled" href="visited-page.html"><span>visited</span></a>)</a>
+<br/>
 
 <a href="unvisited-page.html"><span>unvisited</span> (<a class="styled" href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a href="unvisited-page.html"><span>unvisited</span> (<a class="styled" href="visited-page.html"><span>visited</span></a>)</a>
 <a href="visited-page.html"><span>visited</span> (<a class="styled" href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a href="visited-page.html"><span>visited</span> (<a class="styled" href="visited-page.html"><span>visited</span></a>)</a>
+<br/>
 
 <a class="styled" href="unvisited-page.html"><span>unvisited</span> (<a href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a class="styled" href="unvisited-page.html"><span>unvisited</span> (<a href="visited-page.html"><span>visited</span></a>)</a>
 <a class="styled" href="visited-page.html"><span>visited</span> (<a href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a class="styled" href="visited-page.html"><span>visited</span> (<a href="visited-page.html"><span>visited</span></a>)</a>
+<br/>
 
 <a href="unvisited-page.html"><span>unvisited</span> (<a href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a href="unvisited-page.html"><span>unvisited</span> (<a href="visited-page.html"><span>visited</span></a>)</a>
 <a href="visited-page.html"><span>visited</span> (<a href="unvisited-page.html"><span>unvisited</span></a>)</a>
 <a href="visited-page.html"><span>visited</span> (<a href="visited-page.html"><span>visited</span></a>)</a>
 
 </body>
 </html>
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -114,19 +114,17 @@ to mochitest command.
   * test_units_time.html [1]
 * getComputedStyle style doesn't contain custom properties bug 1336891
   * test_variable_serialization_computed.html [35]
   * test_variables.html `custom property name` [2]
 * test_css_supports.html: issues around @supports syntax servo/servo#15482 [7]
 * test_author_specified_style.html: support serializing color as author specified bug 1348165 [27]
 * browser_newtab_share_rule_processors.js: agent style sheet sharing [1]
 * :visited support (bug 1328509)
-  * test_visited_reftests.html `selector-descendant-2.xhtml` [2]
-  * ... `selector-child-2.xhtml` [2]
-  * ... `color-on-bullets-1.html` [2]
+  * test_visited_reftests.html `color-on-bullets-1.html` [2]
   * ... `inherit-keyword-1.xhtml` [2]
   * ... `mathml-links.html` [2]
   * ... `caret-color-on-visited-1.html` [2]
 
 ## Assertions
 
 ## Need Gecko change