From a28badfcd425cd9f1f19c0a91a80bdddfa8da53c Mon Sep 17 00:00:00 2001 From: Sam Sneddon Date: Wed, 1 Nov 2023 08:57:15 +0000 Subject: [PATCH] Bug 1860823 [wpt PR 42716] - Rename domxpath/{001,002}.html to something meaningful, a=testonly Automatic update from web-platform-tests Rename domxpath/{001,002}.html to something meaningful and avoid generate_tests (#42716) -- wpt-commits: 0af481e90f13054b5800fd60f9e7d46afcde729a wpt-pr: 42716 --- testing/web-platform/tests/domxpath/001.html | 60 ------------ testing/web-platform/tests/domxpath/002.html | 60 ------------ .../tests/domxpath/text-html-attributes.html | 102 +++++++++++++++++++++ .../tests/domxpath/text-html-elements.html | 87 ++++++++++++++++++ testing/web-platform/tests/lint.ignore | 2 - 5 files changed, 189 insertions(+), 122 deletions(-) delete mode 100644 testing/web-platform/tests/domxpath/001.html delete mode 100644 testing/web-platform/tests/domxpath/002.html create mode 100644 testing/web-platform/tests/domxpath/text-html-attributes.html create mode 100644 testing/web-platform/tests/domxpath/text-html-elements.html diff --git a/testing/web-platform/tests/domxpath/001.html b/testing/web-platform/tests/domxpath/001.html deleted file mode 100644 index 4931417af301..000000000000 --- a/testing/web-platform/tests/domxpath/001.html +++ /dev/null @@ -1,60 +0,0 @@ - - -XPath in text/html: elements - - - - -
-
- - - - - - - diff --git a/testing/web-platform/tests/domxpath/002.html b/testing/web-platform/tests/domxpath/002.html deleted file mode 100644 index c5c1fcc52923..000000000000 --- a/testing/web-platform/tests/domxpath/002.html +++ /dev/null @@ -1,60 +0,0 @@ - - -XPath in text/html: attributes - - - - -
- - - - - - diff --git a/testing/web-platform/tests/domxpath/text-html-attributes.html b/testing/web-platform/tests/domxpath/text-html-attributes.html new file mode 100644 index 000000000000..2157dcd2d68c --- /dev/null +++ b/testing/web-platform/tests/domxpath/text-html-attributes.html @@ -0,0 +1,102 @@ + + +XPath in text/html: attributes + + + + +
+ + + + + + diff --git a/testing/web-platform/tests/domxpath/text-html-elements.html b/testing/web-platform/tests/domxpath/text-html-elements.html new file mode 100644 index 000000000000..b895323fbad6 --- /dev/null +++ b/testing/web-platform/tests/domxpath/text-html-elements.html @@ -0,0 +1,87 @@ + + +XPath in text/html: elements + + + + +
+
+ + + + + + + diff --git a/testing/web-platform/tests/lint.ignore b/testing/web-platform/tests/lint.ignore index 247d2950d55e..191709591e0b 100644 --- a/testing/web-platform/tests/lint.ignore +++ b/testing/web-platform/tests/lint.ignore @@ -311,8 +311,6 @@ GENERATE_TESTS: dom/ranges/Range-selectNode.html GENERATE_TESTS: dom/ranges/Range-set.html GENERATE_TESTS: dom/traversal/TreeWalker.html GENERATE_TESTS: domparsing/createContextualFragment.html -GENERATE_TESTS: domxpath/001.html -GENERATE_TESTS: domxpath/002.html GENERATE_TESTS: mediacapture-image/MediaStreamTrack-applyConstraints-reject.https.html GENERATE_TESTS: mediacapture-image/MediaStreamTrack-getCapabilities.https.html GENERATE_TESTS: mediacapture-image/MediaStreamTrack-getConstraints.https.html -- 2.11.4.GIT