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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html

Issue 2132173002: Update some squashing tests to actually test squashing vs non-squashing behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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/compositing/squashing/squash-with-ancestor-mask-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
index 0fd7abdf65e2c6f99ca22903aebd13bc13603aa3..eec511ade23777b2a79c0b40eda5d0c01e5d5a95 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html
@@ -5,6 +5,9 @@
#ancestor {
-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
}
+ #composited-overlap-child {
+ will-change: transform;
+ }
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698