Bug 184779 - [GTK] Two animations tests failing since r230069 "[Web Animations] Stop using internals.pauseTransitionAtTimeOnElement() in favor of Web Animations API for transitions tests"
Summary: [GTK] Two animations tests failing since r230069 "[Web Animations] Stop using...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-19 07:46 PDT by Miguel Gomez
Modified: 2019-10-31 05:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2018-04-19 07:46:10 PDT
transitions/clip-path-path-transitions.html [ Failure ]

diff

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/transitions/clip-path-path-transitions-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/transitions/clip-path-path-transitions-actual.txt
@@ -1,5 +1,11 @@
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'path1'
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'path2'
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'path3'
   
-PASS - "-webkit-clip-path" property for "path1" element at 1s saw something close to: path("M 80 40 l 20 0 l 0 60 l 20 0 l 0 -20 l -50 0 l 0 -20 l 80 0 l 0 60 l -60 0 l 0 -80 Z")
+FAIL - "-webkit-clip-path" property for "path1" element at 1s expected: path("M 80 40 l 20 0 l 0 60 l 20 0 l 0 -20 l -50 0 l 0 -20 l 80 0 l 0 60 l -60 0 l 0 -80 Z") but saw: path("M 60.06 40 l 20 0 l 0 60 l 20 0 l 0 -20 l -40.03 0 l 0 -20 l 80 0 l 0 60 l -60 0 l 0 -80 Z")
 PASS - "-webkit-clip-path" property for "path2" element at 1s saw something close to: path("M 100 40 l 20 0 l 0 60 l 0 -20 l -60 0 l 0 -20 l 80 0 l 0 60 l -60 0 l 0 -80 Z")
 PASS - "-webkit-clip-path" property for "path3" element at 1s saw something close to: path(evenodd, "M 100 40 l 20 0 l 0 60 l 20 0 l 0 -20 l -60 0 l 0 -20 l 80 0 l 0 60 l -60 0 l 0 -80 Z")
 

transitions/clip-path-transitions.html [ Failure ]

diff

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/transitions/clip-path-transitions-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/transitions/clip-path-transitions-actual.txt
@@ -1,5 +1,13 @@
-PASS - "-webkit-clip-path" property for "circle" element at 0.5s saw something close to: circle(60px at 50px 40px)
-PASS - "-webkit-clip-path" property for "ellipse" element at 0.5s saw something close to: ellipse(15px 30px at 50px 40px)
-PASS - "-webkit-clip-path" property for "inset" element at 0.5s saw something close to: inset(15px 22px)
-PASS - "-webkit-clip-path" property for "polygon" element at 0.5s saw something close to: polygon(15px 0px, 75px 0, 60px 45px, 0 45px)
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'circle'
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'ellipse'
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'inset'
+CONSOLE MESSAGE: line 374: A transition for property clip-path could not be found
+CONSOLE MESSAGE: line 396: Failed to pause '-webkit-clip-path' transition on element 'polygon'
+FAIL - "-webkit-clip-path" property for "circle" element at 0.5s expected: circle(60px at 50px 40px) but saw: circle(99.91999816894531px at 50px 30.020000457763672px)
+FAIL - "-webkit-clip-path" property for "ellipse" element at 0.5s expected: ellipse(15px 30px at 50px 40px) but saw: ellipse(10.010000228881836px 20.020000457763672px at 50px 30.020000457763672px)
+FAIL - "-webkit-clip-path" property for "inset" element at 0.5s expected: inset(15px 22px) but saw: inset(10.010000228881836px 20.003999710083008px)
+FAIL - "-webkit-clip-path" property for "polygon" element at 0.5s expected: polygon(15px 0px, 75px 0, 60px 45px, 0 45px) but saw: polygon(19.989999771118164px 0px, 99.94999694824219px 0px, 99.91999816894531px 49.9900016784668px, 0px 49.9900016784668px)
Comment 1 Miguel Gomez 2019-10-31 05:32:39 PDT
These are passing since r251776. Closing bug and updating expectations.