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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-play-no-source-under-invalidation.html

Issue 2343713003: Fix under-invalidation of media slider thumb when network state changes (Closed)
Patch Set: - Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/video-play-no-source-under-invalidation.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/video-play-no-source-under-invalidation.html b/third_party/WebKit/LayoutTests/paint/invalidation/video-play-no-source-under-invalidation.html
new file mode 100644
index 0000000000000000000000000000000000000000..975c87cdd4f5cffc04783cc6adb5477ea6b1d352
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/video-play-no-source-under-invalidation.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+if (window.internals)
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true;
+</script>
+Tests playing video with invalid source with paintUnderInvalidationChecking enabled.
+Passes if no under-invalidation reported.<br>
+<video controls="">
+ <source src="does-not-exist.webm">
+</video>

Powered by Google App Engine
This is Rietveld 408576698