Skip to content

Commit 4f047ab

Browse files
jihyerishmoz-wptsync-bot
authored andcommitted
Bug 1931990 [wpt PR 49242] - Add ::search-text selector parsing subtests, a=testonly
Automatic update from web-platform-tests Add ::search-text selector parsing subtests Add additional ::search-text selector parsing subtests which are invalid (This is depending on the spec discussion: w3c/csswg-drafts#10298) Bug: 339298411 Change-Id: Ia9974536b8ccd19995f7b79b1c8b09ecee00c197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6031550 Reviewed-by: Stephen Chenney <[email protected]> Reviewed-by: Anders Hartvoll Ruud <[email protected]> Commit-Queue: Stephen Chenney <[email protected]> Cr-Commit-Position: refs/heads/main@{#1384927} -- wpt-commits: 83e9350e5299f2872cc2a93892f28d3b14b6ce85 wpt-pr: 49242
1 parent 429514c commit 4f047ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: testing/web-platform/tests/css/css-pseudo/parsing/highlight-pseudos-search-text.tentative.html

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
test_invalid_selector(`${pseudo} div`);
2323
test_invalid_selector(`${pseudo}::after`);
2424
test_invalid_selector(`${pseudo}:hover`);
25+
test_invalid_selector(`${pseudo}:current(*)`);
26+
test_invalid_selector(`${pseudo}:past`);
27+
test_invalid_selector(`${pseudo}:future`);
2528
test_invalid_selector(`:not(${pseudo})`);
2629
}
2730
</script>

0 commit comments

Comments
 (0)