Bug 1328509 - Enable visited tests for Stylo. r=emilio draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Wed, 10 May 2017 18:36:43 -0500
changeset 584196 e9f87408ab54adde4334775fb4c3aa5f00c4b051
parent 584195 caa46272f77eca41a3aea83e4c71ef56ec3ea7b0
child 630295 114ad69cd04ba664b1d1ab350432c8f8a8c8f364
push id60646
push userbmo:jryans@gmail.com
push dateThu, 25 May 2017 00:30:26 +0000
reviewersemilio
bugs1328509
milestone55.0a1
Bug 1328509 - Enable visited tests for Stylo. r=emilio MozReview-Commit-ID: HnbVmwMMCMO
layout/style/test/mochitest.ini
layout/style/test/stylo-failures.md
--- a/layout/style/test/mochitest.ini
+++ b/layout/style/test/mochitest.ini
@@ -309,19 +309,19 @@ skip-if = toolkit == 'android'
 [test_value_storage.html]
 [test_variable_serialization_computed.html]
 [test_variable_serialization_specified.html]
 [test_variables.html]
 support-files = support/external-variable-url.css
 [test_video_object_fit.html]
 [test_viewport_units.html]
 [test_visited_image_loading.html]
-skip-if = (toolkit == 'android' || stylo) # TIMED_OUT for android, timeout bug 1328511 for stylo
+skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_visited_image_loading_empty.html]
-skip-if = (toolkit == 'android' || stylo) # TIMED_OUT for android, timeout bug 1328511 for stylo
+skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_visited_lying.html]
-skip-if = (toolkit == 'android' || stylo) # TIMED_OUT for android, timeout bug 1328511 for stylo
+skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_visited_pref.html]
-skip-if = (toolkit == 'android' || stylo) # TIMED_OUT for android, timeout bug 1328511 for stylo
+skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_visited_reftests.html]
-skip-if = (toolkit == 'android' || stylo) # TIMED_OUT for android, timeout bug 1328511 for stylo
+skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_webkit_device_pixel_ratio.html]
 [test_webkit_flex_display.html]
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -138,16 +138,23 @@ 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 [8]
 * 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]
 * test_default_computed_style.html: getDefaultComputedStyle bug 1366157 [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]
+  * ... `inherit-keyword-1.xhtml` [2]
+  * ... `mathml-links.html` [2]
+  * ... `caret-color-on-visited-1.html` [2]
 
 ## Assertions
 
 ## Need Gecko change
 
 * Servo is correct but Gecko is wrong
   * flex-basis should be 0px when omitted in flex shorthand bug 1331530
     * test_flexbox_flex_shorthand.html `flex-basis` [10]