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

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

Issue 58493002: Remove TreatNullAs=NullString for HTMLAnchorElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix 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/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 4eda45a40e5a05d2ab8970bb5168899f4a0d1aa3..952b165cd5eda102c896f94a408d3671fad1773e 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -106,16 +106,18 @@
elementToUse: document.createElement('a'),
attributes: [
{name: 'accessKey', expectedNull: ''},
- {name: 'charset', expectedNull: ''},
- {name: 'coords', expectedNull: ''},
+ {name: 'charset', expectedNull: 'null'},
+ {name: 'coords', expectedNull: 'null'},
+ {name: 'download', expectedNull: 'null'},
{name: 'href', expectedNull: ''},
- {name: 'hreflang', expectedNull: ''},
- {name: 'name', expectedNull: ''},
- {name: 'rel', expectedNull: ''},
- {name: 'rev', expectedNull: ''},
- {name: 'shape', expectedNull: ''},
- {name: 'target', expectedNull: ''},
- {name: 'type', expectedNull: ''}
+ {name: 'hreflang', expectedNull: 'null'},
+ {name: 'name', expectedNull: 'null'},
+ {name: 'ping', expectedNull: 'null'},
+ {name: 'rel', expectedNull: 'null'},
+ {name: 'rev', expectedNull: 'null'},
+ {name: 'shape', expectedNull: 'null'},
+ {name: 'target', expectedNull: 'null'},
+ {name: 'type', 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