summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt')
-rw-r--r--LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt b/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt
new file mode 100644
index 0000000..cd96536
--- /dev/null
+++ b/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt
@@ -0,0 +1,19 @@
+PASS /descendant::item
+PASS /descendant::a:item
+PASS /descendant::b:*
+PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception Error: NAMESPACE_ERR: DOM Exception 14.
+PASS doc/child::*
+PASS a:doc/child::*
+PASS //attribute::color
+PASS //attribute::color
+PASS //attribute::b:*
+PASS //attribute::*
+PASS count(//attribute::*)
+PASS doc/child::text()
+PASS doc/child::comment()
+PASS doc/child::processing-instruction()
+PASS doc/child::processing-instruction("one")
+PASS successfullyParsed is true
+
+TEST COMPLETE
+