Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
xpath
/
xpath-template-element-expected.txt
blob: 5fdb42a1c2949a328b7092edb42c213ac092151c [
file
] [
log
] [
blame
]
This tests that XPath expressions do not consider (traverse into) template content
A B
PASS document.evaluate('count(//span)', test, null, XPathResult.NUMBER_TYPE, null).numberValue is 2
PASS successfullyParsed is true
TEST COMPLETE