Title: [243693] trunk/LayoutTests
Revision
243693
Author
[email protected]
Date
2019-04-01 06:36:16 -0700 (Mon, 01 Apr 2019)

Log 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 <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243692 => 243693)


--- trunk/LayoutTests/ChangeLog	2019-04-01 13:02:39 UTC (rev 243692)
+++ trunk/LayoutTests/ChangeLog	2019-04-01 13:36:16 UTC (rev 243693)
@@ -1,3 +1,14 @@
+2019-04-01  Cathie Chen  <[email protected]>
+
+        Change expectation for imported/w3c/web-platform-tests/resize-observer/eventloop.html.
+        https://bugs.webkit.org/show_bug.cgi?id=196422
+
+        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.
+
 2019-03-31  Manuel Rego Casasnovas  <[email protected]>
 
         Scroll position gets reset when overflow:scroll is inside grid

Modified: trunk/LayoutTests/TestExpectations (243692 => 243693)


--- trunk/LayoutTests/TestExpectations	2019-04-01 13:02:39 UTC (rev 243692)
+++ trunk/LayoutTests/TestExpectations	2019-04-01 13:36:16 UTC (rev 243693)
@@ -3072,3 +3072,6 @@
 [ Debug ] fast/css/first-letter-and-float-crash.html [ Skip ]
 
 webkit.org/b/196274 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm [ Pass Failure ]
+
+# If requestAnimationFrame is invoked before ResizeObserver timer fired, it would pass, otherwise it would fail same as eventloop-expected.txt
+webkit.org/b/157743 imported/w3c/web-platform-tests/resize-observer/eventloop.html [ Pass Failure ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to