summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt')
-rw-r--r--LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt b/LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt
new file mode 100644
index 0000000..daba780
--- /dev/null
+++ b/LayoutTests/fast/xpath/py-dom-xpath/axes-expected.txt
@@ -0,0 +1,33 @@
+PASS //*[@id="2"]/child::*
+PASS //*[@id="2.2"]/parent::*
+PASS //*[@id="2.2"]/ancestor::*
+PASS //*[@id="2.2"]/following-sibling::*
+PASS //*[@id="2.2"]/preceding-sibling::*
+PASS //*[@id="2.2"]/following::*
+PASS //*[@id="2.2"]/preceding::*
+PASS //*[@id="2.2"]/attribute::*
+PASS //*[@id="2.2"]/self::*
+PASS //*[@id="1"]/descendant-or-self::*
+PASS //*[@id="2.2"]/ancestor-or-self::*
+Test that the ancestor, descendant, following, preceding, and self axes partition the document
+PASS nodeCount is 16
+PASS 0
+PASS 1
+PASS 1.1
+PASS 1.1.1
+PASS 2
+PASS 2.1
+PASS 2.1.1
+PASS 2.2
+PASS 2.2.1
+PASS 2.2.2
+PASS 2.2.3
+PASS 2.3
+PASS 2.3.1
+PASS 3
+PASS 3.1
+PASS 3.1.1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+