Title: [220285] trunk/LayoutTests
Revision
220285
Author
[email protected]
Date
2017-08-04 12:44:04 -0700 (Fri, 04 Aug 2017)

Log Message

Rebaslining fast/text/font-selection-font-loading-api-parse.html for iOS 11.

Unreviewed test gardening.

* platform/ios-11/fast/text/font-selection-font-loading-api-parse-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220284 => 220285)


--- trunk/LayoutTests/ChangeLog	2017-08-04 19:04:47 UTC (rev 220284)
+++ trunk/LayoutTests/ChangeLog	2017-08-04 19:44:04 UTC (rev 220285)
@@ -1,3 +1,11 @@
+2017-08-04  Matt Lewis  <[email protected]>
+
+        Rebaslining fast/text/font-selection-font-loading-api-parse.html for iOS 11.
+
+        Unreviewed test gardening.
+
+        * platform/ios-11/fast/text/font-selection-font-loading-api-parse-expected.txt:
+
 2017-08-04  Chris Dumez  <[email protected]>
 
         PROGRESSION? Multiple imported/w3c/web-platform-tests/fetch/api/ test have started to fail.

Modified: trunk/LayoutTests/platform/ios-11/fast/text/font-selection-font-loading-api-parse-expected.txt (220284 => 220285)


--- trunk/LayoutTests/platform/ios-11/fast/text/font-selection-font-loading-api-parse-expected.txt	2017-08-04 19:04:47 UTC (rev 220284)
+++ trunk/LayoutTests/platform/ios-11/fast/text/font-selection-font-loading-api-parse-expected.txt	2017-08-04 19:44:04 UTC (rev 220285)
@@ -10,13 +10,13 @@
 PASS setFontFaceWeight(fontFace, 'bold') is "bold"
 PASS setFontFaceWeight(fontFace, '800') is "800"
 PASS setFontFaceWeight(fontFace, '900') is "900"
-PASS setFontFaceWeight(fontFace, 'garbage') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceWeight(fontFace, 'initial') threw exception SyntaxError : The string did not match the expected pattern..
+PASS setFontFaceWeight(fontFace, 'garbage') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceWeight(fontFace, 'initial') threw exception SyntaxError: The string did not match the expected pattern..
 PASS setFontFaceWeight(fontFace, 'calc(3 + 4)') is "7"
 PASS setFontFaceWeight(fontFace, 'calc(100 + 200)') is "300"
 PASS setFontFaceWeight(fontFace, 'calc(150 + 50)') is "200"
 PASS setFontFaceStretch(fontFace, '1%') is "1%"
-PASS setFontFaceStretch(fontFace, '2') threw exception SyntaxError : The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, '2') threw exception SyntaxError: The string did not match the expected pattern..
 PASS setFontFaceStretch(fontFace, 'ultra-condensed') is "ultra-condensed"
 PASS setFontFaceStretch(fontFace, 'extra-condensed') is "extra-condensed"
 PASS setFontFaceStretch(fontFace, 'condensed') is "condensed"
@@ -26,22 +26,22 @@
 PASS setFontFaceStretch(fontFace, 'expanded') is "expanded"
 PASS setFontFaceStretch(fontFace, 'extra-expanded') is "extra-expanded"
 PASS setFontFaceStretch(fontFace, 'ultra-expanded') is "ultra-expanded"
-PASS setFontFaceStretch(fontFace, 'garbage') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceStretch(fontFace, 'initial') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceStretch(fontFace, 'calc(3 + 4)') threw exception SyntaxError : The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'garbage') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'initial') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'calc(3 + 4)') threw exception SyntaxError: The string did not match the expected pattern..
 PASS setFontFaceStretch(fontFace, 'calc(3% + 4%)') is "7%"
 PASS setFontFaceStyle(fontFace, 'oblique 1deg') is "oblique 1deg"
 PASS setFontFaceStyle(fontFace, 'oblique 20grad') is "oblique 18deg"
 PASS setFontFaceStyle(fontFace, 'oblique 0.28318rad') is "oblique 16deg"
 PASS setFontFaceStyle(fontFace, 'oblique 0.04turn') is "oblique 14.25deg"
-PASS setFontFaceStyle(fontFace, 'oblique 5') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceStyle(fontFace, 'oblique 20') threw exception SyntaxError : The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'oblique 5') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'oblique 20') threw exception SyntaxError: The string did not match the expected pattern..
 PASS setFontFaceStyle(fontFace, 'italic') is "italic"
 PASS setFontFaceStyle(fontFace, 'oblique') is "italic"
 PASS setFontFaceStyle(fontFace, 'normal') is "normal"
-PASS setFontFaceStyle(fontFace, 'garbage') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceStyle(fontFace, 'initial') threw exception SyntaxError : The string did not match the expected pattern..
-PASS setFontFaceStyle(fontFace, 'oblique calc(3 + 4)') threw exception SyntaxError : The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'garbage') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'initial') threw exception SyntaxError: The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'oblique calc(3 + 4)') threw exception SyntaxError: The string did not match the expected pattern..
 PASS setFontFaceStyle(fontFace, 'oblique calc(0.04turn + 1deg)') is "oblique 15.25deg"
 PASS successfullyParsed is true
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to