Title: [170310] trunk/LayoutTests
Revision
170310
Author
[email protected]
Date
2014-06-23 12:29:08 -0700 (Mon, 23 Jun 2014)

Log Message

Fix a test case failing on WK1 after r170296.

There is now a non-visual render tree dump difference between WK1 and Wk2 results here due to wk1 requiring an additional style synchronization.

* platform/mac-wk2/editing/inserting: Added.
* platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt.
* platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (170309 => 170310)


--- trunk/LayoutTests/ChangeLog	2014-06-23 19:19:55 UTC (rev 170309)
+++ trunk/LayoutTests/ChangeLog	2014-06-23 19:29:08 UTC (rev 170310)
@@ -1,3 +1,13 @@
+2014-06-23  Antti Koivisto  <[email protected]>
+
+        Fix a test case failing on WK1 after r170296.
+
+        There is now a non-visual render tree dump difference between WK1 and Wk2 results here due to wk1 requiring an additional style synchronization.
+
+        * platform/mac-wk2/editing/inserting: Added.
+        * platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt.
+        * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
+
 2014-06-23  Simon Fraser  <[email protected]>
 
         CSS clip property should make layers non-opaque

Modified: trunk/LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt (170309 => 170310)


--- trunk/LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt	2014-06-23 19:19:55 UTC (rev 170309)
+++ trunk/LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt	2014-06-23 19:29:08 UTC (rev 170310)
@@ -21,4 +21,5 @@
             RenderBlock {BLOCKQUOTE} at (0,0) size 772x18 [color=#008000] [border: none (2px solid #008000)]
               RenderText {#text} at (12,0) size 35x18
                 text run at (12,0) width 35: "green"
+        RenderBlock (anonymous) at (0,54) size 784x0
 caret: position 5 of child 2 {#text} of child 4 {DIV} of body

Copied: trunk/LayoutTests/platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt (from rev 170260, trunk/LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt) (0 => 170310)


--- trunk/LayoutTests/platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/editing/inserting/break-blockquote-after-delete-expected.txt	2014-06-23 19:29:08 UTC (rev 170310)
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (anonymous) at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 759x18
+          text run at (0,0) width 759: "This tests that the blockquote's typing style doesn't remain after breaking the blockquote and typing in the unquoted area."
+        RenderBR {BR} at (759,14) size 0x0
+        RenderBR {BR} at (0,18) size 0x18
+      RenderBlock {DIV} at (0,36) size 784x54
+        RenderBlock {BLOCKQUOTE} at (0,0) size 784x18 [color=#0000FF] [border: none (2px solid #0000FF)]
+          RenderText {#text} at (12,0) size 27x18
+            text run at (12,0) width 27: "blue"
+        RenderBlock (anonymous) at (0,18) size 784x18
+          RenderText {#text} at (0,0) size 34x18
+            text run at (0,0) width 34: "black"
+          RenderBR {BR} at (34,14) size 0x0
+        RenderBlock {BLOCKQUOTE} at (0,36) size 784x18 [color=#0000FF] [border: none (2px solid #0000FF)]
+          RenderBlock {DIV} at (12,0) size 772x18
+            RenderBlock {BLOCKQUOTE} at (0,0) size 772x18 [color=#008000] [border: none (2px solid #008000)]
+              RenderText {#text} at (12,0) size 35x18
+                text run at (12,0) width 35: "green"
+caret: position 5 of child 2 {#text} of child 4 {DIV} of body
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to