Bug 1377115 - Enable test_variables.html. r?heycam draft
authorXidorn Quan <me@upsuper.org>
Wed, 19 Jul 2017 13:53:22 +1000
changeset 611006 5b19655d2150810cc0a843361495043e1ec23b1c
parent 611005 58a0107b788e9602072d340993f8fa6f2618937c
child 638039 dee7df5297f3b207112b6510f90365826f875d3a
push id69091
push userxquan@mozilla.com
push dateWed, 19 Jul 2017 03:54:34 +0000
reviewersheycam
bugs1377115
milestone56.0a1
Bug 1377115 - Enable test_variables.html. r?heycam The external sheet isn't meant to test the order of items. It is just for testing handling of relative url in CSS variable, so it doesn't make sense to have it affect the test for checking return value from item(). MozReview-Commit-ID: APTauRXfe1H
layout/style/test/mochitest.ini
layout/style/test/support/external-variable-url.css
--- a/layout/style/test/mochitest.ini
+++ b/layout/style/test/mochitest.ini
@@ -313,17 +313,16 @@ support-files = ../../reftests/fonts/mar
 [test_value_cloning.html]
 skip-if = toolkit == 'android' # bug 775227 for android
 [test_value_computation.html]
 skip-if = toolkit == 'android'
 [test_value_storage.html]
 [test_variable_serialization_computed.html]
 [test_variable_serialization_specified.html]
 [test_variables.html]
-skip-if = stylo # bug 1375555
 support-files = support/external-variable-url.css
 [test_video_object_fit.html]
 [test_viewport_scrollbar_causing_reflow.html]
 [test_viewport_units.html]
 [test_visited_image_loading.html]
 skip-if = toolkit == 'android' # TIMED_OUT for android
 [test_visited_image_loading_empty.html]
 skip-if = toolkit == 'android' # TIMED_OUT for android
--- a/layout/style/test/support/external-variable-url.css
+++ b/layout/style/test/support/external-variable-url.css
@@ -1,3 +1,3 @@
-div {
+#t4 {
   --a: url('image.png');
 }