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

Unified Diff: LayoutTests/fast/dom/Window/alert-undefined-expected.txt

Issue 373043004: IDL: Treat undefined as missing for optional arguments with defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 5 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: LayoutTests/fast/dom/Window/alert-undefined-expected.txt
diff --git a/LayoutTests/fast/dom/Window/alert-undefined-expected.txt b/LayoutTests/fast/dom/Window/alert-undefined-expected.txt
index 27b75198fbf35e9357170969101afc9461a8cd84..7b5fd85cca017d747168a4803697a643b1a84bb5 100644
--- a/LayoutTests/fast/dom/Window/alert-undefined-expected.txt
+++ b/LayoutTests/fast/dom/Window/alert-undefined-expected.txt
@@ -1,8 +1,8 @@
ALERT: undefined
ALERT: null
-CONFIRM: undefined
+CONFIRM:
CONFIRM: null
-PROMPT: undefined, default text:
+PROMPT: , default text:
PROMPT: null, default text:
ALERT:
CONFIRM:

Powered by Google App Engine
This is Rietveld 408576698