Bug 1341763 - stylo: Update test expectations draft
authorNazım Can Altınova <canaltinova@gmail.com>
Sat, 25 Mar 2017 21:16:26 +0300
changeset 551332 4a14f006142f1a8c2533e0c8a4ffab921be3c631
parent 551331 aebfdd703f86ecc17b1409680d21e3669a654376
child 621522 d23de34802b41e23966fad567c772c6bdc174132
push id51028
push userbmo:canaltinova@gmail.com
push dateSat, 25 Mar 2017 18:50:44 +0000
bugs1341763
milestone55.0a1
Bug 1341763 - stylo: Update test expectations MozReview-Commit-ID: 3cG8mIpEvP6
layout/reftests/image-rect/reftest-stylo.list
layout/reftests/svg/as-image/reftest-stylo.list
layout/style/test/stylo-failures.md
--- a/layout/reftests/image-rect/reftest-stylo.list
+++ b/layout/reftests/image-rect/reftest-stylo.list
@@ -1,17 +1,17 @@
 # DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
-fails == background-common-usage-floating-point.html background-common-usage-floating-point.html
-fails == background-common-usage-percent.html background-common-usage-percent.html
-fails == background-common-usage-pixel.html background-common-usage-pixel.html
+== background-common-usage-floating-point.html background-common-usage-floating-point.html
+== background-common-usage-percent.html background-common-usage-percent.html
+== background-common-usage-pixel.html background-common-usage-pixel.html
 == background-draw-nothing-empty-rect.html background-draw-nothing-empty-rect.html
 == background-draw-nothing-invalid-syntax.html background-draw-nothing-invalid-syntax.html
 asserts(0-6) == background-draw-nothing-malformed-images.html background-draw-nothing-malformed-images.html
-fails == background-monster-rect.html background-monster-rect.html
-fails == background-over-size-rect.html background-over-size-rect.html
+== background-monster-rect.html background-monster-rect.html
+== background-over-size-rect.html background-over-size-rect.html
 fails == background-test-parser.html background-test-parser.html
-fails == background-with-other-properties.html background-with-other-properties.html
-fails == background-zoom-1.html background-zoom-1.html
-fails == background-zoom-2.html background-zoom-2.html
-fails == background-zoom-3.html background-zoom-3.html
-fails == background-zoom-4.html background-zoom-4.html
+== background-with-other-properties.html background-with-other-properties.html
+== background-zoom-1.html background-zoom-1.html
+== background-zoom-2.html background-zoom-2.html
+== background-zoom-3.html background-zoom-3.html
+== background-zoom-4.html background-zoom-4.html
 fails == dom-api-computed-style.html dom-api-computed-style.html # Bug 1341763
 fails == dom-api.html dom-api.html
--- a/layout/reftests/svg/as-image/reftest-stylo.list
+++ b/layout/reftests/svg/as-image/reftest-stylo.list
@@ -21,19 +21,19 @@ include zoom/reftest-stylo.list
 # Test for stretching background images by different amounts in each dimension
 == background-stretch-1.html background-stretch-1.html
 
 # Tests for scaling background images
 == background-scale-no-viewbox-1.html background-scale-no-viewbox-1.html
 == background-scale-with-viewbox-1.html background-scale-with-viewbox-1.html
 
 # Tests with -moz-image-rect()
-fails == background-image-rect-1svg.html background-image-rect-1svg.html
-fails == background-image-rect-1png.html background-image-rect-1png.html
-fails == background-image-rect-2.html background-image-rect-2.html
+== background-image-rect-1svg.html background-image-rect-1svg.html
+== background-image-rect-1png.html background-image-rect-1png.html
+== background-image-rect-2.html background-image-rect-2.html
 
 # Test for border-image
 fails == border-image-simple-1.html border-image-simple-1.html
 fails == border-image-simple-2.html border-image-simple-2.html
 
 # Test for canvas "drawImage" method
 == canvas-drawImage-simple-1a.html canvas-drawImage-simple-1a.html
 == canvas-drawImage-simple-1b.html canvas-drawImage-simple-1b.html
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -292,18 +292,16 @@ to mochitest command.
     * test_value_storage.html `-moz-middle-with-baseline` [1]
   * -moz-pre-space on white-space
     * test_value_storage.html `-moz-pre-space` [1]
   * -moz-crisp-edges on image-rendering
     * test_value_storage.html `-moz-crisp-edges` [1]
   * -webkit-{flex,inline-flex} for display servo/servo#15400
     * test_webkit_flex_display.html [4]
   * test_pixel_lengths.html `mozmm`: mozmm unit [3]
-  * -moz-image-rect value servo/servo#15948
-    * test_value_storage.html `-moz-image-rect` [15]
 * Unsupported values
   * SVG-only values of pointer-events not recognized
     * test_compute_data_with_start_struct.html `pointer-events` [2]
     * test_inherit_computation.html `pointer-events` [4]
     * test_initial_computation.html `pointer-events` [2]
     * test_pointer-events.html [2]
     * test_value_storage.html `pointer-events` [8]
   * new syntax of rgba?() and hsla?() functions servo/rust-cssparser#113