Bug 202743
Summary: | [GTK] animations/dynamic-stylesheet-loading.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, fujii.hironori |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
animations/dynamic-stylesheet-loading.html
FPPFPPPPPPPPFPPPPPPPPPPPPPPPPPXXXXXXXPPPFPPFPPPPFPFPPPPPF
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/animations/dynamic-stylesheet-loading-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/animations/dynamic-stylesheet-loading-actual.txt
@@ -1,3 +1,3 @@
This test performs an animation and then dynamically loads a new stylesheet (which is empty). It should start animating after a 100ms delay and then stop halfway through the animation at which point we see if it is at the correct position. The loading of the stylesheet should not prevent the animation from running.
-PASS - "webkitTransform.5" property for "splash" element at 0.3s saw something close to: 100
+FAIL - "webkitTransform.5" property for "splash" element at 0.3s expected: 100 but saw: matrix(1, 0, 0, 1, 0, 80)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
This test, or group of tests, has been passing for the last 4000 revisions. Closing bug. Gardened in r278519.
Fujii Hironori
This is still flaky.
https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/270280@main%20(12875)/animations/dynamic-stylesheet-loading-diff.txt
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/animations/dynamic-stylesheet-loading-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/animations/dynamic-stylesheet-loading-actual.txt
@@ -1,3 +1,3 @@
This test performs an animation and then dynamically loads a new stylesheet (which is empty). It should start animating after a 100ms delay and then stop halfway through the animation at which point we see if it is at the correct position. The loading of the stylesheet should not prevent the animation from running.
-PASS - "webkitTransform.5" property for "splash" element at 0.3s saw something close to: 100
+FAIL - "webkitTransform.5" property for "splash" element at 0.3s expected: 100 but saw: matrix(1, 0, 0, 1, 0, 80)
Fujii Hironori
*** This bug has been marked as a duplicate of bug 52669 ***