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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html

Issue 1715303002: Add TODOs to convert from video-test.js to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug ref Created 4 years, 10 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../media-file.js"></script> 2 <script src="../media-file.js"></script>
3 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
4 (Please avoid writing new tests using video-test.js) -->
3 <script src="../video-test.js"></script> 5 <script src="../video-test.js"></script>
4 <script src="../media-controls.js"></script> 6 <script src="../media-controls.js"></script>
5 <style> 7 <style>
6 video::cue, 8 video::cue,
7 video::cue(c), 9 video::cue(c),
8 video::cue(i:past), 10 video::cue(i:past),
9 video::cue(.b:future) { background-color: red } 11 video::cue(.b:future) { background-color: red }
10 12
11 .cue video::cue, 13 .cue video::cue,
12 .cuefunc video::cue(c), 14 .cuefunc video::cue(c),
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <div id="ascendant"> 71 <div id="ascendant">
70 <video> 72 <video>
71 <track src="captions-webvtt/invalidation.vtt" kind="captions" default> 73 <track src="captions-webvtt/invalidation.vtt" kind="captions" default>
72 </video> 74 </video>
73 <div></div> 75 <div></div>
74 <div></div> 76 <div></div>
75 </div> 77 </div>
76 <div> 78 <div>
77 <div></div> 79 <div></div>
78 </div> 80 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698