Title: [151458] trunk/LayoutTests
Revision
151458
Author
zandober...@gmail.com
Date
2013-06-11 12:49:40 -0700 (Tue, 11 Jun 2013)

Log Message

Unreviewed GTK gardening. Rebaselining various tests that are at the moment failing and need the new baseline.

* platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/gtk/editing/pasteboard/4944770-2-expected.txt:
* platform/gtk/editing/pasteboard/8145-2-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/gtk/editing/pasteboard/paste-xml-expected.txt:
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (151457 => 151458)


--- trunk/LayoutTests/ChangeLog	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/ChangeLog	2013-06-11 19:49:40 UTC (rev 151458)
@@ -1,3 +1,18 @@
+2013-06-11  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed GTK gardening. Rebaselining various tests that are at the moment failing and need the new baseline.
+
+        * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
+        * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
+        * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
+        * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
+        * platform/gtk/editing/pasteboard/8145-2-expected.txt:
+        * platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
+        * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
+        * platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
+        * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
+        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
+
 2013-05-27  Robert Hogan  <rob...@webkit.org>
 
         Positioned Replaced Elements That Aren't RenderReplaced get Incorrect Width

Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -18,5 +18,4 @@
         RenderBlock {DIV} at (14,14) size 756x26
           RenderText {#text} at (0,0) size 84x26
             text run at (0,0) width 84: "OneTwo"
-          RenderText {#text} at (0,0) size 0x0
 caret: position 4 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -21,5 +21,4 @@
         RenderBlock {DIV} at (0,0) size 784x54 [border: (2px solid #FF0000)]
           RenderText {#text} at (14,14) size 34x26
             text run at (14,14) width 34: "XX"
-          RenderText {#text} at (0,0) size 0x0
 caret: position 2 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -23,5 +23,4 @@
         RenderBlock {DIV} at (0,0) size 784x54 [border: (2px solid #FF0000)]
           RenderText {#text} at (14,14) size 34x26
             text run at (14,14) width 34: "XX"
-          RenderText {#text} at (0,0) size 0x0
 caret: position 2 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/4944770-2-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -20,8 +20,6 @@
           RenderBlock (anonymous) at (1,1) size 34x25
             RenderText at (4,4) size 9x17
               text run at (4,4) width 9: "1"
-        RenderText {#text} at (52,7) size 4x17
-          text run at (52,7) width 4: " "
-        RenderText {#text} at (56,7) size 8x17
-          text run at (56,7) width 8: "x"
+        RenderText {#text} at (52,7) size 12x17
+          text run at (52,7) width 12: " x"
 caret: position 1 of child 2 {#text} of child 4 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/8145-2-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/8145-2-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/8145-2-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -3,7 +3,7 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 6 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 layer at (0,0) size 800x600
@@ -25,10 +25,8 @@
           RenderText {#text} at (0,0) size 21x17
             text run at (0,0) width 21: "foo"
         RenderBlock (anonymous) at (1,35) size 782x34
-          RenderText {#text} at (0,0) size 20x17
-            text run at (0,0) width 20: "bar"
-          RenderText {#text} at (20,0) size 20x17
-            text run at (20,0) width 20: "bar"
+          RenderText {#text} at (0,0) size 40x17
+            text run at (0,0) width 40: "barbar"
           RenderBR {BR} at (40,14) size 0x0
           RenderText {#text} at (0,17) size 22x17
             text run at (0,17) width 22: "baz"

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -13,7 +13,7 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 1 of DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of DIV > DIV > BODY > HTML > #document to 8 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 layer at (0,0) size 800x600
@@ -47,8 +47,6 @@
           RenderText {#text} at (2,2) size 78x26
             text run at (2,2) width 78: "line one"
           RenderBR {BR} at (80,23) size 0x0
-          RenderText {#text} at (2,28) size 7x26
-            text run at (2,28) width 7: "l"
-          RenderText {#text} at (9,28) size 72x26
-            text run at (9,28) width 72: "ine two"
+          RenderText {#text} at (2,28) size 79x26
+            text run at (2,28) width 79: "line two"
 caret: position 1 of child 2 {#text} of child 1 {DIV} of child 3 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-008-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-008-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-008-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -101,12 +101,13 @@
 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 12 of #text > DIV > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text > DIV > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document toDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 11 of #text > DIV > DIV > BODY > HTML > #document to 39 of #text > DIV > BODY > HTML > #document toDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document toDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 45 of #text > DIV > BODY > HTML > #document to 45 of #text > DIV > BODY > HTML > #document toDOMRange:range from 20 of #text > DIV > BODY > HTML > #document to 20 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -25,9 +25,7 @@
           RenderInline {SPAN} at (0,0) size 133x26
             RenderText {#text} at (25,14) size 133x26
               text run at (25,14) width 133: "\x{9}\x{9}\x{9}"
-          RenderText {#text} at (158,14) size 23x26
-            text run at (158,14) width 23: "ax"
-          RenderText {#text} at (181,14) size 11x26
-            text run at (181,14) width 11: "z"
+          RenderText {#text} at (158,14) size 34x26
+            text run at (158,14) width 34: "axz"
         RenderText {#text} at (0,0) size 0x0
 caret: position 2 of child 2 {#text} of child 1 {SPAN} of child 1 {DIV} of body

Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -11,7 +11,7 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 7 of #text > span > div > body > html > #document to 7 of #text > span > div > body > html > #document givenAction:WebViewInsertActionPasted
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 10 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document toDOMRange:range from 10 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 14 of #text > span > div > body > html > #document to 14 of #text > span > div > body > html > #document toDOMRange:range from 10 of #text > span > div > body > html > #document to 10 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 foo barbar baz

Modified: trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt (151457 => 151458)


--- trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt	2013-06-11 19:37:04 UTC (rev 151457)
+++ trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt	2013-06-11 19:49:40 UTC (rev 151458)
@@ -5,11 +5,11 @@
 
 
 
-FAIL Starting document.location.hostname is correct (127.0.0.1:8000) assert_equals: Starting document.location.hostname is correct (127.0.0.1:8000) expected "127.0.0.1:8000" but got "127.0.0.1"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1646:72
-assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:567:14
+FAIL Starting document.location.hostname is correct (127.0.0.1:8000) assert_equals: Starting document.location.hostname is correct (127.0.0.1:8000) expected "127.0.0.1:8000" but got "127.0.0.1"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1945:72
+assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:649:14
 http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:39
-step@http://127.0.0.1:8000/w3c/resources/testharness.js:876:22
-test@http://127.0.0.1:8000/w3c/resources/testharness.js:338:21
+step@http://127.0.0.1:8000/w3c/resources/testharness.js:1044:22
+test@http://127.0.0.1:8000/w3c/resources/testharness.js:405:21
 wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67:12
 test_equals@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:11
 global code@http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html:78:23)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to