Bug 188506

Summary: [WPE] fast/dom/timer-throttling-hidden-page.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dpino
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=212350

Description Zan Dobersek 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.
Comment 1 Diego Pino 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