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.
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