Title: [156080] trunk/LayoutTests
Revision
156080
Author
rn...@webkit.org
Date
2013-09-18 21:03:45 -0700 (Wed, 18 Sep 2013)

Log Message

Redo r156078.

* platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
* platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
* platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Removed.
* platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (156079 => 156080)


--- trunk/LayoutTests/ChangeLog	2013-09-19 03:12:09 UTC (rev 156079)
+++ trunk/LayoutTests/ChangeLog	2013-09-19 04:03:45 UTC (rev 156080)
@@ -1,5 +1,14 @@
 2013-09-18  Ryosuke Niwa  <rn...@webkit.org>
 
+        Redo r156078.
+
+        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
+        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
+        * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Removed.
+        * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Removed.
+
+2013-09-18  Ryosuke Niwa  <rn...@webkit.org>
+
         Lion rebaseline after r155253.
 
         * platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.

Added: trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt (0 => 156080)


--- trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt	2013-09-19 04:03:45 UTC (rev 156080)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x200
+  RenderBlock {HTML} at (0,0) size 800x200
+    RenderBody {BODY} at (8,16) size 784x171
+      RenderBlock {P} at (0,0) size 784x24
+        RenderText {#text} at (0,3) size 690x18
+          text run at (0,3) width 690: "This tests horizontal caret movement in vertical writing mode. \"\x{3042}\x{308B}\x{3002}\" and \"\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\" must be selected."
+      RenderBlock {DIV} at (0,40) size 80x131
+        RenderBlock {P} at (16,0) size 48x131
+          RenderText {#text} at (3,0) size 42x129
+            text run at (3,0) width 129: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
+            text run at (27,0) width 129: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
+      RenderBlock (anonymous) at (0,171) size 784x0
+      RenderBlock {PRE} at (0,184) size 784x0
+selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
+selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body

Added: trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt (0 => 156080)


--- trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt	2013-09-19 04:03:45 UTC (rev 156080)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x200
+  RenderBlock {HTML} at (0,0) size 800x200
+    RenderBody {BODY} at (8,16) size 784x171
+      RenderBlock {P} at (0,0) size 784x24
+        RenderText {#text} at (0,3) size 690x18
+          text run at (0,3) width 690: "This tests horizontal caret movement in vertical writing mode. \"\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}\" and \"\x{540D}\x{524D}\" must be selected."
+      RenderBlock {DIV} at (0,40) size 80x131
+        RenderBlock {P} at (16,0) size 48x131
+          RenderText {#text} at (3,0) size 42x129
+            text run at (3,0) width 129: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
+            text run at (27,0) width 129: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
+      RenderBlock (anonymous) at (0,171) size 784x0
+      RenderBlock {PRE} at (0,184) size 784x0
+selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
+selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body

Deleted: trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt (156079 => 156080)


--- trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt	2013-09-19 03:12:09 UTC (rev 156079)
+++ trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt	2013-09-19 04:03:45 UTC (rev 156080)
@@ -1,17 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x200
-  RenderBlock {HTML} at (0,0) size 800x200
-    RenderBody {BODY} at (8,16) size 784x171
-      RenderBlock {P} at (0,0) size 784x24
-        RenderText {#text} at (0,3) size 690x18
-          text run at (0,3) width 690: "This tests horizontal caret movement in vertical writing mode. \"\x{3042}\x{308B}\x{3002}\" and \"\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\" must be selected."
-      RenderBlock {DIV} at (0,40) size 80x131
-        RenderBlock {P} at (16,0) size 48x131
-          RenderText {#text} at (3,0) size 42x129
-            text run at (3,0) width 129: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
-            text run at (27,0) width 129: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
-      RenderBlock (anonymous) at (0,171) size 784x0
-      RenderBlock {PRE} at (0,184) size 784x0
-selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
-selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body

Deleted: trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt (156079 => 156080)


--- trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt	2013-09-19 03:12:09 UTC (rev 156079)
+++ trunk/LayoutTests/platform/mac-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt	2013-09-19 04:03:45 UTC (rev 156080)
@@ -1,17 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x200
-  RenderBlock {HTML} at (0,0) size 800x200
-    RenderBody {BODY} at (8,16) size 784x171
-      RenderBlock {P} at (0,0) size 784x24
-        RenderText {#text} at (0,3) size 690x18
-          text run at (0,3) width 690: "This tests horizontal caret movement in vertical writing mode. \"\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}\" and \"\x{540D}\x{524D}\" must be selected."
-      RenderBlock {DIV} at (0,40) size 80x131
-        RenderBlock {P} at (16,0) size 48x131
-          RenderText {#text} at (3,0) size 42x129
-            text run at (3,0) width 129: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
-            text run at (27,0) width 129: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
-      RenderBlock (anonymous) at (0,171) size 784x0
-      RenderBlock {PRE} at (0,184) size 784x0
-selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
-selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to