Title: [203193] trunk/LayoutTests
Revision
203193
Author
mmaxfi...@apple.com
Date
2016-07-13 15:02:01 -0700 (Wed, 13 Jul 2016)

Log Message

Test gardening for fast/text/font-face-_javascript_.html
https://bugs.webkit.org/show_bug.cgi?id=156631

Unreviewed.

* TestExpectations:
* fast/text/font-face-_javascript_-expected.txt:
* fast/text/font-face-_javascript_.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (203192 => 203193)


--- trunk/LayoutTests/ChangeLog	2016-07-13 21:58:56 UTC (rev 203192)
+++ trunk/LayoutTests/ChangeLog	2016-07-13 22:02:01 UTC (rev 203193)
@@ -1,3 +1,14 @@
+2016-07-13  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Test gardening for fast/text/font-face-_javascript_.html
+        https://bugs.webkit.org/show_bug.cgi?id=156631
+
+        Unreviewed.
+
+        * TestExpectations:
+        * fast/text/font-face-_javascript_-expected.txt:
+        * fast/text/font-face-_javascript_.html:
+
 2016-07-13  Ryan Haddad  <ryanhad...@apple.com>
 
         Marking imported/blink/storage/indexeddb/blob-valid-after-deletion.html as flaky on Mac and ios-simulator

Modified: trunk/LayoutTests/TestExpectations (203192 => 203193)


--- trunk/LayoutTests/TestExpectations	2016-07-13 21:58:56 UTC (rev 203192)
+++ trunk/LayoutTests/TestExpectations	2016-07-13 22:02:01 UTC (rev 203193)
@@ -980,8 +980,6 @@
 # <a download> does not honor cross-origin restrictions
 webkit.org/b/156100 http/tests/security/anchor-download-block-crossorigin.html [ Failure ]
 
-webkit.org/b/156631 fast/text/font-face-_javascript_.html [ Pass Crash Failure ]
-
 webkit.org/b/157849 fast/frames/crash-during-iframe-load-stop.html [ Pass Timeout ]
 
 webkit.org/b/158085 http/tests/css/shared-stylesheet-mutation.html [ Pass Failure ]

Modified: trunk/LayoutTests/fast/text/font-face-_javascript_-expected.txt (203192 => 203193)


--- trunk/LayoutTests/fast/text/font-face-_javascript_-expected.txt	2016-07-13 21:58:56 UTC (rev 203192)
+++ trunk/LayoutTests/fast/text/font-face-_javascript_-expected.txt	2016-07-13 22:02:01 UTC (rev 203193)
@@ -2,7 +2,7 @@
 PASS new FontFace('family_name', 'url(\'asdf\')', {}).style is "normal"
 PASS new FontFace('family_name', 'url(\'asdf\')', {}).weight is "normal"
 PASS new FontFace('family_name', 'url(\'asdf\')', {}).stretch is "normal"
-PASS new FontFace('family_name', 'url(\'asdf\')', {}).unicodeRange is "U+0-10FFFF"
+PASS new FontFace('family_name', 'url(\'asdf\')', {}).unicodeRange is "U+0-10ffff"
 PASS new FontFace('family_name', 'url(\'asdf\')', {}).variant is "normal"
 PASS new FontFace('family_name', 'url(\'asdf\')', {}).featureSettings is "normal"
 PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'normal'}).style is "normal"

Modified: trunk/LayoutTests/fast/text/font-face-_javascript_.html (203192 => 203193)


--- trunk/LayoutTests/fast/text/font-face-_javascript_.html	2016-07-13 21:58:56 UTC (rev 203192)
+++ trunk/LayoutTests/fast/text/font-face-_javascript_.html	2016-07-13 22:02:01 UTC (rev 203193)
@@ -9,7 +9,7 @@
 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).style", "normal");
 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).weight", "normal");
 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).stretch", "normal");
-shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).unicodeRange", "U+0-10FFFF");
+shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).unicodeRange", "U+0-10ffff");
 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).variant", "normal");
 shouldBeEqualToString("new FontFace('family_name', 'url(\\'asdf\\')', {}).featureSettings", "normal");
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to