Diff
Modified: trunk/LayoutTests/ChangeLog (152532 => 152533)
--- trunk/LayoutTests/ChangeLog 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/ChangeLog 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,3 +1,18 @@
+2013-07-10 Simon Pena <[email protected]>
+
+ [GTK] Unreviewed gardening. Update new baselines after r152494 and r152478
+ https://bugs.webkit.org/show_bug.cgi?id=118527
+
+ Unreviewed GTK gardening
+
+ * platform/gtk/editing/deleting/delete-br-002-expected.txt: Updated after r152478.
+ * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed to pick general one after r152494.
+ * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Ditto.
+ * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Ditto.
+ * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Ditto.
+ * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Updated after r152494.
+ * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Updated after r152494.
+
2013-07-10 James Craig <[email protected]>
AX: AccessibilityNodeObject::supportsRequiredAttribute() should switch on CellRole
Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-br-002-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-br-002-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-br-002-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -24,7 +24,6 @@
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldDeleteDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 3 of SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of SPAN > DIV > BODY > HTML > #document to 3 of SPAN > DIV > BODY > HTML > #document toDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 2 of SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
Deleted: trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,6 +0,0 @@
-CONSOLE MESSAGE: line 14: SUCCESS: Nodes stayed in order after outdent.
-This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent.
-
-A
-B
-C
Deleted: trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,7 +0,0 @@
-CONSOLE MESSAGE: line 14: SUCCESS: Nodes stayed in order after outdent.
-This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent.
-
-A
-B
-C
-
Deleted: trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,5 +0,0 @@
-CONSOLE MESSAGE: line 14: SUCCESS: Nodes stayed in order after outdent.
-This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent.
-
-A
-B
Deleted: trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,7 +0,0 @@
-CONSOLE MESSAGE: line 14: SUCCESS: Nodes stayed in order after outdent.
-This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent.
-
-
-A
-
-B
Modified: trunk/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 35: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
+CONSOLE MESSAGE: line 34: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
PASS. DRT didn't crash.
Modified: trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt (152532 => 152533)
--- trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt 2013-07-10 08:57:30 UTC (rev 152532)
+++ trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt 2013-07-10 10:05:25 UTC (rev 152533)
@@ -5,14 +5,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: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)
+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:73
+assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:647:15
+http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:40
+step@http://127.0.0.1:8000/w3c/resources/testharness.js:1044:23
+test@http://127.0.0.1:8000/w3c/resources/testharness.js:405:22
+wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67:13
+test_equals@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:12
+global code@http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html:78:24)
PASS window.performance is defined
PASS window.performance.navigation is defined
PASS timing.navigation.type is TYPE_NAVIGATE