Bug 277402
Summary: | [GTK4] fast/events/context-activated-by-key-event.html is a constant failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=173419 |
Diego Pino
The test is passing in GTK3:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Fcontext-activated-by-key-event.html&platform=GTK&platform=WPE
But it's failing in GTK4 with the following error:
https://build.webkit.org/results/GTK-Linux-64-bit-Release-GTK4-Tests/281623%40main%20%2833569%29/fast/events/context-activated-by-key-event-diff.txt
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/fast/events/context-activated-by-key-event-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/fast/events/context-activated-by-key-event-actual.txt
@@ -1,7 +1,3 @@
This tests whether the context menu is displayed on the menu key press.
example.com
-PASS WINDOW
-PASS CONTENTEDITABLE
-PASS ELEMENT
-PASS CONTENTEDITABLE SELECTION
The test is also failing in WPE with the same error:
https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/281634%40main%20%2816877%29/fast/events/context-activated-by-key-event-diff.txt
--- /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/fast/events/context-activated-by-key-event-expected.txt
+++ /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/fast/events/context-activated-by-key-event-actual.txt
@@ -1,7 +1,3 @@
This tests whether the context menu is displayed on the menu key press.
example.com
-PASS WINDOW
-PASS CONTENTEDITABLE
-PASS ELEMENT
-PASS CONTENTEDITABLE SELECTION
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |