⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243235 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 1:35:25 PM (7 years ago)
Author:
graouts@webkit.org
Message:

REGRESSION(r240634): Element::hasPointerCapture() passes a JS-controlled value directly into a HashMap as a key
https://bugs.webkit.org/show_bug.cgi?id=195683

Reviewed by Alex Christensen.

Adding the test that was supposed to have landed along with r242893.

  • pointerevents/pointer-id-crash-expected.txt: Added.
  • pointerevents/pointer-id-crash.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243234 r243235  
     12019-03-20  Antoine Quint  <graouts@apple.com>
     2
     3        REGRESSION(r240634): Element::hasPointerCapture() passes a JS-controlled value directly into a HashMap as a key
     4        https://bugs.webkit.org/show_bug.cgi?id=195683
     5
     6        Reviewed by Alex Christensen.
     7
     8        Adding the test that was supposed to have landed along with r242893.
     9
     10        * pointerevents/pointer-id-crash-expected.txt: Added.
     11        * pointerevents/pointer-id-crash.html: Added.
     12
    1132019-03-20  Devin Rousso  <drousso@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.