| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| index be6e5f723a51903422688a3ad4056cdb0962a442..8bee2a60e40e286ac37b276ecab7ee9df8cf6c36 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| @@ -1,6 +1,18 @@
|
| This is a testharness.js-based test.
|
| -FAIL value IDL attribute of input type hidden without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type hidden with value attribute assert_equals: expected "bar" but got "foo"
|
| +PASS value IDL attribute of input type hidden without value attribute
|
| +PASS value IDL attribute of input type hidden with value attribute
|
| +PASS value IDL attribute of input type submit without value attribute
|
| +PASS value IDL attribute of input type submit with value attribute
|
| +PASS value IDL attribute of input type image without value attribute
|
| +PASS value IDL attribute of input type image with value attribute
|
| +PASS value IDL attribute of input type reset without value attribute
|
| +PASS value IDL attribute of input type reset with value attribute
|
| +PASS value IDL attribute of input type button without value attribute
|
| +PASS value IDL attribute of input type button with value attribute
|
| +FAIL value IDL attribute of input type checkbox without value attribute assert_equals: expected "on" but got "foo"
|
| +FAIL value IDL attribute of input type checkbox with value attribute assert_equals: expected "bar" but got "foo"
|
| +FAIL value IDL attribute of input type radio without value attribute assert_equals: expected "on" but got "foo"
|
| +FAIL value IDL attribute of input type radio with value attribute assert_equals: expected "bar" but got "foo"
|
| PASS value IDL attribute of input type text without value attribute
|
| PASS value IDL attribute of input type text with value attribute
|
| PASS value IDL attribute of input type search without value attribute
|
| @@ -29,17 +41,5 @@ PASS value IDL attribute of input type range without value attribute
|
| PASS value IDL attribute of input type range with value attribute
|
| PASS value IDL attribute of input type color without value attribute
|
| PASS value IDL attribute of input type color with value attribute
|
| -FAIL value IDL attribute of input type checkbox without value attribute assert_equals: expected "on" but got "foo"
|
| -FAIL value IDL attribute of input type checkbox with value attribute assert_equals: expected "bar" but got "foo"
|
| -FAIL value IDL attribute of input type radio without value attribute assert_equals: expected "on" but got "foo"
|
| -FAIL value IDL attribute of input type radio with value attribute assert_equals: expected "bar" but got "foo"
|
| -FAIL value IDL attribute of input type submit without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type submit with value attribute assert_equals: expected "bar" but got "foo"
|
| -FAIL value IDL attribute of input type image without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type image with value attribute assert_equals: expected "bar" but got "foo"
|
| -FAIL value IDL attribute of input type reset without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type reset with value attribute assert_equals: expected "bar" but got "foo"
|
| -FAIL value IDL attribute of input type button without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type button with value attribute assert_equals: expected "bar" but got "foo"
|
| Harness: the test ran to completion.
|
|
|
|
|