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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-vertical.html

Issue 1751973003: Modernize Japanese system font fallback list for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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 <html> 2 <html lang="ja">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 6
7 <script src=../media-file.js></script> 7 <script src=../media-file.js></script>
8 8
9 <script> 9 <script>
10 var requirePixelDump = true; 10 var requirePixelDump = true;
11 11
12 function loaded() 12 function loaded()
(...skipping 15 matching lines...) Expand all
28 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 28 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
29 (Please avoid writing new tests using video-test.js) --> 29 (Please avoid writing new tests using video-test.js) -->
30 <script src=../video-test.js></script> 30 <script src=../video-test.js></script>
31 </head> 31 </head>
32 <body onload="loaded()"> 32 <body onload="loaded()">
33 <video> 33 <video>
34 <track src="captions-webvtt/captions-snap-to-lines-set.vtt" kind="ca ptions" default> 34 <track src="captions-webvtt/captions-snap-to-lines-set.vtt" kind="ca ptions" default>
35 </video> 35 </video>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698