Changeset 243693 in webkit


Ignore:
Timestamp:
Apr 1, 2019 6:36:16 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Change expectation for imported/w3c/web-platform-tests/resize-observer/eventloop.html.
https://bugs.webkit.org/show_bug.cgi?id=196422

Patch by Cathie Chen <cathiechen> on 2019-04-01
Reviewed by Frédéric Wang.

At current implement, notifyResizeObservers is not synchronized to requestAnimationFrame, so the test would be flaky.

  • TestExpectations: eventloop.html is flaky because it depend on the order of requestAnimationFrame and ResizeObserver timer.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243687 r243693  
     12019-04-01  Cathie Chen  <cathiechen@igalia.com>
     2
     3        Change expectation for imported/w3c/web-platform-tests/resize-observer/eventloop.html.
     4        https://bugs.webkit.org/show_bug.cgi?id=196422
     5
     6        Reviewed by Frédéric Wang.
     7
     8        At current implement, notifyResizeObservers is not synchronized to requestAnimationFrame, so the test would be flaky.
     9
     10        * TestExpectations: eventloop.html is flaky because it depend on the order of requestAnimationFrame and ResizeObserver timer.
     11
    1122019-03-31  Manuel Rego Casasnovas  <rego@igalia.com>
    213
  • trunk/LayoutTests/TestExpectations

    r243664 r243693  
    30733073
    30743074webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass Failure ]
     3075
     3076# If requestAnimationFrame is invoked before ResizeObserver timer fired, it would pass, otherwise it would fail same as eventloop-expected.txt
     3077webkit.org/b/157743 imported/w3c/web-platform-tests/resize-observer/eventloop.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.