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

Unified Diff: LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt

Issue 59903003: Remove TreatNullAs=NullString for HTMLButtonElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullb
Patch Set: update tests Created 7 years, 1 month 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: LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt b/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
index 599cf528ca28162ee1c3983641fc270a1147accc..ac05c4a307f16de3d48d0ce7ae2c0c1c8a372690 100644
--- a/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
+++ b/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
@@ -33,7 +33,7 @@ PASS btn.getAttribute('type') is 'button '
PASS btn.type = ' b u t t o n '; btn.type is 'submit'
PASS btn.getAttribute('type') is ' b u t t o n '
PASS btn.type = null; btn.type is 'submit'
-PASS btn.getAttribute('type') is null
+PASS btn.getAttribute('type') is 'null'
PASS btn.type = undefined; btn.type is 'submit'
PASS btn.getAttribute('type') is 'undefined'
PASS btn.type = 'reset'; txt.value = 'hello'; btn.click(); txt.value is ''
« no previous file with comments | « LayoutTests/fast/dom/HTMLButtonElement/change-type.html ('k') | LayoutTests/fast/dom/domstring-attribute-reflection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698