Title: [268573] trunk/LayoutTests
Revision
268573
Author
[email protected]
Date
2020-10-16 00:09:32 -0700 (Fri, 16 Oct 2020)

Log Message

[GTK] Update expectations for editing/pasteboard/drop-text-without-selection.html after r267997

Unreviewed test gardening.

r267997 removed GTK expected baseline for editing/pasteboard/drop-text-without-selection.html, which was stale
after the test was converted into a reftest. After this change, GTK test bot reported the baseline as Missing.
The reason was that the reference test was in platform Mac. Also remove stale GTK expected image.

* editing/pasteboard/drop-text-without-selection-expected.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/drop-text-without-selection-expected.png: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (268572 => 268573)


--- trunk/LayoutTests/ChangeLog	2020-10-16 03:11:51 UTC (rev 268572)
+++ trunk/LayoutTests/ChangeLog	2020-10-16 07:09:32 UTC (rev 268573)
@@ -1,3 +1,17 @@
+2020-10-16  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Update expectations for editing/pasteboard/drop-text-without-selection.html after r267997
+
+        Unreviewed test gardening.
+
+        r267997 removed GTK expected baseline for editing/pasteboard/drop-text-without-selection.html, which was stale
+        after the test was converted into a reftest. After this change, GTK test bot reported the baseline as Missing. 
+        The reason was that the reference test was in platform Mac. Also remove stale GTK expected image.
+
+        * editing/pasteboard/drop-text-without-selection-expected.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html.
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.png: Removed.
+
 2020-10-15  Carlos Alberto Lopez Perez  <[email protected]>
 
         [WPE] Rebaseline after r268520

Copied: trunk/LayoutTests/editing/pasteboard/drop-text-without-selection-expected.html (from rev 268572, trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html) (0 => 268573)


--- trunk/LayoutTests/editing/pasteboard/drop-text-without-selection-expected.html	                        (rev 0)
+++ trunk/LayoutTests/editing/pasteboard/drop-text-without-selection-expected.html	2020-10-16 07:09:32 UTC (rev 268573)
@@ -0,0 +1,27 @@
+<script>
+if (window.testRunner)
+     testRunner.dumpEditingCallbacks();
+</script>
+<body _onload_="runTest()">
+<p>
+    This is a test for <i><a href=""
+    Editable region does not accept dropped text if there is no selection</i>.
+</p>
+<p>
+    The text field should accept drag-and-dropped text, such as the link, even if
+    no text is currently selected.
+</p>
+<hr>
+<input id="field" value="http://www.ibm.com/">
+<a id="link" href="" me into the text field</a>
+
+<script>
+
+function runTest() {
+    var field = document.getElementById("field");
+    field.focus();
+}
+
+</script>
+
+</body>

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (268572 => 268573)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-10-16 03:11:51 UTC (rev 268572)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-10-16 07:09:32 UTC (rev 268573)
@@ -2459,7 +2459,7 @@
 webkit.org/b/157179 editing/pasteboard/drop-file-svg.html [ Failure ]
 webkit.org/b/157179 editing/pasteboard/drop-inputtext-acquires-style.html [ Failure ]
 webkit.org/b/157179 editing/pasteboard/drop-link.html [ Failure ]
-webkit.org/b/157179 editing/pasteboard/drop-text-without-selection.html [ Failure ]
+webkit.org/b/157179 editing/pasteboard/drop-text-without-selection.html [ ImageOnlyFailure ]
 webkit.org/b/157179 editing/pasteboard/get-data-text-plain-drop.html [ Failure ]
 webkit.org/b/157179 editing/pasteboard/smart-drag-drop.html [ Failure ]
 webkit.org/b/157179 editing/pasteboard/subframe-dragndrop-1.html [ Failure ]

Deleted: trunk/LayoutTests/platform/gtk/editing/pasteboard/drop-text-without-selection-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html (268572 => 268573)


--- trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html	2020-10-16 03:11:51 UTC (rev 268572)
+++ trunk/LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.html	2020-10-16 07:09:32 UTC (rev 268573)
@@ -1,27 +0,0 @@
-<script>
-if (window.testRunner)
-     testRunner.dumpEditingCallbacks();
-</script>
-<body _onload_="runTest()">
-<p>
-    This is a test for <i><a href=""
-    Editable region does not accept dropped text if there is no selection</i>.
-</p>
-<p>
-    The text field should accept drag-and-dropped text, such as the link, even if
-    no text is currently selected.
-</p>
-<hr>
-<input id="field" value="http://www.ibm.com/">
-<a id="link" href="" me into the text field</a>
-
-<script>
-
-function runTest() {
-    var field = document.getElementById("field");
-    field.focus();
-}
-
-</script>
-
-</body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to