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) ) ) )
Also, legacy-animation-engine/css3/filters/backdrop/animation.html is timing out. No problems with the original test. Weird.
The test is not failing anymore; now it's timing out.
Last comment only applies to this test: legacy-animation-engine/css3/filters/backdrop/animation.html
This test is gone as of r258150, see bug 208815.