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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-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-filter-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
index a41b11fafdbe8cd90f3dd0103ee8df7a78d9c20f..4f79b9f051153efdd9c523fc210780b2b9580c15 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-filter-expected.html
@@ -5,12 +5,16 @@
#ancestor {
-webkit-filter: hue-rotate(50deg);
}
+ #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