Bug 219250

Summary: [GTK] http/tests/navigation/page-cache-requestAnimationFrame.html is failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, crzwdjk
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-11-22 19:04:49 PST
Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270164%20(17152)/http/tests/navigation/page-cache-requestAnimationFrame-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/page-cache-requestAnimationFrame-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/page-cache-requestAnimationFrame-actual.txt
@@ -7,7 +7,7 @@
 pagehide - entering cache
 pageshow - from cache
 PASS Page did enter and was restored from the page cache
-PASS requestAnimationFrame is running after restoring from PageCache.
+FAIL requestAnimationFrame did not work after restoring from PageCache.
 PASS successfullyParsed is true

The test started failing in the interval: [r269676-r269682]
Comment 1 Diego Pino 2021-06-09 00:19:38 PDT
The only test filed under this bug was:

  - http/tests/navigation/page-cache-requestAnimationFrame.html

GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions.

Diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/page-cache-requestAnimationFrame-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/page-cache-requestAnimationFrame-actual.txt
@@ -7,7 +7,7 @@
 pagehide - entering cache
 pageshow - from cache
 PASS Page did enter and was restored from the page cache
-PASS requestAnimationFrame is running after restoring from PageCache.
+FAIL requestAnimationFrame did not work after restoring from PageCache.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 2 Arcady Goldmints-Orlov 2022-01-11 10:45:41 PST
This has been fixed by r287689.

*** This bug has been marked as a duplicate of bug 234867 ***