OLD | NEW |
---|---|
(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> | |
OLD | NEW |