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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt

Issue 2755773002: Make Window#open arguments optional to match the spec
Patch Set: Updated layout tests for window.open Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
index 1e2b7fb006587d3c6d45e5340b72b92d7c322481..6b2b6f5e1d74514c652f0d98d9342875194b3042 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS window.confirm.length is 0
-PASS window.open.length is 2
+PASS window.open.length is 0
PASS window.setTimeout.length is 1
PASS window.clearTimeout.length is 0
PASS window.addEventListener.length is 2

Powered by Google App Engine
This is Rietveld 408576698