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

Side by Side Diff: third_party/WebKit/LayoutTests/media/controls/buttons-after-reset-expected.html

Issue 2704013002: Media Controls: cache the minimum width in order to reduce incorrect width usage. (Closed)
Patch Set: 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="../media-file.js"></script>
4 <video controls width=400>
5 <track kind=subtitles src=fake-en-sub.vtt srclang=en label=English>
6 <track kind=subtitles src=fake-fr-sub.vtt srclang=fr label=French>
7 </video>
8 <script>
9 var video = document.querySelector('video');
10 video.src = findMediaFile('video', '../content/test');
11 </script>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698