Bug 199004 - [GTK] fast/events/fire-mousedown-while-pressing-mouse-button.html is failing
Summary: [GTK] fast/events/fire-mousedown-while-pressing-mouse-button.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-19 08:46 PDT by Alicia Boya García
Modified: 2019-06-19 08:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-06-19 08:46:28 PDT
fast/events/fire-mousedown-while-pressing-mouse-button.html

Failing since r245793:r246117

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/fire-mousedown-while-pressing-mouse-button-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/fire-mousedown-while-pressing-mouse-button-actual.txt
@@ -4,18 +4,16 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS received mousedown for the middle mouse button while pressing the left mouse button.
-PASS received mousedown for the right mouse button while pressing the left mouse button.
+FAIL didn't receive mousedown for the middle mouse button while pressing the left mouse button.
+FAIL didn't receive mousedown for the right mouse button while pressing the left mouse button.
 
 When pressing and holding the "middle mouse button"
 
-PASS received mousedown for the left mouse button while pressing the middle mouse button.
-PASS received mousedown for the right mouse button while pressing the middle mouse button.
+FAIL didn't receive mousedown for the right mouse button while pressing the middle mouse button.
 
 When pressing and holding the "right mouse button"
 
-PASS received mousedown for the left mouse button while pressing the right mouse button.
-PASS received mousedown for the middle mouse button while pressing the right mouse button.
+FAIL didn't receive mousedown for the middle mouse button while pressing the right mouse button.
 
 TEST COMPLETE