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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt

Issue 1492093002: Drop [LegacyInterfaceTypeChecking] for URL.createObjectURL(blob) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 5 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
OLDNEW
1 Test URL methods with null arguments. 1 Test URL methods with null and undefined arguments.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS URL.createObjectURL(null) is null 5 PASS URL.createObjectURL(null) threw exception TypeError: Failed to execute 'cre ateObjectURL' on 'URL': No function was found that matched the signature provide d..
6 URL.revokeObjectURL(null) 6 PASS URL.createObjectURL(undefined) threw exception TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature pr ovided..
7 PASS URL.revokeObjectURL(null) did not throw exception.
8 PASS URL.revokeObjectURL(undefined) did not throw exception.
7 PASS successfullyParsed is true 9 PASS successfullyParsed is true
8 10
9 TEST COMPLETE 11 TEST COMPLETE
10 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698