Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child-expected.html

Issue 2230593002: CSS filters: fix filtered parent with composited, transformed child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove -webkit-filter from test. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child-expected.html
similarity index 85%
copy from third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
copy to third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child-expected.html
index c0a9fbfc2fa2457fc03f42f887aa0ac2865869df..31f4adfaa1315423469986c1f6b7fb2e4b140557 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child-expected.html
@@ -17,8 +17,8 @@ div {
background-color: gray;
width: 50px;
height: 50px;
- transform: translate(25px, 25px) scale(2);
- -webkit-transform: translate(25px, 25px) scale(2);
+ transform: translate(0px, 25px);
+ will-change: transform;
}
</style>
<div></div>

Powered by Google App Engine
This is Rietveld 408576698