<?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>136226</bug_id>
          
          <creation_ts>2014-08-25 07:31:32 -0700</creation_ts>
          <short_desc>[EFL] fast/events/constructors/mouse-event-constructor.html and fast/events/constructors/wheel-event-constructor.html are failing</short_desc>
          <delta_ts>2017-03-11 10:37: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 EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Michal Pakula vel Rutka">mpakulavelrutka</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lucas.de.marchi</cc>
    
    <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1031143</commentid>
    <comment_count>0</comment_count>
    <who name="Michal Pakula vel Rutka">mpakulavelrutka</who>
    <bug_when>2014-08-25 07:31:32 -0700</bug_when>
    <thetext>Layout tests fast/events/constructors/mouse-event-constructor.html and fast/events/constructors/wheel-event-constructor.html are failing since r172835 &lt;http://trac.webkit.org/changeset/172835&gt;

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=fast%2Fevents%2Fconstructors%2Fmouse-event-constructor.html
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=fast%2Fevents%2Fconstructors%2Fwheel-event-constructor.html

Test diff:
@@ -101,9 +101,9 @@
 PASS new MouseEvent(&apos;eventType&apos;, { screenY: {moemoe: 12345} }).screenY is 0
 PASS new MouseEvent(&apos;eventType&apos;, { screenY: {valueOf: function () { return 12345; }} }).screenY is 12345
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: 0 }).clientX is 0
-FAIL new MouseEvent(&apos;eventType&apos;, { clientX: 2147483647 }).clientX should be 2147483647. Was -1.
+FAIL new MouseEvent(&apos;eventType&apos;, { clientX: 2147483647 }).clientX should be 2147483647. Was 33554431.
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: -1 }).clientX is -1
-FAIL new MouseEvent(&apos;eventType&apos;, { clientX: -2147483648 }).clientX should be -2147483648. Was 0.
+FAIL new MouseEvent(&apos;eventType&apos;, { clientX: -2147483648 }).clientX should be -2147483648. Was -33554432.
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: 4294967295 }).clientX is -1
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: 9007199254740991 }).clientX is -1
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: 18446744073709551615 }).clientX is 0
@@ -122,9 +122,9 @@
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: {moemoe: 12345} }).clientX is 0
 PASS new MouseEvent(&apos;eventType&apos;, { clientX: {valueOf: function () { return 12345; }} }).clientX is 12345
 PASS new MouseEvent(&apos;eventType&apos;, { clientY: 0 }).clientY is 0
-FAIL new MouseEvent(&apos;eventType&apos;, { clientY: 2147483647 }).clientY should be 2147483647. Was -1.
+FAIL new MouseEvent(&apos;eventType&apos;, { clientY: 2147483647 }).clientY should be 2147483647. Was 33554431.
 PASS new MouseEvent(&apos;eventType&apos;, { clientY: -1 }).clientY is -1
-FAIL new MouseEvent(&apos;eventType&apos;, { clientY: -2147483648 }).clientY should be -2147483648. Was 0.
+FAIL new MouseEvent(&apos;eventType&apos;, { clientY: -2147483648 }).clientY should be -2147483648. Was -33554432.
 PASS new MouseEvent(&apos;eventType&apos;, { clientY: 4294967295 }).clientY is -1
 PASS new MouseEvent(&apos;eventType&apos;, { clientY: 9007199254740991 }).clientY is -1
 PASS new MouseEvent(&apos;eventType&apos;, { clientY: 18446744073709551615 }).clientY is 0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1286346</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-03-11 10:37:44 -0800</bug_when>
    <thetext>Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>