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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html

Issue 2466903003: Fix timeout of paint/invalidation/compositing/should-not-clip*.html (Closed)
Patch Set: Created 4 years, 1 month 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/paint/invalidation/compositing/should-not-clip-composited-viewport-scrolling-layer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html
index bf0d3ddafa38a707da483db3fed295fc1c83d1b8..b541238fc2394934b7eb11334eca78eb21407e7a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer.html
@@ -1,8 +1,11 @@
<!DOCTYPE HTML>
<script src="../resources/text-based-repaint.js"></script>
<script>
-if (window.internals)
+if (window.internals) {
internals.settings.setPreferCompositingToLCDTextEnabled(true);
+ // It's too slow to check under-invalidation.
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = false;
+}
function repaintTest() {
document.getElementById('content').style.backgroundColor = 'green';
var container = document.getElementById('container');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-viewport-scrolling-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698