[Webkit-unassigned] [Bug 188058] New: [WPE] webanimations/partly-accelerated-transition-by-removing-property.html is failing since added in r234250 "[Web Animations] REGRESSION: transition added immediately after element creation doesn't work"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 26 08:08:09 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=188058
Bug ID: 188058
Summary: [WPE]
webanimations/partly-accelerated-transition-by-removin
g-property.html is failing since added in r234250
"[Web Animations] REGRESSION: transition added
immediately after element creation doesn't work"
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit WPE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: magomez at igalia.com
CC: bugs-noreply at webkitgtk.org
webanimations/partly-accelerated-transition-by-removing-property.html [ Failure ]
The test fails cause the expectation is empty: it's a dump of the layer tree and there are no layers. But on WPE there are layers. This is the diff
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/webanimations/partly-accelerated-transition-by-removing-property-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/webanimations/partly-accelerated-transition-by-removing-property-actual.txt
@@ -1 +1,11 @@
+(GraphicsLayer
+ (anchor 0.00 0.00)
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ )
+ )
+)
I suspect this is just because WPE is always in accelerated compositing mode, and the test expects that removing the animation will cause webkit to leave AC mode. I'll check this and update the expectations if that's the case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180726/d9f3abde/attachment-0001.html>
More information about the webkit-unassigned
mailing list