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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS HTMLTrackElement.kind missing value
3 FAIL HTMLTrackElement.kind invalid value in content attribute assert_equals: exp ected "subtitles" but got "metadata"
4 PASS HTMLTrackElement.kind content attribute uppercase
5 FAIL HTMLTrackElement.kind content attribute with uppercase turkish I (with dot) assert_equals: expected "subtitles" but got "metadata"
6 FAIL HTMLTrackElement.kind content attribute with lowercase turkish i (dotless) assert_equals: expected "subtitles" but got "metadata"
7 PASS HTMLTrackElement.kind content attribute "subtitles"
8 PASS HTMLTrackElement.kind content attribute "captions"
9 PASS HTMLTrackElement.kind content attribute "descriptions"
10 PASS HTMLTrackElement.kind content attribute "chapters"
11 PASS HTMLTrackElement.kind content attribute "metadata"
12 FAIL HTMLTrackElement.kind content attribute "captions\u0000" assert_equals: exp ected "subtitles" but got "metadata"
13 PASS HTMLTrackElement.kind setting IDL attribute to "subtitles"
14 PASS HTMLTrackElement.kind setting IDL attribute to "captions"
15 PASS HTMLTrackElement.kind setting IDL attribute to "descriptions"
16 PASS HTMLTrackElement.kind setting IDL attribute to "chapters"
17 PASS HTMLTrackElement.kind setting IDL attribute to "metadata"
18 PASS HTMLTrackElement.kind setting IDL attribute to "CAPTIONS"
19 FAIL HTMLTrackElement.kind setting IDL attribute with uppercase turkish I (with dot) assert_equals: expected "subtitles" but got "metadata"
20 FAIL HTMLTrackElement.kind setting IDL attribute with lowercase turkish I (dotle ss) assert_equals: expected "subtitles" but got "metadata"
21 FAIL HTMLTrackElement.kind setting IDL attribute with \u0000 assert_equals: expe cted "subtitles" but got "metadata"
22 Harness: the test ran to completion.
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698