Title: [196047] trunk/LayoutTests
Revision
196047
Author
[email protected]
Date
2016-02-02 22:06:59 -0800 (Tue, 02 Feb 2016)

Log Message

Follow up for:
Cut down on calls to String::lower; mostly replace with convertToASCIILowercase
https://bugs.webkit.org/show_bug.cgi?id=153732

* fast/viewport/viewport-warnings-7-expected.txt: Updated expected results now that
viewport parsing doesn't lowercase the string to parse it.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (196046 => 196047)


--- trunk/LayoutTests/ChangeLog	2016-02-03 06:02:36 UTC (rev 196046)
+++ trunk/LayoutTests/ChangeLog	2016-02-03 06:06:59 UTC (rev 196047)
@@ -1,3 +1,12 @@
+2016-02-02  Darin Adler  <[email protected]>
+
+        Follow up for:
+        Cut down on calls to String::lower; mostly replace with convertToASCIILowercase
+        https://bugs.webkit.org/show_bug.cgi?id=153732
+
+        * fast/viewport/viewport-warnings-7-expected.txt: Updated expected results now that
+        viewport parsing doesn't lowercase the string to parse it.
+
 2016-02-02  Hunseop Jeong  <[email protected]>
 
         Unreviewed. EFL gardening: rebaseline tests after r195740.

Modified: trunk/LayoutTests/fast/viewport/viewport-warnings-7-expected.txt (196046 => 196047)


--- trunk/LayoutTests/fast/viewport/viewport-warnings-7-expected.txt	2016-02-03 06:02:36 UTC (rev 196046)
+++ trunk/LayoutTests/fast/viewport/viewport-warnings-7-expected.txt	2016-02-03 06:06:59 UTC (rev 196047)
@@ -1,3 +1,3 @@
-CONSOLE MESSAGE: line 5: Viewport argument value "123i̇" for key "width" was truncated to its numeric prefix.
+CONSOLE MESSAGE: line 5: Viewport argument value "123İ" for key "width" was truncated to its numeric prefix.
 ALERT: viewport size 123x135.3 scale 2.60163 with limits [2.60163, 5] and userScalable true
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to