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

Side by Side Diff: LayoutTests/media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind-expected.txt

Issue 109763007: Reland r159735 - support for test harness (text-only) tests w/o expected results. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update testharness-based baselines Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 1 This is a testharness.js-based test.
2 PASS HTMLTrackElement.kind missing value 2 PASS HTMLTrackElement.kind missing value
3 PASS HTMLTrackElement.kind invalid value in content attribute 3 PASS HTMLTrackElement.kind invalid value in content attribute
4 PASS HTMLTrackElement.kind content attribute uppercase 4 PASS HTMLTrackElement.kind content attribute uppercase
5 PASS HTMLTrackElement.kind content attribute with uppercase turkish I (with dot) 5 PASS HTMLTrackElement.kind content attribute with uppercase turkish I (with dot)
6 PASS HTMLTrackElement.kind content attribute with lowercase turkish i (dotless) 6 PASS HTMLTrackElement.kind content attribute with lowercase turkish i (dotless)
7 PASS HTMLTrackElement.kind content attribute "subtitles" 7 PASS HTMLTrackElement.kind content attribute "subtitles"
8 PASS HTMLTrackElement.kind content attribute "captions" 8 PASS HTMLTrackElement.kind content attribute "captions"
9 PASS HTMLTrackElement.kind content attribute "descriptions" 9 PASS HTMLTrackElement.kind content attribute "descriptions"
10 PASS HTMLTrackElement.kind content attribute "chapters" 10 PASS HTMLTrackElement.kind content attribute "chapters"
11 PASS HTMLTrackElement.kind content attribute "metadata" 11 PASS HTMLTrackElement.kind content attribute "metadata"
12 PASS HTMLTrackElement.kind content attribute "captions\u0000" 12 PASS HTMLTrackElement.kind content attribute "captions\u0000"
13 PASS HTMLTrackElement.kind setting IDL attribute to "subtitles" 13 PASS HTMLTrackElement.kind setting IDL attribute to "subtitles"
14 PASS HTMLTrackElement.kind setting IDL attribute to "captions" 14 PASS HTMLTrackElement.kind setting IDL attribute to "captions"
15 PASS HTMLTrackElement.kind setting IDL attribute to "descriptions" 15 PASS HTMLTrackElement.kind setting IDL attribute to "descriptions"
16 PASS HTMLTrackElement.kind setting IDL attribute to "chapters" 16 PASS HTMLTrackElement.kind setting IDL attribute to "chapters"
17 PASS HTMLTrackElement.kind setting IDL attribute to "metadata" 17 PASS HTMLTrackElement.kind setting IDL attribute to "metadata"
18 PASS HTMLTrackElement.kind setting IDL attribute to "CAPTIONS" 18 PASS HTMLTrackElement.kind setting IDL attribute to "CAPTIONS"
19 PASS HTMLTrackElement.kind setting IDL attribute with uppercase turkish I (with dot) 19 PASS HTMLTrackElement.kind setting IDL attribute with uppercase turkish I (with dot)
20 PASS HTMLTrackElement.kind setting IDL attribute with lowercase turkish I (dotle ss) 20 PASS HTMLTrackElement.kind setting IDL attribute with lowercase turkish I (dotle ss)
21 PASS HTMLTrackElement.kind setting IDL attribute with \u0000 21 PASS HTMLTrackElement.kind setting IDL attribute with \u0000
22 Harness: the test ran to completion.
22 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698