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

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

Issue 98313003: Remove TreatNullAs=NullString for HTMLLinkElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 850191ee6ff319863493a1f42de08753d5f9b443..6808318fe8cc3064879a00fcaca63e3c1651150e 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -387,14 +387,14 @@
type: 'HTMLLinkElement',
elementToUse: document.createElement('link'),
attributes: [
- {name: 'charset', expectedNull: ''},
- {name: 'href', expectedNull: ''},
- {name: 'hreflang', expectedNull: ''},
- {name: 'media', expectedNull: ''},
- {name: 'rel', expectedNull: ''},
- {name: 'rev', expectedNull: ''},
- {name: 'target', expectedNull: ''},
- {name: 'type', expectedNull: ''}
+ {name: 'charset', expectedNull: 'null'},
+ {name: 'href', expectedNull: 'null', isUrl: true},
+ {name: 'hreflang', expectedNull: 'null'},
+ {name: 'media', expectedNull: 'null'},
+ {name: 'rel', expectedNull: 'null'},
+ {name: 'rev', 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