[Webkit-unassigned] [Bug 87219] New: New fast/events/keydown-leftright-keys.html fails on Qt, GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 23:56:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87219

           Summary: New fast/events/keydown-leftright-keys.html fails on
                    Qt, GTK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure, Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: ap at webkit.org, jberlin at webkit.org,
                    toyoshim at chromium.org
            Blocks: 86694,87008


fast/events/keydown-leftright-keys.html introduced in http://trac.webkit.org/changeset/118001
and fails on GTK and on Qt:


--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/keydown-leftright-keys-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/keydown-leftright-keys-actual.txt 
@@ -5,23 +5,23 @@


 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 16
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+FAIL lastKeyboardEvent.keyCode should be 16. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 1. Was 0.
 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+FAIL lastKeyboardEvent.keyCode should be 17. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 1. Was 0.
 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_LEFT
+FAIL lastKeyboardEvent.keyCode should be 18. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 1. Was 0.
 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 16
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+FAIL lastKeyboardEvent.keyCode should be 16. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 2. Was 0.
 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 17
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+FAIL lastKeyboardEvent.keyCode should be 17. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 2. Was 0.
 PASS lastKeyboardEvent.type is "keydown"
-PASS lastKeyboardEvent.keyCode is 18
-PASS lastKeyboardEvent.keyLocation is KEY_LOCATION_RIGHT
+FAIL lastKeyboardEvent.keyCode should be 18. Was 0.
+FAIL lastKeyboardEvent.keyLocation should be 2. Was 0.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list