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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLButtonElement/change-type.html
diff --git a/LayoutTests/fast/dom/HTMLButtonElement/change-type.html b/LayoutTests/fast/dom/HTMLButtonElement/change-type.html
index 0e166b0ce4242091e02486d4be003e073796dde4..4c96cd7efa2d4de2278e764c2c081024b87ee8ea 100644
--- a/LayoutTests/fast/dom/HTMLButtonElement/change-type.html
+++ b/LayoutTests/fast/dom/HTMLButtonElement/change-type.html
@@ -58,7 +58,7 @@ function testTypeValue()
shouldBe("btn.getAttribute('type')", "' b u t t o n '");
shouldBe("btn.type = null; btn.type", "'submit'");
- shouldBe("btn.getAttribute('type')", "null");
+ shouldBe("btn.getAttribute('type')", "'null'");
shouldBe("btn.type = undefined; btn.type", "'submit'");
shouldBe("btn.getAttribute('type')", "'undefined'");
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698