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

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

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) 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/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
index 14f513654ce7cbb66a4315e1143cd5dafd355db5..bcb3add31ba8ea4874bda58dc80fa0cfcaf15b78 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt
@@ -1,23 +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"
+FAIL HTMLTrackElement.kind invalid value in content attribute assert_equals: expected "metadata" but got "subtitles"
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"
+FAIL HTMLTrackElement.kind content attribute with uppercase turkish I (with dot) assert_equals: expected "metadata" but got "subtitles"
+FAIL HTMLTrackElement.kind content attribute with lowercase turkish i (dotless) assert_equals: expected "metadata" but got "subtitles"
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"
+FAIL HTMLTrackElement.kind content attribute "captions\u0000" assert_equals: expected "metadata" but got "subtitles"
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"
+FAIL HTMLTrackElement.kind setting IDL attribute with uppercase turkish I (with dot) assert_equals: expected "metadata" but got "subtitles"
+FAIL HTMLTrackElement.kind setting IDL attribute with lowercase turkish I (dotless) assert_equals: expected "metadata" but got "subtitles"
+FAIL HTMLTrackElement.kind setting IDL attribute with \u0000 assert_equals: expected "metadata" but got "subtitles"
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698