NEW 188506
[WPE] fast/dom/timer-throttling-hidden-page.html is failing
https://bugs.webkit.org/show_bug.cgi?id=188506
Summary [WPE] fast/dom/timer-throttling-hidden-page.html is failing
Zan Dobersek
Reported 2018-08-13 04:04:09 PDT
The fast/dom/timer-throttling-hidden-page.html layout test is failing on the WPE port: --- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/timer-throttling-hidden-page-expected.txt +++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/dom/timer-throttling-hidden-page-actual.txt @@ -8,7 +8,7 @@ PASS internals.isTimerThrottled(timerHandle) is false PASS internals.isTimerThrottled(timerHandle) is false PASS internals.isTimerThrottled(timerHandle) is false -PASS internals.isTimerThrottled(timerHandle) is true +FAIL internals.isTimerThrottled(timerHandle) should be true. Was false. PASS successfullyParsed is true TEST COMPLETE No other throttling-related test is failing. Might be something to do with determining the hidden status.
Attachments
Diego Pino
Comment 1 2020-05-25 08:41:31 PDT
The implementation of this test changed in r259985 and now the test is timing out. See: https://bugs.webkit.org/show_bug.cgi?id=212350
Note You need to log in before you can comment on or make changes to this bug.