Title: [244376] trunk/LayoutTests
Revision
244376
Author
commit-qu...@webkit.org
Date
2019-04-17 02:21:50 -0700 (Wed, 17 Apr 2019)

Log Message

Update the test result of resize-observer/eventloop.html.
https://bugs.webkit.org/show_bug.cgi?id=197001

Patch by Cathie Chen <cathiec...@igalia.com> on 2019-04-17
Reviewed by Frédéric Wang.

LayoutTests/imported/w3c:

* web-platform-tests/resize-observer/eventloop-expected.txt:

LayoutTests:

Since 177484 has landed, the order of requestAnimationFrame and resizeobserver callback is right.
No need to mark eventloop.html as flaky.

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (244375 => 244376)


--- trunk/LayoutTests/ChangeLog	2019-04-17 07:36:35 UTC (rev 244375)
+++ trunk/LayoutTests/ChangeLog	2019-04-17 09:21:50 UTC (rev 244376)
@@ -1,3 +1,15 @@
+2019-04-17  Cathie Chen  <cathiec...@igalia.com>
+
+        Update the test result of resize-observer/eventloop.html.
+        https://bugs.webkit.org/show_bug.cgi?id=197001
+
+        Reviewed by Frédéric Wang.
+
+        Since 177484 has landed, the order of requestAnimationFrame and resizeobserver callback is right.
+        No need to mark eventloop.html as flaky.
+
+        * TestExpectations:
+
 2019-04-16  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] [WebKit2] Add support for honoring -[UIMenuItem dontDismiss]

Modified: trunk/LayoutTests/TestExpectations (244375 => 244376)


--- trunk/LayoutTests/TestExpectations	2019-04-17 07:36:35 UTC (rev 244375)
+++ trunk/LayoutTests/TestExpectations	2019-04-17 09:21:50 UTC (rev 244376)
@@ -3056,6 +3056,3 @@
 [ 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 ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (244375 => 244376)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2019-04-17 07:36:35 UTC (rev 244375)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2019-04-17 09:21:50 UTC (rev 244376)
@@ -1,3 +1,12 @@
+2019-04-17  Cathie Chen  <cathiec...@igalia.com>
+
+        Update the test result of resize-observer/eventloop.html.
+        https://bugs.webkit.org/show_bug.cgi?id=197001
+
+        Reviewed by Frédéric Wang.
+
+        * web-platform-tests/resize-observer/eventloop-expected.txt:
+
 2019-04-12  Ryosuke Niwa  <rn...@webkit.org>
 
         Throw TypeError when custom element constructor returns a wrong element or tries to create itself

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/resize-observer/eventloop-expected.txt (244375 => 244376)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/resize-observer/eventloop-expected.txt	2019-04-17 07:36:35 UTC (rev 244375)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/resize-observer/eventloop-expected.txt	2019-04-17 09:21:50 UTC (rev 244376)
@@ -1,11 +1,12 @@
 CONSOLE MESSAGE: ResizeObserver loop completed with undelivered notifications.
+CONSOLE MESSAGE: ResizeObserver loop completed with undelivered notifications.
+CONSOLE MESSAGE: ResizeObserver loop completed with undelivered notifications.
 ResizeObserver notification event loop tests
 
-t1
 
-Harness Error (TIMEOUT), message = null
-
 PASS ResizeObserver implemented 
-NOTRUN guard 
-FAIL test0: multiple notifications inside same event loop assert_equals: new loop expected 1 but got 0
+PASS guard 
+PASS test0: multiple notifications inside same event loop 
+PASS test1: depths of shadow roots 
+PASS test2: move target in dom while inside event loop 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to