Bug 186252 - [GTK] Layout test legacy-animation-engine/css3/filters/composited-during-transition-layertree.html is failing
Summary: [GTK] Layout test legacy-animation-engine/css3/filters/composited-during-tran...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-03 19:33 PDT by Michael Catanzaro
Modified: 2020-03-09 12:58 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-06-03 19:33:27 PDT
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)
         )
       )
     )
Comment 1 Michael Catanzaro 2018-06-03 19:43:43 PDT
Also, legacy-animation-engine/css3/filters/backdrop/animation.html is timing out. No problems with the original test. Weird.
Comment 2 Alicia Boya García 2018-06-06 03:23:13 PDT
The test is not failing anymore; now it's timing out.
Comment 3 Alicia Boya García 2018-06-06 03:24:31 PDT
Last comment only applies to this test: legacy-animation-engine/css3/filters/backdrop/animation.html
Comment 4 Antoine Quint 2020-03-09 12:58:22 PDT
This test is gone as of r258150, see bug 208815.