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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 if (window.internals)
6 internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true;
7 </script>
8 Tests playing video with invalid source with paintUnderInvalidationChecking enab led.
9 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.
10 <video controls="">
11 <source src="does-not-exist.webm">
12 </video>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698