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

Unified Diff: third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrack/kind.html

Issue 1947033002: Change "invalid value default" for HTMLTrackElement 'kind' to "metadata" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/track/opera/interfaces/TextTrack/kind.html
diff --git a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrack/kind.html b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrack/kind.html
index 25f0559c318bbd43b97c9c4c558917b83942adb3..abd856311c9f354c1c4300e035a84792e686fe1b 100644
--- a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrack/kind.html
+++ b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrack/kind.html
@@ -26,6 +26,6 @@ test(function(){
test(function(){
var track = document.createElement('track');
track.kind = 'captions\u0000';
- assert_equals(track.track.kind, 'subtitles');
+ assert_equals(track.track.kind, 'metadata');
}, document.title+', \\u0000');
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698