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

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..2072555168eb3fbfcc9af4475239fc7aad333ede
--- /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 of no under-invalidation reported.
chrishtr 2016/09/15 00:25:13 nit: s/of/if/
Xianzhu 2016/09/15 00:31:59 Done.
+<video controls="">
+ <source src="does-not-exist.webm">
+</video>

Powered by Google App Engine
This is Rietveld 408576698