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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/Window/alert-undefined.html ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34bec5f67cc30dd199b134937e0ac2cc5520844c..27b75198fbf35e9357170969101afc9461a8cd84 100644
--- a/LayoutTests/fast/dom/Window/alert-undefined-expected.txt
+++ b/LayoutTests/fast/dom/Window/alert-undefined-expected.txt
@@ -4,7 +4,7 @@ CONFIRM: undefined
CONFIRM: null
PROMPT: undefined, default text:
PROMPT: null, default text:
-ALERT: undefined
-CONFIRM: undefined
-PROMPT: undefined, default text:
-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 browsers in every case, but since there's no real use case for this, it's best to be explicit rather than subtle and empty.
+ALERT:
+CONFIRM:
+PROMPT: , default text:
+
« 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