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

Unified Diff: third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html

Issue 2048133004: Deflake inspector/layers/layer-compositing-reasons.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations Created 4 years, 6 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html b/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
index dbfa53a74bc9732fa2d756f0e6e18b2d8b474460..20e7cc44bcadffad42fa67094ff287f3b55dc862 100644
--- a/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
+++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
@@ -11,6 +11,9 @@
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/layers-test.js"></script>
<script>
+if (window.testRunner)
+ testRunner.waitUntilDone();
+
if (window.internals) {
document.addEventListener('webkitAnimationStart', function() {
internals.pauseAnimations(0);
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698