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

Unified Diff: LayoutTests/fast/forms/number/number-size-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/forms/number/number-size-expected.txt
diff --git a/LayoutTests/fast/forms/number/number-size-expected.txt b/LayoutTests/fast/forms/number/number-size-expected.txt
index 08b4f7ee3bc8191150d3b2729482b4cd8f04ef26..66bf12c04034ade32fb2c29c7cc698d208bcd4d5 100644
--- a/LayoutTests/fast/forms/number/number-size-expected.txt
+++ b/LayoutTests/fast/forms/number/number-size-expected.txt
@@ -16,7 +16,7 @@ PASS number.size = 10; number.offsetWidth is text.offsetWidth
PASS number.size is 10
PASS number.size = 100; number.offsetWidth is text.offsetWidth
PASS number.size is 100
-PASS number.size = null threw exception Error: IndexSizeError: DOM Exception 1.
+PASS number.size = null threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
If min or max is absent, the number input has the same width as input[type=text]
PASS numberWidth(0, null, null) is text.offsetWidth
« no previous file with comments | « LayoutTests/fast/forms/number/number-size.html ('k') | LayoutTests/fast/forms/number/number-stepup-stepdown.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698