Title: [216888] trunk/LayoutTests
Revision
216888
Author
cdu...@apple.com
Date
2017-05-15 16:36:20 -0700 (Mon, 15 May 2017)

Log Message

Unreviewed, rebaseline platform/ios/ios/css/construct-WebKitCSSMatrix.html after r216881.

* platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt:
* platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (216887 => 216888)


--- trunk/LayoutTests/ChangeLog	2017-05-15 23:24:43 UTC (rev 216887)
+++ trunk/LayoutTests/ChangeLog	2017-05-15 23:36:20 UTC (rev 216888)
@@ -1,3 +1,10 @@
+2017-05-15  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, rebaseline platform/ios/ios/css/construct-WebKitCSSMatrix.html after r216881.
+
+        * platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt:
+        * platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js:
+
 2017-05-15  Jer Noble  <jer.no...@apple.com>
 
         Add experimental setting to allow document gesture interaction to fulfill media playback gesture requirement

Modified: trunk/LayoutTests/platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt (216887 => 216888)


--- trunk/LayoutTests/platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt	2017-05-15 23:24:43 UTC (rev 216887)
+++ trunk/LayoutTests/platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt	2017-05-15 23:36:20 UTC (rev 216888)
@@ -3,9 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
-PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix(new WebKitCSSMatrix)) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
-PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)')) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
+PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1, 0, 0, 1, 0, 0)'
+PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix(new WebKitCSSMatrix)) is 'matrix(1, 0, 0, 1, 0, 0)'
+PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)')) is 'matrix(1, 0, 0, 1, 0, 0)'
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js (216887 => 216888)


--- trunk/LayoutTests/platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js	2017-05-15 23:24:43 UTC (rev 216887)
+++ trunk/LayoutTests/platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js	2017-05-15 23:36:20 UTC (rev 216888)
@@ -3,12 +3,12 @@
 );
 
 shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix)",
-         "'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'");
+         "'matrix(1, 0, 0, 1, 0, 0)'");
 
 shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix(new WebKitCSSMatrix))",
-         "'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'");
+         "'matrix(1, 0, 0, 1, 0, 0)'");
 
 shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)'))",
-         "'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'");
+         "'matrix(1, 0, 0, 1, 0, 0)'");
 
 var successfullyParsed = true;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to