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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt

Issue 2376103007: Import wpt@09907a9c4bcee14986431d53e4381384c7c69107 (Closed)
Patch Set: update platform expectations Created 4 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS [INPUT in DATE status] The step attribute is not set
3 PASS [INPUT in DATE status] The value attibute is empty string
4 FAIL [INPUT in DATE status] The value must match the step assert_false: The vali dity.stepMismatch should be false. expected false got true
5 PASS [INPUT in DATE status] The value must mismatch the step
6 PASS [INPUT in MONTH status] The step attribute is not set
7 PASS [INPUT in MONTH status] The value attibute is empty string
8 PASS [INPUT in MONTH status] The value must match the step
9 PASS [INPUT in MONTH status] The value must mismatch the step
10 PASS [INPUT in WEEK status] The step attribute is not set
11 PASS [INPUT in WEEK status] The value attibute is empty string
12 FAIL [INPUT in WEEK status] The value must match the step assert_false: The vali dity.stepMismatch should be false. expected false got true
13 PASS [INPUT in WEEK status] The value must mismatch the step
14 PASS [INPUT in TIME status] The step attribute is not set
15 PASS [INPUT in TIME status] The value attibute is empty string
16 FAIL [INPUT in TIME status] The value must match the step assert_false: The vali dity.stepMismatch should be false. expected false got true
17 PASS [INPUT in TIME status] The value must mismatch the step
18 PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set
19 PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string
20 FAIL [INPUT in DATETIME-LOCAL status] The value must match the step assert_false : The validity.stepMismatch should be false. expected false got true
21 PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step
22 PASS [INPUT in NUMBER status] The step attribute is not set
23 PASS [INPUT in NUMBER status] The value attibute is empty string
24 PASS [INPUT in NUMBER status] The value must match the step
25 PASS [INPUT in NUMBER status] The value must mismatch the step
26 Harness: the test ran to completion.
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698