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

Unified Diff: LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt

Issue 70103011: Remove TreatNullAs=NullString for HTMLFieldSetElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « LayoutTests/fast/forms/fieldset/fieldset-name.html ('k') | Source/core/html/HTMLFieldSetElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt
diff --git a/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt b/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt
index 19a51b31534a3b561e6e363d22e0b832fcde53c9..e07f984b7519f23154270cda60e9d039b0ca1c76 100644
--- a/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt
+++ b/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt
@@ -13,9 +13,9 @@ fs1.name=1234
PASS fs1.name is "1234"
PASS fs1.getAttribute("name") is "1234"
fs1.name=null
-PASS fs1.name is ""
-PASS fs1.getAttribute("name") is null
-PASS fs1.hasAttribute("name") is false
+PASS fs1.name is "null"
+PASS fs1.getAttribute("name") is "null"
+PASS fs1.hasAttribute("name") is true
fs1.name=undefined
PASS fs1.name is "undefined"
PASS fs1.getAttribute("name") is "undefined"
« no previous file with comments | « LayoutTests/fast/forms/fieldset/fieldset-name.html ('k') | Source/core/html/HTMLFieldSetElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698