RESOLVED FIXED 163976
REGRESSION(r196264): [GTK] Layout test fast/css/user-drag-none.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163976
Summary REGRESSION(r196264): [GTK] Layout test fast/css/user-drag-none.html is failing
Michael Catanzaro
Reported 2016-10-25 13:31:22 PDT
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
Carlos Garcia Campos
Comment 1 2018-05-03 04:17:04 PDT
Patch attached to bug #185072 makes this test pass again.
Note You need to log in before you can comment on or make changes to this bug.