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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/controls/buttons-after-reset-expected.html
diff --git a/third_party/WebKit/LayoutTests/media/controls/buttons-after-reset-expected.html b/third_party/WebKit/LayoutTests/media/controls/buttons-after-reset-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a5925bb6f580946d477fe8152ef8b4dcc37c89e9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/media/controls/buttons-after-reset-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<script src="../media-file.js"></script>
+<video controls width=400>
+ <track kind=subtitles src=fake-en-sub.vtt srclang=en label=English>
+ <track kind=subtitles src=fake-fr-sub.vtt srclang=fr label=French>
+</video>
+<script>
+ var video = document.querySelector('video');
+ video.src = findMediaFile('video', '../content/test');
+</script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698