Title: [199788] trunk/LayoutTests
Revision
199788
Author
[email protected]
Date
2016-04-20 14:54:09 -0700 (Wed, 20 Apr 2016)

Log Message

Rebaseline tests for iOS simulator.

Unreviewed test gardening.

* platform/ios-simulator-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/ios-simulator-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/ios-simulator/fast/canvas/set-colors-expected.txt: Added.
* platform/ios-simulator/fast/text/emoji-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199787 => 199788)


--- trunk/LayoutTests/ChangeLog	2016-04-20 21:47:39 UTC (rev 199787)
+++ trunk/LayoutTests/ChangeLog	2016-04-20 21:54:09 UTC (rev 199788)
@@ -1,3 +1,14 @@
+2016-04-20  Ryan Haddad  <[email protected]>
+
+        Rebaseline tests for iOS simulator.
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
+        * platform/ios-simulator-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
+        * platform/ios-simulator/fast/canvas/set-colors-expected.txt: Added.
+        * platform/ios-simulator/fast/text/emoji-expected.txt:
+
 2016-04-20  Yoav Weiss  <[email protected]>
 
         Speculative unflake of dynamic_remove_preload_href layout test

Added: trunk/LayoutTests/platform/ios-simulator/fast/canvas/set-colors-expected.txt (0 => 199788)


--- trunk/LayoutTests/platform/ios-simulator/fast/canvas/set-colors-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/canvas/set-colors-expected.txt	2016-04-20 21:54:09 UTC (rev 199788)
@@ -0,0 +1,71 @@
+Test of various canvas graphics context calls for setting colors.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS testFillStyle('transparent') is transparent
+PASS testFillStyle('blue') is blue
+PASS testFillStyle('#FF0000') is red
+PASS testFillStyle('#f00') is red
+PASS testFillStyle('rgb(255, 0, 0)') is red
+PASS testFillStyle('rgba(255, 0, 0, 1)') is red
+PASS testFillStyle('rgba(255, 0, 0, 0.8)') is translucentRed
+PASS testFillStyle('rgba(255, 0, 0, 0)') is transparent
+PASS testFillGradient('transparent') is transparent
+PASS testFillGradient('blue') is blue
+PASS testFillGradient('#FF0000') is red
+PASS testFillGradient('#f00') is red
+PASS testFillGradient('rgb(255, 0, 0)') is red
+PASS testFillGradient('rgba(255, 0, 0, 1)') is red
+PASS testFillGradient('rgba(255, 0, 0, 0.8)') is translucentRed
+PASS testFillGradient('rgba(255, 0, 0, 0)') is transparent
+PASS testSetFillColor('"blue"') is blue
+PASS testSetFillColor('"#FF0000"') is red
+PASS testSetFillColor('"#f00"') is red
+PASS testSetFillColor('"rgb(255, 0, 0)"') is red
+PASS testSetFillColor('"rgba(255, 0, 0, 1)"') is red
+PASS testSetFillColor('"rgba(255, 0, 0, 0.8)"') is translucentRed
+PASS testSetFillColor('"rgba(255, 0, 0, 0)"') is transparent
+PASS testSetFillColor('"blue", 0.8') is translucentBlue
+PASS testSetFillColor('1') is white
+PASS testSetFillColor('1, 0.8') is translucentWhite
+PASS testSetFillColor('0, 1, 0, 1') is green
+PASS testSetFillColor('0, 1, 0, 0.8') is translucentGreen
+FAIL testSetFillColor('0, 0, 0, 1, 1') should be #1a1a1a. Was #1a1919.
+FAIL testSetFillColor('0, 0, 0, 1, 0.8') should be rgba(25, 25, 25, 0.8). Was rgba(26, 25, 25, 0.8).
+PASS testSetFillColor('0, 0, 0, 1, 0') is transparent
+PASS testStrokeStyle('transparent') is transparent
+PASS testStrokeStyle('blue') is blue
+PASS testStrokeStyle('#FF0000') is red
+PASS testStrokeStyle('#f00') is red
+PASS testStrokeStyle('rgb(255, 0, 0)') is red
+PASS testStrokeStyle('rgba(255, 0, 0, 1)') is red
+PASS testStrokeStyle('rgba(255, 0, 0, 0.8)') is translucentRed
+PASS testStrokeStyle('rgba(255, 0, 0, 0)') is transparent
+PASS testStrokeGradient('transparent') is transparent
+PASS testStrokeGradient('blue') is blue
+PASS testStrokeGradient('#FF0000') is red
+PASS testStrokeGradient('#f00') is red
+PASS testStrokeGradient('rgb(255, 0, 0)') is red
+PASS testStrokeGradient('rgba(255, 0, 0, 1)') is red
+PASS testStrokeGradient('rgba(255, 0, 0, 0.8)') is translucentRed
+PASS testStrokeGradient('rgba(255, 0, 0, 0)') is transparent
+PASS testSetStrokeColor('"blue"') is blue
+PASS testSetStrokeColor('"#FF0000"') is red
+PASS testSetStrokeColor('"#f00"') is red
+PASS testSetStrokeColor('"rgb(255, 0, 0)"') is red
+PASS testSetStrokeColor('"rgba(255, 0, 0, 1)"') is red
+PASS testSetStrokeColor('"rgba(255, 0, 0, 0.8)"') is translucentRed
+PASS testSetStrokeColor('"rgba(255, 0, 0, 0)"') is transparent
+PASS testSetStrokeColor('"blue", 0.8') is translucentBlue
+PASS testSetStrokeColor('1') is white
+PASS testSetStrokeColor('1, 0.8') is translucentWhite
+PASS testSetStrokeColor('0, 1, 0, 1') is green
+PASS testSetStrokeColor('0, 1, 0, 0.8') is translucentGreen
+FAIL testSetStrokeColor('0, 0, 0, 1, 1') should be #1a1a1a. Was #1a1919.
+FAIL testSetStrokeColor('0, 0, 0, 1, 0.8') should be rgba(25, 25, 25, 0.8). Was rgba(26, 25, 25, 0.8).
+PASS testSetStrokeColor('0, 0, 0, 1, 0') is transparent
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt (199787 => 199788)


--- trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt	2016-04-20 21:47:39 UTC (rev 199787)
+++ trunk/LayoutTests/platform/ios-simulator/fast/text/emoji-expected.txt	2016-04-20 21:54:09 UTC (rev 199788)
@@ -11,9 +11,9 @@
         RenderText {#text} at (0,0) size 21x27
           text run at (0,0) width 21: "\x{D83D}\x{DE01}"
       RenderBlock {DIV} at (0,67) size 784x430
-        RenderText {#text} at (0,7) size 484x72
-          text run at (0,7) width 484: "\x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}\x{2764}\x{FE0F}\x{D83D}\x{DC8B}\x{D83D}\x{DD75}\x{D83C}\x{DFFB}\x{D83C}\x{DFC7}\x{D83C}\x{DFFB}"
-        RenderBR {BR} at (483,65) size 1x0
+        RenderText {#text} at (0,7) size 512x72
+          text run at (0,7) width 512: "\x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}\x{2764}\x{FE0F}\x{D83D}\x{DC8B}\x{D83D}\x{DD75}\x{D83C}\x{DFFB}\x{D83C}\x{DFC7}\x{D83C}\x{DFFB}"
+        RenderBR {BR} at (512,65) size 0x0
         RenderText {#text} at (0,93) size 432x72
           text run at (0,93) width 432: "\x{D83D}\x{DC68}\x{200D}\x{D83D}\x{DC69}\x{200D}\x{D83D}\x{DC66} \x{D83D}\x{DC68}\x{200D}\x{D83D}\x{DC69}\x{200D}\x{D83D}\x{DC67} \x{D83D}\x{DC6A} \x{D83D}\x{DC66}\x{D83C}\x{DFFB}\x{D83D}\x{DC69}\x{D83C}\x{DFFC}\x{D83D}\x{DC66}\x{D83C}\x{DFFE}"
         RenderBR {BR} at (432,151) size 0x0

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt (199787 => 199788)


--- trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt	2016-04-20 21:47:39 UTC (rev 199787)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt	2016-04-20 21:54:09 UTC (rev 199788)
@@ -1,12 +1,12 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x260
-  RenderBlock {HTML} at (0,0) size 800x260
-    RenderBody {BODY} at (8,16) size 784x236
-      RenderBlock {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 513x19
-          text run at (0,0) width 513: "There should be a complete unbroken drawing of a yin-yang (\x{262F}) symbol below."
-      RenderBlock {DIV} at (0,36) size 784x200
+layer at (0,0) size 800x267
+  RenderBlock {HTML} at (0,0) size 800x267
+    RenderBody {BODY} at (8,16) size 784x243
+      RenderBlock {P} at (0,0) size 784x27
+        RenderText {#text} at (0,5) size 520x19
+          text run at (0,5) width 520: "There should be a complete unbroken drawing of a yin-yang (\x{262F}) symbol below."
+      RenderBlock {DIV} at (0,43) size 784x200
         RenderBlock (floating) {DIV} at (0,0) size 100x100
         RenderBlock (floating) {DIV} at (0,100) size 100x100
         RenderBlock {DIV} at (100,0) size 684x200

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt (199787 => 199788)


--- trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt	2016-04-20 21:47:39 UTC (rev 199787)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt	2016-04-20 21:54:09 UTC (rev 199788)
@@ -1,12 +1,12 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x260
-  RenderBlock {HTML} at (0,0) size 800x260
-    RenderBody {BODY} at (8,16) size 784x236
-      RenderBlock {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 513x19
-          text run at (0,0) width 513: "There should be a complete unbroken drawing of a yin-yang (\x{262F}) symbol below."
-      RenderBlock {DIV} at (0,36) size 784x200
+layer at (0,0) size 800x267
+  RenderBlock {HTML} at (0,0) size 800x267
+    RenderBody {BODY} at (8,16) size 784x243
+      RenderBlock {P} at (0,0) size 784x27
+        RenderText {#text} at (0,5) size 520x19
+          text run at (0,5) width 520: "There should be a complete unbroken drawing of a yin-yang (\x{262F}) symbol below."
+      RenderBlock {DIV} at (0,43) size 784x200
         RenderBlock (floating) {DIV} at (0,0) size 100x100
         RenderBlock (floating) {DIV} at (0,100) size 100x100
         RenderBlock {DIV} at (100,0) size 684x200
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to