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

Unified Diff: LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt

Issue 59383002: Remove TreatNullAs=NullString for HTMLAreaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullanchor
Patch Set: 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/dom/ping-attribute-dom-binding.html ('k') | Source/core/html/HTMLAreaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
diff --git a/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt b/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
index b75c060dd265d3d82602b00e4fe29efbb899132f..c93e75304e4d2668f2acdba5d0dd4e05426f8740 100644
--- a/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
+++ b/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
@@ -11,8 +11,8 @@ PASS anchor.ping is "null"
PASS area.ping is ""
PASS area.ping is "p1"
PASS area.getAttribute("ping") is "p2"
-PASS area.hasAttribute("ping") is false
-PASS area.ping is ""
+PASS area.getAttribute("ping") is "null"
+PASS area.ping is "null"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/ping-attribute-dom-binding.html ('k') | Source/core/html/HTMLAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698