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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/number-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/number-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/number-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/number-expected.txt
deleted file mode 100644
index ab7b71b63b169058205fefdd1bf42eede47c2e5e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/number-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-This is a testharness.js-based test.
-PASS empty value
-PASS value = 11
-PASS value = 11.12
-PASS value = -11111
-PASS value = -11111.123
-PASS value = 1e2
-PASS value = 1E2
-PASS value = 1e+2
-PASS value = 1e-2
-PASS value is not a valid floating-point number: 1d+2
-PASS value not a valid floating-point number: random string
-PASS Value >= min attribute
-PASS Value < min attribute
-PASS Value <= max attribute
-PASS Value > max attribute
-PASS value with a leading '.'
-PASS value ending with '.'
-PASS value = -0
-PASS value = Infinity
-PASS value = -Infinity
-PASS value = NaN
-FAIL value = 2^53+1 assert_equals: expected "9007199254740992" but got "9007199254740993"
-PASS value >= Number.MAX_VALUE
-PASS value = 1e
-FAIL value = +1 assert_equals: expected "1" but got ""
-PASS value = '+'
-PASS value = '-'
-FAIL value with a leading whitespace assert_equals: expected "1" but got ""
-FAIL value = 1trailing junk assert_equals: expected "1" but got ""
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698