Bug 184779
| Summary: | [GTK] Two animations tests failing since r230069 "[Web Animations] Stop using internals.pauseTransitionAtTimeOnElement() in favor of Web Animations API for transitions tests" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, graouts |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Miguel Gomez
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)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
These are passing since r251776. Closing bug and updating expectations.