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

Side by Side Diff: LayoutTests/media/encrypted-media/encrypted-media-istypesupported-expected.txt

Issue 328243002: Remove passing testharness expected files that are not required. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@presubmit_testharness
Patch Set: don't delete http sw workers expected for the moment Created 6 years, 6 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 Test unsupported key system: ''
3 PASS Test unsupported key system: '', 'video/webm'
4 PASS Test unsupported key system: 'com.example.foo'
5 PASS Test unsupported key system: 'com.example.foo', 'video/webm'
6 PASS Test Clear Key: 'org.w3.clearkey'
7 PASS Test Clear Key: 'org.w3.clearkey', 'audio/webm'
8 PASS Test Clear Key: 'org.w3.clearkey', 'audio/webm; codecs="vorbis"'
9 PASS Test Clear Key: 'org.w3.clearkey', 'video/webm'
10 PASS Test Clear Key: 'org.w3.clearkey', 'video/webm; codecs="vp8"'
11 PASS Test Clear Key: 'org.w3.clearkey', 'video/webm; codecs="vorbis"'
12 PASS Test Clear Key: 'org.w3.clearkey', 'video/webm; codecs="vp8,vorbis"'
13 PASS Test valid Clear Key variants: 'org.w3.clearkey', ' video/webm; codecs="vp8 "'
14 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm ; codecs="vp8 "'
15 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vp8 "'
16 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vp8" '
17 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=" vp8 "'
18 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vp8 "'
19 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=" vor bis,vp8"'
20 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vorb is, vp8"'
21 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vorb is,vp8 "'
22 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=",vp8 "'
23 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vp8, "'
24 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=",vp8 ,"'
25 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=",vor bis,vp8,"'
26 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs="vorb is,vp8,"'
27 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=",vor bis,vp8,"'
28 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; codecs=",vor bis,vp8,,"'
29 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'Video/webm; codecs="vp8" '
30 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/Webm; codecs="vp8" '
31 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'video/webm; Codecs="vp8" '
32 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'VIDEO/WEBM; CODECS="vp8" '
33 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'VIDEO/WEBM; foo="bar"'
34 PASS Test valid Clear Key variants: 'org.w3.clearkey', 'VIDEO/WEBM; foo="bar" co decs="vp8"'
35 PASS Test invalid Clear Key variants: 'org'
36 PASS Test invalid Clear Key variants: 'org.'
37 PASS Test invalid Clear Key variants: 'org.w3'
38 PASS Test invalid Clear Key variants: 'org.w3.'
39 PASS Test invalid Clear Key variants: 'org.w3.clearkey.foo'
40 PASS Test invalid Clear Key variants: 'org.w3.learkey'
41 PASS Test invalid Clear Key variants: 'org.w3.clearke'
42 PASS Test invalid Clear Key variants: 'or.w3.clearkey'
43 PASS Test invalid Clear Key variants: ' org.w3.clearkey'
44 PASS Test invalid Clear Key variants: 'org.w3.clearkey '
45 PASS Test invalid Clear Key variants: 'org.w3. clearkey'
46 PASS Test invalid Clear Key variants: '.org.w3.clearkey'
47 PASS Test invalid Clear Key variants: 'org.w3.clearkey.'
48 PASS Test invalid Clear Key variants: 'org.w3..clearkey'
49 PASS Test invalid Clear Key variants: 'org.w3.clear.key'
50 PASS Test invalid Clear Key variants: 'org.w3.Clearkey'
51 PASS Test invalid Clear Key variants: 'Org.w3.clearkey'
52 PASS Test invalid Clear Key variants: 'org.w3☺.clearkey'
53 PASS Test prefixed Clear Key: 'webkit-org.w3.clearkey'
54 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'foo'
55 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'audio/foo'
56 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/foo'
57 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="foo"'
58 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'audio/webm; c odecs="vp8,vorbis"'
59 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'audio/webm; c odecs="vorbis, vp8"'
60 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'audio/webm; c odecs="vp8"'
61 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'audio/webm; c odecs="aac"'
62 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="avc1"'
63 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="avc1,vorbis"'
64 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="vp8,aac"'
65 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="Vp8"'
66 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="VP8"'
67 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm☺'
68 PASS Test Clear Key with invalid contentTypes: 'org.w3.clearkey', 'video/webm; c odecs="vp8☺"'
69 Harness: the test ran to completion.
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698