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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.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.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html
index 20dd6e92621fc85918c4d9b7266a34e96dc4c5a4..545c95357a279e2f7b046e2ec1af7df249e9e722 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending.html
@@ -11,10 +11,10 @@
}
</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