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

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

Issue 84693008: Improve HTMLInputElement exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 66bf12c04034ade32fb2c29c7cc698d208bcd4d5..d5ec6a34000ee73e3c17a0652ecd29769883c1db 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 IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS number.size = null threw exception IndexSizeError: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size..
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-valueasnumber.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698