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

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

Issue 72583002: Remove TreatNullAs=NullString for HTMLEmbedElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 6a6bf60ab957c030ef1e0c963c635f5dec9a2958..5a8ebdf53f15df4498a0759ccd66796cb3d9e4c3 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -220,10 +220,12 @@
type: 'HTMLEmbedElement',
elementToUse: document.createElement('embed'),
attributes: [
- {name: 'align', expectedNull: ''},
- {name: 'name', expectedNull: ''},
- {name: 'src', expectedNull: ''},
- {name: 'type', expectedNull: ''}
+ {name: 'align', expectedNull: 'null'},
+ {name: 'height', expectedNull: 'null'},
+ {name: 'name', expectedNull: 'null'},
+ {name: 'src', expectedNull: 'null', isUrl: true},
+ {name: 'type', expectedNull: 'null'},
+ {name: 'width', 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