Skip to content

Commit

Permalink
Remove .tentative from Popover WPTs
Browse files Browse the repository at this point in the history
Since the spec landed [1], these should no longer be tentative
tests. No functional change here.

[1] https://html.spec.whatwg.org/multipage/popover.html

Bug: 1307772
Change-Id: I7fa1cd7772da31e283a756465e905b2a388c95e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4245778
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Mason Freed <masonf@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1104748}
  • Loading branch information
mfreed7 authored and chromium-wpt-export-bot committed Feb 14, 2023
1 parent c2e38c0 commit 191f594
Show file tree
Hide file tree
Showing 58 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'use strict';

idl_test(
['popover.tentative'],
['popover'],
['html','dom'],
idl_array => {
idl_array.add_objects({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:xiaochengh@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-anchor-change-display-ref.tentative.html">
<link rel=match href="popover-anchor-change-display-ref.html">
<script src="resources/popover-utils.js"></script>

<p>There should be a green box attached to the right side of each orange box.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-anchor-display-ref.tentative.html">
<link rel=match href="popover-anchor-display-ref.html">
<link rel=stylesheet href="/fonts/ahem.css">
<script src="resources/popover-utils.js"></script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:xiaochengh@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-anchor-scroll-display-ref.tentative.html">
<link rel=match href="popover-anchor-scroll-display-ref.html">

<div class=spacer style="height: 200px"></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-animated-display-ref.tentative.html">
<link rel=match href="popover-animated-display-ref.html">

<div popover>This is a popover</div>
<div class=topmost></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-animated-hide-finishes-ref.tentative.html">
<link rel=match href="popover-animated-hide-finishes-ref.html">

<div popover>This is a popover</div>
<div class=topmost></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-animated-display-ref.tentative.html">
<link rel=match href="popover-animated-display-ref.html">

<div popover>This is a popover</div>
<div class=topmost></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Popover element appearance</title>
<link rel="author" href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel="match" href="popover-appearance-ref.tentative.html">
<link rel="match" href="popover-appearance-ref.html">

<style>
[popover] {top: 100px; bottom: auto;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Popover ::backdrop pseudo element appearance</title>
<link rel="author" href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel="match" href="popover-backdrop-appearance-ref.tentative.html">
<link rel="match" href="popover-backdrop-appearance-ref.html">

<style>
#bottom { top: 70px; left: 70px; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Dialog-Popover appearance</title>
<link rel="author" href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel="match" href="popover-dialog-appearance-ref.tentative.html">
<link rel="match" href="popover-dialog-appearance-ref.html">

<p>Both dialogs should have the same shades of background.</p>
<p>The popover should have a completely-transparent ::backdrop.</p>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-hidden-display-ref.tentative.html">
<link rel=match href="popover-hidden-display-ref.html">
<meta name=fuzzy content="0-1;0-15">

<div class=nottoplayer popover >This content should be visible and green</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-inside-display-none-ref.tentative.html">
<link rel=match href="popover-inside-display-none-ref.html">

No popover should be displayed here.<p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-open-display-ref.tentative.html">
<link rel=match href="popover-open-display-ref.html">

<div popover>This is a popover</div>
<div class=topmost></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-open-overflow-display-ref.tentative.html">
<link rel=match href="popover-open-overflow-display-ref.html">

<div id=container>
<div popover id=p1>This is popover 1<div id=anchor2></div></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<link rel="author" href="mailto:masonf@chromium.org">
<link rel=help href="https://open-ui.org/components/popup.research.explainer">
<link rel=match href="popover-stacking-context-ref.tentative.html">
<link rel=match href="popover-stacking-context-ref.html">

<div popover>
Inside popover
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 191f594

Please sign in to comment.