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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt

Issue 2648173006: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Rebased Created 3 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
Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt
index 23d87f03eee4620ec136deca02f9a7e67257961c..24ab49f6be69e4ed4280fbb4099df5eba8abced5 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/range-expected.txt
@@ -2,14 +2,14 @@ This is a testharness.js-based test.
PASS range type support on input element
PASS min attribute support on input element
PASS max attribute support on input element
-FAIL Illegal value of min attribute assert_equals: expected "0" but got "ab"
-FAIL Illegal value of max attribute assert_equals: expected "100" but got "f"
+PASS Illegal value of min attribute
+PASS Illegal value of max attribute
PASS Converting an illegal string to the default value
-FAIL Converting an illegal string to the default step assert_equals: expected "1" but got "xyz"
+PASS Illegal value of step attribute
PASS the value is set to min when a smaller value than min attribute is given
PASS the value is set to max when a larger value than max attribute is given
-FAIL default value of min attribute in input type=range assert_equals: expected "0" but got ""
-FAIL default value of max attribute in input type=range assert_equals: expected "100" but got ""
+PASS default value of min attribute in input type=range
+PASS default value of max attribute in input type=range
PASS default value when min and max attributes are given (= min plus half the difference between min and max)
PASS default value with step control when both min and max attributes are given
FAIL default value when both min and max attributes are given, while min > max assert_equals: expected "2" but got "51"

Powered by Google App Engine
This is Rietveld 408576698