| 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 d187e4b7faae52806867e52d186875701d2fe9a6..b92376a285a87069ad6b40f943664d54771852b1 100644
|
| --- a/LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| +++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt
|
| @@ -113,7 +113,6 @@ 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 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
|
|
|