Bug 186252
Summary: | [GTK] Layout test legacy-animation-engine/css3/filters/composited-during-transition-layertree.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | aboya, bugs-noreply, calvaris, graouts, graouts, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Layout test legacy-animation-engine/css3/filters/composited-during-transition-layertree.html is failing since it was added in r230471 "[Web Animations] Duplicate layout tests exercising CSS Animations and CSS Transitions in a dedicated legacy directory".
This one is *fun* because the new test is an exact copy of a preexisting test, and the GTK expectation was correctly copied over as well, again an exact copy of the preexisting GTK expectation. So this test seems to be consistently producing a different result from the original, even though it is identical. Weird!
I'll add a failure expectation.
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/css3/filters/composited-during-transition-layertree-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/css3/filters/composited-during-transition-layertree-actual.txt
@@ -12,19 +12,23 @@
(children 4
(GraphicsLayer
(position 18.00 18.00)
- (bounds 160.00 90.00)
+ (bounds 20.00 20.00)
+ (drawsContent 1)
)
(GraphicsLayer
- (position 18.00 132.00)
- (bounds 160.00 90.00)
+ (position 18.00 62.00)
+ (bounds 20.00 20.00)
+ (drawsContent 1)
)
(GraphicsLayer
- (position 18.00 246.00)
- (bounds 160.00 90.00)
+ (position 18.00 106.00)
+ (bounds 20.00 20.00)
+ (drawsContent 1)
)
(GraphicsLayer
- (position 18.00 360.00)
- (bounds 160.00 90.00)
+ (position 18.00 150.00)
+ (bounds 20.00 20.00)
+ (drawsContent 1)
)
)
)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Also, legacy-animation-engine/css3/filters/backdrop/animation.html is timing out. No problems with the original test. Weird.
Alicia Boya García
The test is not failing anymore; now it's timing out.
Alicia Boya García
Last comment only applies to this test: legacy-animation-engine/css3/filters/backdrop/animation.html
Antoine Quint
This test is gone as of r258150, see bug 208815.