Bug 212134
| Summary: | [WPE] css3/filters/should-not-have-compositing-layer.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The css3/filters/should-not-have-compositing-layer.html layout test is failing. Diff indicates presence of compositing layers:
--- /app/webkit/WebKitBuild/Release/layout-test-results/css3/filters/should-not-have-compositing-layer-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/css3/filters/should-not-have-compositing-layer-actual.txt
@@ -3,9 +3,20 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS no compositing layers
+FAIL content has compositing layers
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
+(GraphicsLayer
+(anchor 0.00 0.00)
+(bounds 800.00 600.00)
+(children 1
+(GraphicsLayer
+(bounds 800.00 600.00)
+(contentsOpaque 1)
+)
+)
+)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alicia Boya GarcĂa
Closing as fixed by https://bugs.webkit.org/show_bug.cgi?id=306856 since it has been passing since 306711@main was landed.