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

Side by Side Diff: LayoutTests/media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>Reference for WebVTT rendering, align:start</title> 2 <title>Reference for WebVTT rendering, align:start</title>
3 <script src="../../../../../../../resources/ahem.js"></script>
3 <style> 4 <style>
4 html { overflow:hidden } 5 html { overflow:hidden }
5 body { margin:0 } 6 body { margin:0 }
6 .video { 7 .video {
7 display: inline-block; 8 display: inline-block;
8 width: 1280px; 9 width: 1280px;
9 height: 720px; 10 height: 720px;
10 position: relative 11 position: relative
11 } 12 }
12 .cue { 13 .cue {
13 position: absolute; 14 position: absolute;
14 bottom: 0; 15 bottom: 0;
15 left: 50%; 16 left: 50%;
16 right: 0; 17 right: 0;
17 } 18 }
18 .cue > span { 19 .cue > span {
19 font-family: Ahem, sans-serif; 20 font-family: Ahem, sans-serif;
20 background: rgba(0,0,0,0.8); 21 background: rgba(0,0,0,0.8);
21 color: green; 22 color: green;
22 font-size: 36px 23 font-size: 36px
23 } 24 }
24 </style> 25 </style>
25 <div class=video><span class=cue><span>This is a test</span></span></div> 26 <div class=video><span class=cue><span>This is a test</span></span></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698