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 |