Bug 188506
Summary: | [WPE] fast/dom/timer-throttling-hidden-page.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | New Bugs | Assignee: | 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 |
Zan Dobersek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
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