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

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

Issue 22911019: [DOM4] Have ProcessingInstruction inherit CharacterData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months 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/coreDOM-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/coreDOM-element-attribute-js-null.xhtml
diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
index 767b09913fb84f6bf74d0fa21e1607b720e2bb2b..41a6d3612b3c9970d2a426d1b4c864b8a57b1221 100644
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
@@ -57,7 +57,7 @@
type: 'ProcessingInstruction',
elementToUse: document.createProcessingInstruction('target', 'data'),
attributes: [
- {name: 'data', expectedNull: null}
+ {name: 'data', expectedNull: ''}
]
},
{
« no previous file with comments | « no previous file | LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698