Bug 1347821 - update stylo mochitest expections for font-language-override support. draft
authorjeremychen@mozilla.com <jeremychen@mozilla.com>
Sun, 26 Mar 2017 16:40:13 +0000
changeset 552820 f080761ced46d165c6111e1066907ffd913db019
parent 552691 272ce6c2572164f5f6a9fba2a980ba9ccf50770c
child 621922 3b2ba2ceb013faa906619564588434cf2c09068f
push id51477
push userbmo:jeremychen@mozilla.com
push dateWed, 29 Mar 2017 03:01:13 +0000
bugs1347821
milestone55.0a1
Bug 1347821 - update stylo mochitest expections for font-language-override support.
layout/style/test/stylo-failures.md
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -230,22 +230,17 @@ to mochitest command.
   * font-feature-settings property servo/servo#15975
     * test_compute_data_with_start_struct.html `font-feature-settings` [2]
     * test_inherit_computation.html `font-feature-settings` [8]
     * test_inherit_storage.html `font-feature-settings` [12]
     * test_initial_computation.html `font-feature-settings` [4]
     * test_initial_storage.html `font-feature-settings` [6]
     * test_value_storage.html `font-feature-settings` [112]
   * font-language-override property bug 1347821
-    * test_compute_data_with_start_struct.html `font-language-override` [2]
-    * test_inherit_computation.html `font-language-override` [8]
-    * test_inherit_storage.html `font-language-override` [12]
-    * test_initial_computation.html `font-language-override` [4]
-    * test_initial_storage.html `font-language-override` [6]
-    * test_value_storage.html `font-language-override` [58]
+    * test_value_storage.html `font-language-override` [16]
   * image-orientation property
     * test_compute_data_with_start_struct.html `image-orientation` [2]
     * test_inherit_computation.html `image-orientation` [4]
     * test_inherit_storage.html `image-orientation` [4]
     * test_initial_computation.html `image-orientation` [2]
     * test_initial_storage.html `image-orientation` [2]
     * test_value_storage.html `image-orientation` [80]
   * flexbox / grid position properties servo/servo#15001