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

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

Issue 577303002: IDL: Support [DeprecateAs] and [MeasureAs] on constants (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjusted encrypted-media-constants-expected.txt Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8DOMConfiguration.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'MediaError.MEDIA_ERR_ENCRYPTED' is deprecated. This error code is never used.
1 Test MediaKeyError constants and additional MediaError constant. 2 Test MediaKeyError constants and additional MediaError constant.
2 3
3 EXPECTED (MediaKeyError.MEDIA_KEYERR_UNKNOWN == '1') OK 4 EXPECTED (MediaKeyError.MEDIA_KEYERR_UNKNOWN == '1') OK
4 EXPECTED (MediaKeyError.MEDIA_KEYERR_CLIENT == '2') OK 5 EXPECTED (MediaKeyError.MEDIA_KEYERR_CLIENT == '2') OK
5 EXPECTED (MediaKeyError.MEDIA_KEYERR_SERVICE == '3') OK 6 EXPECTED (MediaKeyError.MEDIA_KEYERR_SERVICE == '3') OK
6 EXPECTED (MediaKeyError.MEDIA_KEYERR_OUTPUT == '4') OK 7 EXPECTED (MediaKeyError.MEDIA_KEYERR_OUTPUT == '4') OK
7 EXPECTED (MediaKeyError.MEDIA_KEYERR_HARDWARECHANGE == '5') OK 8 EXPECTED (MediaKeyError.MEDIA_KEYERR_HARDWARECHANGE == '5') OK
8 EXPECTED (MediaKeyError.MEDIA_KEYERR_DOMAIN == '6') OK 9 EXPECTED (MediaKeyError.MEDIA_KEYERR_DOMAIN == '6') OK
9 10
10 EXPECTED (MediaError.MEDIA_ERR_ENCRYPTED == '5') OK 11 EXPECTED (MediaError.MEDIA_ERR_ENCRYPTED == '5') OK
11 END OF TEST 12 END OF TEST
12 13
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8DOMConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698