summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/attribute-node-predicate-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/xpath/attribute-node-predicate-expected.txt')
-rw-r--r--LayoutTests/fast/xpath/attribute-node-predicate-expected.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/LayoutTests/fast/xpath/attribute-node-predicate-expected.txt b/LayoutTests/fast/xpath/attribute-node-predicate-expected.txt
new file mode 100644
index 0000000..1d47ad6
--- /dev/null
+++ b/LayoutTests/fast/xpath/attribute-node-predicate-expected.txt
@@ -0,0 +1,9 @@
+PASS //@id[false]
+PASS //@id[1]/parent::*
+PASS //@id[2]/parent::*
+PASS //@id[string()='21']/parent::*
+PASS //@id[string()='22']/parent::*
+PASS successfullyParsed is true
+
+TEST COMPLETE
+