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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/enable_controls_reposition-ref.html

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 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 <title>Reference for WebVTT rendering, cue reposition after enabling controls</t itle> 2 <title>Reference for WebVTT rendering, cue reposition after enabling controls</t itle>
3 <style> 3 <style>
4 .video { 4 .video {
5 display: inline-block; 5 display: inline-block;
6 outline: solid; 6 outline: solid;
7 width: 320px; 7 width: 320px;
8 height: 240px; 8 height: 240px;
9 position: relative 9 position: relative
10 } 10 }
(...skipping 10 matching lines...) Expand all
21 text-align: center 21 text-align: center
22 } 22 }
23 .cue > span { 23 .cue > span {
24 font-family: Ahem, sans-serif; 24 font-family: Ahem, sans-serif;
25 background: rgba(0,0,0,0.8); 25 background: rgba(0,0,0,0.8);
26 color: green; 26 color: green;
27 font-size: 50px; 27 font-size: 50px;
28 } 28 }
29 </style> 29 </style>
30 <video controls> 30 <video controls>
31 <source src="/media/white.webm" type="video/webm"> 31 <source src="/media/white.webm" type="video/webm">
32 <source src="/media/white.mp4" type="video/mp4"> 32 <source src="/media/white.mp4" type="video/mp4">
33 </video> 33 </video>
34 <div class="video"><span class="cue"><span>Foo</span></span></div> 34 <div class="video"><span class="cue"><span>Foo</span></span></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698