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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null.html

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 | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/element-attribute-js-null.html
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html
index 952b165cd5eda102c896f94a408d3671fad1773e..d6d47dad6a9c11e37bafebc1e36758b4052bf84d 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -142,11 +142,12 @@
elementToUse: document.createElement('area'),
attributes: [
{name: 'accessKey', expectedNull: ''},
- {name: 'alt', expectedNull: ''},
- {name: 'coords', expectedNull: ''},
+ {name: 'alt', expectedNull: 'null'},
+ {name: 'coords', expectedNull: 'null'},
{name: 'href', expectedNull: ''},
- {name: 'shape', expectedNull: ''},
- {name: 'target', expectedNull: ''}
+ {name: 'ping', expectedNull: 'null'},
+ {name: 'shape', expectedNull: 'null'},
+ {name: 'target', expectedNull: 'null'}
]
},
{
« no previous file with comments | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698