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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html

Issue 2524463003: Disable under-invalidation checking in two video paint invalidation tests (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/video-unmute-repaint.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/video-mute-repaint.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html
index 94e8f73a9ca0ce5b701bc974ee2884234fea62ef..4b825c8f71c66563bcd1683ca6971debd6cb4da3 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html
@@ -9,6 +9,11 @@
</video>
<script>
+ // Disable under-invalidation checking because we allow short period of
+ // under-invalidation of buffered ranges.
+ if (window.internals)
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = false;
+
window.testIsAsync = true;
var video = document.getElementById("v");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698