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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt

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/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14f513654ce7cbb66a4315e1143cd5dafd355db5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
@@ -0,0 +1,23 @@
+This is a testharness.js-based test.
+PASS HTMLTrackElement.kind missing value
+FAIL HTMLTrackElement.kind invalid value in content attribute assert_equals: expected "subtitles" but got "metadata"
+PASS HTMLTrackElement.kind content attribute uppercase
+FAIL HTMLTrackElement.kind content attribute with uppercase turkish I (with dot) assert_equals: expected "subtitles" but got "metadata"
+FAIL HTMLTrackElement.kind content attribute with lowercase turkish i (dotless) assert_equals: expected "subtitles" but got "metadata"
+PASS HTMLTrackElement.kind content attribute "subtitles"
+PASS HTMLTrackElement.kind content attribute "captions"
+PASS HTMLTrackElement.kind content attribute "descriptions"
+PASS HTMLTrackElement.kind content attribute "chapters"
+PASS HTMLTrackElement.kind content attribute "metadata"
+FAIL HTMLTrackElement.kind content attribute "captions\u0000" assert_equals: expected "subtitles" but got "metadata"
+PASS HTMLTrackElement.kind setting IDL attribute to "subtitles"
+PASS HTMLTrackElement.kind setting IDL attribute to "captions"
+PASS HTMLTrackElement.kind setting IDL attribute to "descriptions"
+PASS HTMLTrackElement.kind setting IDL attribute to "chapters"
+PASS HTMLTrackElement.kind setting IDL attribute to "metadata"
+PASS HTMLTrackElement.kind setting IDL attribute to "CAPTIONS"
+FAIL HTMLTrackElement.kind setting IDL attribute with uppercase turkish I (with dot) assert_equals: expected "subtitles" but got "metadata"
+FAIL HTMLTrackElement.kind setting IDL attribute with lowercase turkish I (dotless) assert_equals: expected "subtitles" but got "metadata"
+FAIL HTMLTrackElement.kind setting IDL attribute with \u0000 assert_equals: expected "subtitles" but got "metadata"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698