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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-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-opacity-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-expected.html
index bdd5d10205202f12125c577fa4c71b1a676f3e3a..e81b7c56f9629ddd736c5327faef90c50e608ac4 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-expected.html
@@ -5,12 +5,16 @@
#ancestor {
opacity: 0.8;
}
+ #composited-overlap-child {
+ will-change: transform;
+ }
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
-<script>
- window.onload = generateDom;
-</script>
+
</head>
<body>
</body>
+<script>
+ generateDom();
+</script>

Powered by Google App Engine
This is Rietveld 408576698