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

Unified Diff: LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt

Issue 250993003: Make getAttributeNS return null instead of empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | Source/core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt
diff --git a/LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt b/LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt
index 6b61e7f2151d2e378b0e90a0f9e74899e3a9e566..2d07ae1c4f83f6deceee9c9dd0136d1e79559686 100644
--- a/LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt
+++ b/LayoutTests/fast/dom/Element/attribute-uppercase-expected.txt
@@ -23,7 +23,7 @@ The following should be non-empty, true, or non-null.
The following should be empty, false, or null.
- getAttributeNS(ATTR_NAME) =
+ getAttributeNS(ATTR_NAME) = null
hasAttributeNS(ATTR_NAME) = false
getAttributeNodeNS(ATTR_NAME) = null
attributes.getNamedItemNS(ATTR_NAME) = null
« no previous file with comments | « no previous file | Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698