Index: LayoutTests/fast/dom/location-missing-arguments-expected.txt |
diff --git a/LayoutTests/fast/dom/location-missing-arguments-expected.txt b/LayoutTests/fast/dom/location-missing-arguments-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e50ba65256af958f60705361a72cdc4b82123822 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/location-missing-arguments-expected.txt |
@@ -0,0 +1,6 @@ |
+PASS document.location.assign() threw exception TypeError: Failed to execute 'assign' on 'Location': 1 argument required, but only 0 present.. |
+PASS document.location.replace() threw exception TypeError: Failed to execute 'replace' on 'Location': 1 argument required, but only 0 present.. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |