| Index: third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
|
| index 13ea62fb03757c078edfdd8755f692f35536e33d..6c67a72a211a6e26d51bd9636908cd53043810f6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
|
| @@ -56,6 +56,8 @@ PASS input.getAttribute("type") for "" is correctly "".
|
| PASS input.type for "x-unknown" is correctly "text".
|
| PASS input.getAttribute("type") for "x-unknown" is correctly "x-unknown".
|
| PASS input.removeAttribute('type'); input.getAttribute('type') is null
|
| +Check dirty flag behavior
|
| +PASS input.defaultValue = 'UpdatedDefault'; input.value is "UpdatedDefault"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|