Changeset 200536 in webkit


Ignore:
Timestamp:
May 6, 2016 8:51:46 PM (8 years ago)
Author:
rniwa@webkit.org
Message:

MouseEvent's offsetX and offsetY should be based on relative target
https://bugs.webkit.org/show_bug.cgi?id=157444
<rdar://problem/24396408>

Reviewed by Darin Adler.

Add a W3C style testharness.js test for adjusting offsetX and offsetY to the adjusted target
since our existing behavior matches the spec as well as Chrome's behavior:
http://w3c.github.io/webcomponents/spec/shadow/#event-dispatch

  • fast/shadow-dom/MouseEvent-prototype-offsetX-offsetY-expected.txt: Added.
  • fast/shadow-dom/MouseEvent-prototype-offsetX-offsetY.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r200535 r200536  
     12016-05-06  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        MouseEvent's offsetX and offsetY should be based on relative target
     4        https://bugs.webkit.org/show_bug.cgi?id=157444
     5        <rdar://problem/24396408>
     6
     7        Reviewed by Darin Adler.
     8
     9        Add a W3C style testharness.js test for adjusting offsetX and offsetY to the adjusted target
     10        since our existing behavior matches the spec as well as Chrome's behavior:
     11        http://w3c.github.io/webcomponents/spec/shadow/#event-dispatch
     12
     13        * fast/shadow-dom/MouseEvent-prototype-offsetX-offsetY-expected.txt: Added.
     14        * fast/shadow-dom/MouseEvent-prototype-offsetX-offsetY.html: Added.
     15
    1162016-05-06  Joseph Pecoraro  <pecoraro@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.