summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/document-order-expected.txt
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-08 16:59:07 +0100
committerBen Murdoch <benm@google.com>2010-07-09 15:43:53 +0100
commit5f90462bbf4efb0ac7bb65a852d5559d0ab30f0b (patch)
tree2b300793b3246d2e70cbca389b56a360f02fa49b /LayoutTests/fast/xpath/document-order-expected.txt
parented49531d2d6aa65c37a129aee55887dff1cf188b (diff)
downloadexternal_webkit-5f90462bbf4efb0ac7bb65a852d5559d0ab30f0b.zip
external_webkit-5f90462bbf4efb0ac7bb65a852d5559d0ab30f0b.tar.gz
external_webkit-5f90462bbf4efb0ac7bb65a852d5559d0ab30f0b.tar.bz2
Add fast/xpath tests to the tree at the current webkit revision 62496. They all pass.
Note the addition of the android-v8 specific result for fast/xpath/nsresolver-exception.html (this is added due to a V8 exception printing difference). Change-Id: I685cb62a438b742cba3f7496b2e1bdad9a7d8d82
Diffstat (limited to 'LayoutTests/fast/xpath/document-order-expected.txt')
-rw-r--r--LayoutTests/fast/xpath/document-order-expected.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/LayoutTests/fast/xpath/document-order-expected.txt b/LayoutTests/fast/xpath/document-order-expected.txt
new file mode 100644
index 0000000..5fe3954
--- /dev/null
+++ b/LayoutTests/fast/xpath/document-order-expected.txt
@@ -0,0 +1,31 @@
+PASS ancestor::* (context = attr1)
+PASS ancestor::* (context = GCHILD11)
+PASS ancestor::node() (context = attr1)
+PASS ancestor::node() (context = GCHILD11)
+PASS preceding::node() (context = attr4)
+PASS preceding::node() (context = CHILD2)
+PASS preceding::node() (context = GCHILD12)
+PASS following::node() (context = attr1)
+PASS following::node() (context = CHILD1)
+PASS following::node() (context = GCHILD11)
+PASS following::node() (context = CHILD2)
+PASS //CHILD | //@attr1
+PASS //CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31
+PASS (//CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31)[3]
+PASS (//CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31)[position() = last()]
+PASS //CHILD[2]/GCHILD | //CHILD[1]/GCHILD
+PASS doc.evaluate("string(//*[@name='GCHILD12'] | //CHILD | //@attr1 | //@attr31)", doc, null, XPathResult.STRING_TYPE, null).stringValue is "TEXT1"
+PASS descendant::node() (context = attr1)
+PASS child::node() (context = attr1)
+PASS parent::node() (context = attr1)
+PASS following-sibling::node() (context = attr1)
+PASS preceding-sibling::node() (context = attr4)
+PASS attribute::node() (context = attr1)
+PASS self::node() (context = attr1)
+PASS self::* (context = attr1)
+PASS descendant-or-self::node() (context = attr1)
+PASS ancestor-or-self::node() (context = attr1)
+PASS successfullyParsed is true
+
+TEST COMPLETE
+