<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>140526</bug_id>
          
          <creation_ts>2015-01-15 16:14:44 -0800</creation_ts>
          <short_desc>[Win] No support for key event location in EventSender</short_desc>
          <delta_ts>2015-01-15 16:14:44 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Brent Fulgham">bfulgham</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1061686</commentid>
    <comment_count>0</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2015-01-15 16:14:44 -0800</bug_when>
    <thetext>The layout test &apos;fast/events/keydown-numpad-keys.html&apos; fails because there is no support for key event location in the EventSender.

Example failure output:

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/fast/events/keydown-numpad-keys-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/fast/events/keydown-numpad-keys-actual.txt
@@ -6,16 +6,16 @@
 
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 33
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 34
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 36
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 35
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 37
 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
@@ -30,10 +30,10 @@
 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 45
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 46
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_STANDARD
+FAIL lastKeyboardEvent.location should be 0. Was 3.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 33
 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
@@ -48,16 +48,16 @@
 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 37
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
+FAIL lastKeyboardEvent.location should be 3. Was 0.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 39
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
+FAIL lastKeyboardEvent.location should be 3. Was 0.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 38
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
+FAIL lastKeyboardEvent.location should be 3. Was 0.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 40
-PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD
+FAIL lastKeyboardEvent.location should be 3. Was 0.
 PASS lastKeyboardEvent.type is &quot;keydown&quot;
 PASS lastKeyboardEvent.keyCode is 45
 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_NUMPAD</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>