Bug 199004

Summary: [GTK] fast/events/fire-mousedown-while-pressing-mouse-button.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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