Skip to content

Commit

Permalink
Bug 1872161 [wpt PR 43804] - Consolidate and remove tentative from :s…
Browse files Browse the repository at this point in the history
…tate() WPTs, a=testonly

Automatic update from web-platform-tests
Consolidate and remove tentative from :state() WPTs

The spec was merged here, so the tests should no longer be tentative:
whatwg/html#8467

Bug: 1514397
Change-Id: I121e5e734145ff4cb122fb1bc2f7a5bc146dafca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5151685
Reviewed-by: Mason Freed <[email protected]>
Commit-Queue: Joey Arhar <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1255129}

--

wpt-commits: 9b7754b0e2d92e6a303376c24e8c6b20800de902
wpt-pr: 43804
  • Loading branch information
josepharhar authored and moz-wptsync-bot committed Feb 5, 2024
1 parent d50d660 commit 4a445ae
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<link rel=help href="https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions testing/web-platform/tests/custom-elements/state/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
spec: https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class
2 changes: 2 additions & 0 deletions testing/web-platform/tests/custom-elements/state/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests for [Custom State Pseudo
Class](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="timeout" content="long">
<meta name="author" title="Keith Cirkel" href="mailto:[email protected]" />
<link rel="help" href="https://wicg.github.io/custom-state-pseudo-class/" />
<link rel="help" href="https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class" />
<title>CustomStateSet doesn't crash after GC on detached node</title>

<script src="/resources/testharness.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title="Keith Cirkel"
href="mailto:[email protected]"
/>
<link rel="help" href="https://wicg.github.io/custom-state-pseudo-class/" />
<link rel="help" href="https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class" />
<title>:state() css selector applies in shadow roots</title>

<script src="/resources/testharness.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="timeout" content="long">
<meta name="author" title="Keith Cirkel" href="mailto:[email protected]" />
<link rel="help" href="https://wicg.github.io/custom-state-pseudo-class/" />
<link rel="help" href="https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class" />
<title>:state() css selector applies</title>

<script src="/resources/testharness.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<link rel=help href="https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4a445ae

Please sign in to comment.