| 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 48e1659e7731adcaf63d7bf7401a79181e4083a8..b61d91f702154d21e1cb30850adf03eb7bdbcf9d 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 NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS document.createCDATASection('foo') threw exception NotSupportedError: Failed to execute 'createCDATASection' on 'Document': This is an HTML document, which does not allow CData sections..
|
| PASS cdata.nodeName is '#cdata-section'
|
| PASS cdata.localName is null
|
| PASS cdata.namespaceURI is null
|
|
|