Title: [87016] trunk/LayoutTests
Revision
87016
Author
[email protected]
Date
2011-05-21 04:23:27 -0700 (Sat, 21 May 2011)

Log Message

2011-05-21  Kent Tamura  <[email protected]>

        [Qt] Update test results for r87014.

        * platform/qt/fast/events/context-no-deselect-expected.txt:
        * platform/qt/fast/forms/input-text-double-click-expected.txt:
        * platform/qt/fast/forms/textfield-outline-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87015 => 87016)


--- trunk/LayoutTests/ChangeLog	2011-05-21 11:04:19 UTC (rev 87015)
+++ trunk/LayoutTests/ChangeLog	2011-05-21 11:23:27 UTC (rev 87016)
@@ -1,5 +1,13 @@
 2011-05-21  Kent Tamura  <[email protected]>
 
+        [Qt] Update test results for r87014.
+
+        * platform/qt/fast/events/context-no-deselect-expected.txt:
+        * platform/qt/fast/forms/input-text-double-click-expected.txt:
+        * platform/qt/fast/forms/textfield-outline-expected.txt:
+
+2011-05-21  Kent Tamura  <[email protected]>
+
         Reviewed by Dimitri Glazkov.
 
         Change text-based <input> types to the new shadow DOM model

Modified: trunk/LayoutTests/platform/qt/fast/events/context-no-deselect-expected.txt (87015 => 87016)


--- trunk/LayoutTests/platform/qt/fast/events/context-no-deselect-expected.txt	2011-05-21 11:04:19 UTC (rev 87015)
+++ trunk/LayoutTests/platform/qt/fast/events/context-no-deselect-expected.txt	2011-05-21 11:23:27 UTC (rev 87016)
@@ -10,5 +10,5 @@
   RenderBlock {DIV} at (2,2) size 162x22
     RenderText {#text} at (1,0) size 114x22
       text run at (1,0) width 114: "some sample text"
-selection start: position 5 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of body
-selection end:   position 15 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of body
+selection start: position 5 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 1 {INPUT} of body
+selection end:   position 15 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 1 {INPUT} of body

Modified: trunk/LayoutTests/platform/qt/fast/forms/input-text-double-click-expected.txt (87015 => 87016)


--- trunk/LayoutTests/platform/qt/fast/forms/input-text-double-click-expected.txt	2011-05-21 11:04:19 UTC (rev 87015)
+++ trunk/LayoutTests/platform/qt/fast/forms/input-text-double-click-expected.txt	2011-05-21 11:23:27 UTC (rev 87016)
@@ -13,5 +13,5 @@
   RenderBlock {DIV} at (2,2) size 162x22
     RenderText {#text} at (1,0) size 93x22
       text run at (1,0) width 93: "word another"
-selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 0 {INPUT} of body
-selection end:   position 4 of child 0 {#text} of child 0 {DIV} of child 0 {INPUT} of body
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 0 {INPUT} of body
+selection end:   position 4 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 0 {INPUT} of body

Modified: trunk/LayoutTests/platform/qt/fast/forms/textfield-outline-expected.txt (87015 => 87016)


--- trunk/LayoutTests/platform/qt/fast/forms/textfield-outline-expected.txt	2011-05-21 11:04:19 UTC (rev 87015)
+++ trunk/LayoutTests/platform/qt/fast/forms/textfield-outline-expected.txt	2011-05-21 11:23:27 UTC (rev 87016)
@@ -12,4 +12,4 @@
   RenderBlock {DIV} at (2,2) size 202x27
     RenderText {#text} at (1,0) size 30x27
       text run at (1,0) width 30: "abc"
-caret: position 3 of child 0 {#text} of child 0 {DIV} of child 3 {INPUT} of body
+caret: position 3 of child 0 {#text} of child 0 {DIV} of {#shadow-root} of child 3 {INPUT} of body
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to