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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-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-blending-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
index 20dd6e92621fc85918c4d9b7266a34e96dc4c5a4..009e1660c0b414dae1670c0fb68350b1dfe5ec27 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html
@@ -8,13 +8,15 @@
#composited-overlap-child {
background-image: url(resources/blue.png);
+ 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