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

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

Issue 99103002: Remove TreatNullAs=NullString for various HTML elements (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..aed6fc4cfa4506889da2386f5ed64147611018ef 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -365,7 +365,7 @@
elementToUse: document.createElement('label'),
attributes: [
{name: 'accessKey', expectedNull: ''},
- {name: 'htmlFor', expectedNull: ''}
+ {name: 'htmlFor', expectedNull: 'null'}
]
},
{
@@ -373,7 +373,7 @@
elementToUse: document.createElement('legend'),
attributes: [
{name: 'accessKey', expectedNull: ''},
- {name: 'align', expectedNull: ''}
+ {name: 'align', expectedNull: 'null'}
]
},
{
@@ -401,7 +401,7 @@
type: 'HTMLMapElement',
elementToUse: document.createElement('map'),
attributes: [
- {name: 'name', expectedNull: ''}
+ {name: 'name', expectedNull: 'null'}
]
},
@@ -456,7 +456,7 @@
type: 'HTMLOptGroupElement',
elementToUse: document.createElement('optgroup'),
attributes: [
- {name: 'label', expectedNull: ''}
+ {name: 'label', expectedNull: 'null'}
]
},
{
@@ -529,8 +529,8 @@
type: 'HTMLStyleElement',
elementToUse: document.createElement('style'),
attributes: [
- {name: 'media', expectedNull: ''},
- {name: 'type', expectedNull: ''}
+ {name: 'media', expectedNull: 'null'},
+ {name: 'type', expectedNull: 'null'}
]
},
{
@@ -618,7 +618,7 @@
type: 'HTMLTitleElement',
elementToUse: document.createElement('title'),
attributes: [
- {name: 'text', expectedNull: ''}
+ {name: 'text', 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