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

Side by Side 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 unified diff | Download patch
OLDNEW
1 ALERT: undefined 1 ALERT: undefined
2 ALERT: null 2 ALERT: null
3 CONFIRM: undefined 3 CONFIRM:
4 CONFIRM: null 4 CONFIRM: null
5 PROMPT: undefined, default text: 5 PROMPT: , default text:
6 PROMPT: null, default text: 6 PROMPT: null, default text:
7 ALERT: 7 ALERT:
8 CONFIRM: 8 CONFIRM:
9 PROMPT: , default text: 9 PROMPT: , default text:
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698