Title: [110906] trunk/LayoutTests
Revision
110906
Author
jber...@webkit.org
Date
2012-03-15 16:21:41 -0700 (Thu, 15 Mar 2012)

Log Message

Selection is not collapsed in some WK2 editing tests
https://bugs.webkit.org/show_bug.cgi?id=69889

Add some expected failing results for mac-wk2 to get the bots green.

* platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
* platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (110905 => 110906)


--- trunk/LayoutTests/ChangeLog	2012-03-15 23:17:31 UTC (rev 110905)
+++ trunk/LayoutTests/ChangeLog	2012-03-15 23:21:41 UTC (rev 110906)
@@ -1,3 +1,13 @@
+2012-03-15  Jessie Berlin  <jber...@apple.com>
+
+        Selection is not collapsed in some WK2 editing tests
+        https://bugs.webkit.org/show_bug.cgi?id=69889
+
+        Add some expected failing results for mac-wk2 to get the bots green.
+
+        * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
+        * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
+
 2012-03-15  Stephen Chenney  <schen...@chromium.org>
 
         [Chromium] Cleanup of outdated test expectations

Added: trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt (0 => 110906)


--- trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt	2012-03-15 23:21:41 UTC (rev 110906)
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x139
+  RenderBlock {HTML} at (0,0) size 800x139
+    RenderBody {BODY} at (8,16) size 784x115
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 758x36
+          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a LTR block. To test"
+          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
+      RenderBlock {DIV} at (0,52) size 201x45 [border: (1px solid #000000)]
+        RenderText {#text} at (11,11) size 74x23
+          text run at (11,11) width 74: "WebKit2"
+      RenderBlock (anonymous) at (0,97) size 784x18
+        RenderText {#text} at (0,0) size 186x18
+          text run at (0,0) width 186: "FAIL: selection not collapsed"
+        RenderBR {BR} at (186,0) size 0x18
+        RenderText {#text} at (0,0) size 0x0
+selection start: position 0 of child 0 {#text} of child 3 {DIV} of body
+selection end:   position 7 of child 0 {#text} of child 3 {DIV} of body

Added: trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt (0 => 110906)


--- trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt	2012-03-15 23:21:41 UTC (rev 110906)
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x140
+  RenderBlock {HTML} at (0,0) size 800x140
+    RenderBody {BODY} at (8,16) size 784x116
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 758x36
+          text run at (0,0) width 758: "This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a RTL block. To test"
+          text run at (0,18) width 465: "manually, click the right of the text. The caret should be on the right edge."
+      RenderBlock {DIV} at (0,52) size 201x46 [border: (1px solid #000000)]
+        RenderText {#text} at (118,12) size 72x23
+          text run at (118,12) width 72 RTL: "\x{5E9}\x{5D3}\x{5D4} \x{5D1}\x{5D5}\x{5E8}"
+      RenderBlock (anonymous) at (0,98) size 784x18
+        RenderText {#text} at (0,0) size 186x18
+          text run at (0,0) width 186: "FAIL: selection not collapsed"
+        RenderBR {BR} at (186,0) size 0x18
+        RenderText {#text} at (0,0) size 0x0
+selection start: position 0 of child 0 {#text} of child 3 {DIV} of body
+selection end:   position 3 of child 0 {#text} of child 3 {DIV} of body
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to