| Index: LayoutTests/inspector/console/console-dir-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector/console/console-dir-expected.txt
|
| index 906a53d4b9301160e06948b7d31c18eeaea0ed6e..f1c0ee0fb3a54e5496374a101c45f28c16357871 100644
|
| --- a/LayoutTests/inspector/console/console-dir-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-dir-expected.txt
|
| @@ -17,12 +17,12 @@ NodeList[1]
|
| __proto__: NodeList console-dir.html:10
|
|
|
| XPathResult
|
| - booleanValue: [Exception: XPathException]
|
| + booleanValue: [Exception: TypeError]
|
| invalidIteratorState: false
|
| - numberValue: [Exception: XPathException]
|
| + numberValue: [Exception: TypeError]
|
| resultType: 4
|
| - singleNodeValue: [Exception: XPathException]
|
| - snapshotLength: [Exception: XPathException]
|
| - stringValue: [Exception: XPathException]
|
| + singleNodeValue: [Exception: TypeError]
|
| + snapshotLength: [Exception: TypeError]
|
| + stringValue: [Exception: TypeError]
|
| __proto__: XPathResult console-dir.html:11
|
|
|
|
|