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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
chrishtr 2016/07/09 00:01:49 I was able to deflake by generating dom synchronou
Xianzhu 2016/07/09 02:09:11 Could this be because of asynchronous image loadin
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-blending-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698