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

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

Issue 62083003: Remove TreatNullAs=NullString for miscellaneous HTML elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: don't fail 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 a1bb97b9198d41b9800c157eec82c08147c82556..c2ff257bbf66d422cf23d74c45d44a5785d0ecde 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -171,7 +171,7 @@
type: 'HTMLBlockquoteElement',
elementToUse: document.createElement('blockquote'),
attributes: [
- {name: 'cite', expectedNull: ''}
+ {name: 'cite', expectedNull: 'null', isUrl: true}
]
},
{
@@ -211,7 +211,7 @@
type: 'HTMLDivElement',
elementToUse: document.createElement('div'),
attributes: [
- {name: 'align', expectedNull: ''}
+ {name: 'align', expectedNull: 'null'}
]
},
@@ -373,7 +373,7 @@
type: 'HTMLLIElement',
elementToUse: document.createElement('li'),
attributes: [
- {name: 'type', expectedNull: ''}
+ {name: 'type', expectedNull: 'null'}
]
},
{
@@ -442,7 +442,7 @@
type: 'HTMLOListElement',
elementToUse: document.createElement('ol'),
attributes: [
- {name: 'type', expectedNull: ''}
+ {name: 'type', expectedNull: 'null'}
]
},
{
@@ -465,7 +465,7 @@
type: 'HTMLParagraphElement',
elementToUse: document.createElement('p'),
attributes: [
- {name: 'align', expectedNull: ''}
+ {name: 'align', expectedNull: 'null'}
]
},
{
@@ -486,7 +486,7 @@
type: 'HTMLQuoteElement',
elementToUse: document.createElement('q'),
attributes: [
- {name: 'cite', expectedNull: ''}
+ {name: 'cite', expectedNull: 'null', isUrl:true}
]
},
{
@@ -628,7 +628,7 @@
type: 'HTMLUListElement',
elementToUse: document.createElement('ul'),
attributes: [
- {name: 'type', expectedNull: ''}
+ {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