Bug 163976
| Summary: | REGRESSION(r196264): [GTK] Layout test fast/css/user-drag-none.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=185072 | ||
Michael Catanzaro
Layout test fast/css/user-drag-none.html has been broken since r196264 ("Infinite loop when processing mouse events synchronously"). Note that I'm guessing it's r196264 since it deals more directly with drag-and-drop, but it could also have been r196265 ("[GTK] WebKitWebView should send crossing events to the WebProcess") as well. Updating expectations accordingly.
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/css/user-drag-none-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/css/user-drag-none-actual.txt
@@ -24,54 +24,54 @@
PASS
PASS
Test #2
-PASS
-PASS
+FAIL: expected DIV but got nil
+FAIL: expected DIV but got nil
Test #3
-PASS
-PASS
-PASS
-PASS
+FAIL: expected IMG but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
PASS
Test #4
-PASS
-PASS
-PASS
-PASS
+FAIL: expected IMG but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
PASS
Test #5
-PASS
+FAIL: expected IMG but got nil
PASS
PASS
PASS
PASS
Test #6
-PASS
-PASS
-PASS
-PASS
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
PASS
Test #7
-PASS
-PASS
-PASS
-PASS
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
PASS
Test #8
-PASS
-PASS
-PASS
-PASS
-PASS
+FAIL: expected IMG but got nil
+FAIL: expected DIV but got nil
+FAIL: expected DIV but got nil
+FAIL: expected DIV but got nil
+FAIL: expected DIV but got nil
Test #9
-PASS
-PASS
-PASS
-PASS
-PASS
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected DIV but got nil
Test #10
-PASS
-PASS
-PASS
-PASS
-PASS
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected A but got nil
+FAIL: expected DIV but got nil
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Patch attached to bug #185072 makes this test pass again.