1
0
Fork 0
firefox/testing/web-platform/tests/domxpath
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
resources Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
booleans.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
document.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
evaluator-constructor.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
evaluator-cross-realm.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
evaluator-different-document.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
expression-cross-realm.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
expression-different-document.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-concat.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-contains.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-lang.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-normalize-space.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-starts-with.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-substring-after.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-substring-before.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-substring.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fn-translate.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
helpers.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
lexical-structure.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
META.yml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
node-sets.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
numbers.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
predicates.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
resolver-callback-interface-cross-realm.tentative.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
resolver-callback-interface.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
resolver-non-string-result.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
text-html-attributes.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
text-html-elements.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
xml_xpath_runner.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
xml_xpath_tests.xml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
xpath-evaluate-crash.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
xpathevaluatorbase-creatensresolver.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

XPath

This directory contains tests for XPath.

See whatwg/dom#67 for getting XPath better specified.

Because the XPath interfaces are defined in the DOM Standard, the idlharness.js tests are in /dom instead of here.