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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt

Issue 2417753003: Input element: Fix the dirty value flag after type change. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698