Changeset 260533 in webkit


Ignore:
Timestamp:
Apr 22, 2020 2:56:02 PM (4 years ago)
Author:
mmaxfield@apple.com
Message:

Update dom/events/Event-dispatch-redispatch.html from upstream WPT
https://bugs.webkit.org/show_bug.cgi?id=210842
<rdar://problem/61948094>

Reviewed by Jon Lee.

Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
to our local repo.

LayoutTests/imported/w3c:

  • web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
  • web-platform-tests/dom/events/Event-dispatch-redispatch.html:

LayoutTests:

  • platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
  • platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r260531 r260533  
     12020-04-22  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update dom/events/Event-dispatch-redispatch.html from upstream WPT
     4        https://bugs.webkit.org/show_bug.cgi?id=210842
     5        <rdar://problem/61948094>
     6
     7        Reviewed by Jon Lee.
     8
     9        Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
     10        to our local repo.
     11
     12        * platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
     13        * platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
     14        * platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
     15
    1162020-04-22  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r260525 r260533  
     12020-04-22  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update dom/events/Event-dispatch-redispatch.html from upstream WPT
     4        https://bugs.webkit.org/show_bug.cgi?id=210842
     5        <rdar://problem/61948094>
     6
     7        Reviewed by Jon Lee.
     8
     9        Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
     10        to our local repo.
     11
     12        * web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
     13        * web-platform-tests/dom/events/Event-dispatch-redispatch.html:
     14
    1152020-04-22  Antoine Quint  <graouts@apple.com>
    216
  • trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt

    r254016 r260533  
    44PASS Redispatching mouseup event whose default action dispatches a click event
    55PASS Redispatching event which is being dispatched
    6 PASS Synthesizing click on button... (button width / height: 62.734375 / 18)
     6PASS Synthesizing click on button...
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html

    r253738 r260533  
    105105  await waitForLoad;
    106106  let bounds = buttonElement.getBoundingClientRect();
    107   test(() => { assert_true(true); }, `Synthesizing click on button... (button width / height: ${bounds.width} / ${bounds.height})`);
     107  test(() => { assert_true(true); }, `Synthesizing click on button...`);
    108108  new test_driver.Actions()
    109109      .pointerMove(Math.floor(bounds.width / 5),
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt

    r254972 r260533  
    44PASS Redispatching mouseup event whose default action dispatches a click event
    55PASS Redispatching event which is being dispatched
    6 PASS Synthesizing click on button... (button width / height: 78 / 27)
     6PASS Synthesizing click on button...
    77
  • trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt

    r258571 r260533  
    44FAIL Redispatching mouseup event whose default action dispatches a click event assert_true: mouseup and click events should've been fired expected true got false
    55PASS Redispatching event which is being dispatched
    6 PASS Synthesizing click on button... (button width / height: 66.78125 / 20)
     6PASS Synthesizing click on button...
    77
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt

    r255152 r260533  
    44PASS Redispatching mouseup event whose default action dispatches a click event
    55PASS Redispatching event which is being dispatched
    6 PASS Synthesizing click on button... (button width / height: 74 / 27)
     6PASS Synthesizing click on button...
    77
Note: See TracChangeset for help on using the changeset viewer.