| Index: LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Node/initial-values-expected.txt b/LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| index de896ecd2d3abac2a926f8204fd0979a59ba5de4..d187e4b7faae52806867e52d186875701d2fe9a6 100644
|
| --- a/LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| +++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| @@ -41,7 +41,7 @@ PASS comment.namespaceURI is null
|
| PASS comment.prefix is null
|
| PASS comment.nodeValue is 'foo'
|
| PASS comment.data is 'foo'
|
| -PASS document.createCDATASection('foo') threw exception Error: NotSupportedError: DOM Exception 9.
|
| +PASS document.createCDATASection('foo') threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS cdata.nodeName is '#cdata-section'
|
| PASS cdata.localName is null
|
| PASS cdata.namespaceURI is null
|
| @@ -113,7 +113,7 @@ PASS element.namespaceURI is 'http://www.w3.org/1999/xhtml'
|
| PASS element.prefix is 'html'
|
| PASS element.nodeValue is null
|
| PASS element.attributes.toString() is '[object NamedNodeMap]'
|
| -PASS document.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" href="missing.xsl"') threw exception Error: NotSupportedError: DOM Exception 9.
|
| +PASS document.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" href="missing.xsl"') threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS processingInstruction.nodeName is 'xml-stylesheet'
|
| PASS processingInstruction.localName is null
|
| PASS processingInstruction.namespaceURI is null
|
|
|