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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt b/third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt
index b55d73a911e5e35a7187885fb707111d15eeda7b..681eb428bc6b70201e20d4dc6e1a8e1d9fc4636c 100644
--- a/third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/files/url-null-expected.txt
@@ -1,9 +1,11 @@
-Test URL methods with null arguments.
+Test URL methods with null and undefined arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS URL.createObjectURL(null) is null
-URL.revokeObjectURL(null)
+PASS URL.createObjectURL(null) threw exception TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided..
+PASS URL.createObjectURL(undefined) threw exception TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided..
+PASS URL.revokeObjectURL(null) did not throw exception.
+PASS URL.revokeObjectURL(undefined) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698