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

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

Issue 142263002: Make Window.alert/confirm/prompt default values the empty string (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: sync test expectation Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/Window/alert-undefined.html ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ALERT: undefined 1 ALERT: undefined
2 ALERT: null 2 ALERT: null
3 CONFIRM: undefined 3 CONFIRM: undefined
4 CONFIRM: null 4 CONFIRM: null
5 PROMPT: undefined, default text: 5 PROMPT: undefined, default text:
6 PROMPT: null, default text: 6 PROMPT: null, default text:
7 ALERT: undefined 7 ALERT:
8 CONFIRM: undefined 8 CONFIRM:
9 PROMPT: undefined, default text: 9 PROMPT: , default text:
10 The alerts that show up (or if this is running under DRT, that is dumped) should contain text; none should be empty. This isn't entirely consistent with other b rowsers in every case, but since there's no real use case for this, it's best to be explicit rather than subtle and empty. 10
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/alert-undefined.html ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698