Title: [101397] trunk/LayoutTests
Revision
101397
Author
ph...@webkit.org
Date
2011-11-29 10:56:40 -0800 (Tue, 29 Nov 2011)

Log Message

Unreviewed, other round of GTK rebaseline.

* platform/gtk/accessibility/dimensions-include-descendants-expected.txt: Added.
* platform/gtk/editing/execCommand/insertImage-expected.txt:
* platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
* platform/gtk/editing/selection/fake-drag-expected.txt: Added.
* platform/gtk/fast/forms/onselect-textarea-expected.txt: Added.
* platform/gtk/fast/table/multiple-captions-display-expected.txt:
* platform/gtk/plugins/embed-attributes-style-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101396 => 101397)


--- trunk/LayoutTests/ChangeLog	2011-11-29 18:32:25 UTC (rev 101396)
+++ trunk/LayoutTests/ChangeLog	2011-11-29 18:56:40 UTC (rev 101397)
@@ -1,5 +1,17 @@
 2011-11-29  Philippe Normand  <pnorm...@igalia.com>
 
+        Unreviewed, other round of GTK rebaseline.
+
+        * platform/gtk/accessibility/dimensions-include-descendants-expected.txt: Added.
+        * platform/gtk/editing/execCommand/insertImage-expected.txt:
+        * platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
+        * platform/gtk/editing/selection/fake-drag-expected.txt: Added.
+        * platform/gtk/fast/forms/onselect-textarea-expected.txt: Added.
+        * platform/gtk/fast/table/multiple-captions-display-expected.txt:
+        * platform/gtk/plugins/embed-attributes-style-expected.txt:
+
+2011-11-29  Philippe Normand  <pnorm...@igalia.com>
+
         Unreviewed, another GTK svg rebaseline after r101342.
 
         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:

Added: trunk/LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt (0 => 101397)


--- trunk/LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -0,0 +1 @@
+link 1 dimensions: 100 x 100; link 2 dimensions: 100 x 99

Modified: trunk/LayoutTests/platform/gtk/editing/execCommand/insertImage-expected.txt (101396 => 101397)


--- trunk/LayoutTests/platform/gtk/editing/execCommand/insertImage-expected.txt	2011-11-29 18:32:25 UTC (rev 101396)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/insertImage-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -19,6 +19,6 @@
           text run at (0,18) width 375: "passes execCommand a path where no image should exist."
       RenderBlock {DIV} at (0,52) size 784x103
         RenderImage {IMG} at (0,0) size 76x103
-        RenderImage {IMG} at (76,99) size 4x4
+        RenderImage {IMG} at (76,83) size 20x20
       RenderBlock {UL} at (0,171) size 784x0
 caret: position 1 of child 1 {IMG} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt (101396 => 101397)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt	2011-11-29 18:32:25 UTC (rev 101396)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -18,6 +18,6 @@
             RenderBlock {HTML} at (0,0) size 300x150
               RenderBody {BODY} at (8,8) size 284x134
                 RenderBlock {DIV} at (0,0) size 271x129 [border: (1px solid #000000)]
-                  RenderImage {IMG} at (1,1) size 4x4
+                  RenderImage {IMG} at (1,1) size 20x20
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {UL} at (0,226) size 784x0

Added: trunk/LayoutTests/platform/gtk/editing/selection/fake-drag-expected.txt (0 => 101397)


--- trunk/LayoutTests/platform/gtk/editing/selection/fake-drag-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/selection/fake-drag-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -0,0 +1,9 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > DIV > BODY > HTML > #document to 4 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text > DIV > BODY > HTML > #document to 4 of #text > DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > DIV > BODY > HTML > #document to 8 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+Select me, select me, select me

Added: trunk/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt (0 => 101397)


--- trunk/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/forms/onselect-textarea-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -0,0 +1,20 @@
+
+This tests onSelect for textareas. 
+This also makes sure that the correct selection is restored when the element regains focus.
+
+Calling focus on textarea
+After focus: textarea selection start: 0 end: 0
+
+Calling setSelectionRange on textarea
+After setSelectionRange(5, 10): textarea selection start: 5 end: 10
+
+Double clicking to make selection for textarea
+onselect fired for textarea
+After double clicking: textarea selection start: 8 end: 9
+
+Calling blur on textarea
+After blur: textarea selection start: 8 end: 9
+
+Calling focus on textarea
+After focus: textarea selection start: 8 end: 9
+

Modified: trunk/LayoutTests/platform/gtk/fast/table/multiple-captions-display-expected.txt (101396 => 101397)


--- trunk/LayoutTests/platform/gtk/fast/table/multiple-captions-display-expected.txt	2011-11-29 18:32:25 UTC (rev 101396)
+++ trunk/LayoutTests/platform/gtk/fast/table/multiple-captions-display-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -59,7 +59,7 @@
       text run at (15,0) width 98: "PASS: Caption"
       text run at (4,18) width 120: "with opacity 0.5 in"
       text run at (14,36) width 100: "one of its child."
-layer at (8,134) size 450x18
-  RenderBlock (positioned) {a} at (8,134) size 450x18
+layer at (72,134) size 450x18
+  RenderBlock (positioned) {a} at (72,134) size 450x18
     RenderText {#text} at (0,0) size 450x17
       text run at (0,0) width 450: "PASS: Caption with opacity 0.4 and fixed position of one of the child."

Modified: trunk/LayoutTests/platform/gtk/plugins/embed-attributes-style-expected.txt (101396 => 101397)


--- trunk/LayoutTests/platform/gtk/plugins/embed-attributes-style-expected.txt	2011-11-29 18:32:25 UTC (rev 101396)
+++ trunk/LayoutTests/platform/gtk/plugins/embed-attributes-style-expected.txt	2011-11-29 18:56:40 UTC (rev 101397)
@@ -1,10 +1,3 @@
-argv[0] type video/quicktime
-argv[1] border 5px solid black
-argv[0] type video/quicktime
-argv[1] valign top
-argv[0] hidden yes
-argv[1] style border: 1px dashed black
-argv[2] type video/quicktime
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to