| Index: third_party/WebKit/LayoutTests/fast/forms/month/input-valueasdate-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/month/input-valueasdate-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/month/input-valueasdate-expected.txt
|
| index 103437c89b41ed38604474697d49a20bef1a7582..f31aca5c4592cb5d2098d0b2f43e910889a055b5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/month/input-valueasdate-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/month/input-valueasdate-expected.txt
|
| @@ -15,12 +15,11 @@ Sets an Epoch Date:
|
| PASS input.value is "1970-01"
|
| PASS input.valueAsDate.getTime() is 0
|
| Sets a number 0:
|
| -PASS input.value is "1970-01"
|
| -PASS input.valueAsDate.getTime() is 0
|
| +PASS input.valueAsDate = 0 threw exception TypeError: Failed to set the 'valueAsDate' property on 'HTMLInputElement': The provided value is not a Date..
|
| Sets other types:
|
| PASS input.value is ""
|
| -PASS input.value is ""
|
| -PASS input.value is ""
|
| +PASS input.valueAsDate = undefined threw exception TypeError: Failed to set the 'valueAsDate' property on 'HTMLInputElement': The provided value is not a Date..
|
| +PASS input.valueAsDate = document threw exception TypeError: Failed to set the 'valueAsDate' property on 'HTMLInputElement': The provided value is not a Date..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|