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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html

Issue 2162153003: compositing/repaint/page-scale-repaint.html also times out on release bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make it fast 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 | « 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/compositing/repaint/page-scale-repaint.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html b/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
index 2caf45418ab7d0ee122d089438a9fd4a3bb884ba..49faa576ca5448444cc814fbf2a0a494ffd6002e 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
@@ -11,6 +11,10 @@
<body style="width: 4000px; height:10000px;background-image:url('resources/grid.png')" onload="runTest();">
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script>
+// Under-invalidation checking is too slow for this test.
+if (window.internals)
+ internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = false;
+
function runTest() {
if (window.testRunner)
testRunner.waitUntilDone();
« 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