Skip to content

Commit

Permalink
Consolidate and remove tentative from :state() WPTs
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Feb 1, 2024
1 parent 129ab16 commit 9b7754b
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 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 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
File renamed without changes.
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
1 change: 0 additions & 1 deletion custom-elements/state/tentative/README.md

This file was deleted.

1 change: 0 additions & 1 deletion custom-state-pseudo-class/META.yml

This file was deleted.

0 comments on commit 9b7754b

Please sign in to comment.