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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-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 | « third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html ('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/paint/invalidation/video-unmute-repaint.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint.html
index 8370a0ed36e27d00150d714cbc3d5734839fdf1e..8ca0c19e6a5856fccae1c3f98171df6e1a5d639c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint.html
@@ -11,6 +11,11 @@
<p>This tests that we repaint the mute button when we change the volume</p>
<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 | « third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698