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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/audio_has_no_subtitles-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 <html class="reftest-wait"> 2 <html class="reftest-wait">
3 <title>Reference for WebVTT rendering, &lt;audio&gt; should not have subtitles</ title> 3 <title>Reference for WebVTT rendering, &lt;audio&gt; should not have subtitles</ title>
4 <style> 4 <style>
5 audio { 5 audio {
6 width: 1280px; 6 width: 320px;
7 height: 720px; 7 height: 180px;
8 outline: solid 8 outline: solid
9 } 9 }
10 </style> 10 </style>
11 <script src="/common/reftest-wait.js"></script> 11 <script src="/common/reftest-wait.js"></script>
12 <audio autoplay controls onplaying="this.onplaying = null; this.pause(); this.cu rrentTime = 0; takeScreenshot();"> 12 <audio autoplay controls onplaying="this.onplaying = null; this.pause(); this.cu rrentTime = 0; takeScreenshotDelayed(1000)">
13 <source src="/media/white.webm" type="video/webm"> 13 <source src="/media/white.webm" type="video/webm">
14 <source src="/media/white.mp4" type="video/mp4"> 14 <source src="/media/white.mp4" type="video/mp4">
15 </audio> 15 </audio>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698