Skip to content

Commit

Permalink
Mark scroll chaining tests non-tentative
Browse files Browse the repository at this point in the history
Per the spec issue:

w3c/csswg-drafts#9071

The tested behavior is being added to the spec.

Bug: 40947467
Change-Id: I4f14f8c828a68ee296641f6c4e78fac3cc54fd51
  • Loading branch information
Mason Freed authored and chromium-wpt-export-bot committed Apr 8, 2024
1 parent 3776d97 commit f6bab84
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@
<title>Tests scroll adjustments of element anchored to another anchored element</title>
<link rel="author" href="mailto:wangxianzhu@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
<link rel="match" href="reference/anchor-scroll-chained-001.tentative-ref.html">
<link rel="match" href="reference/anchor-scroll-chained-001-ref.html">
<style>
body {
margin: 0;
Expand Down
Expand Up @@ -2,7 +2,7 @@
<title>Tests scroll adjustments of element anchored to another anchored element</title>
<link rel="author" href="mailto:wangxianzhu@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
<link rel="match" href="reference/anchor-scroll-chained-002.tentative-ref.html">
<link rel="match" href="reference/anchor-scroll-chained-002-ref.html">
<style>
body {
margin: 0;
Expand Down
Expand Up @@ -2,7 +2,7 @@
<title>Tests scroll adjustments of element anchored to another anchored element</title>
<link rel="author" href="mailto:wangxianzhu@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
<link rel="match" href="reference/anchor-scroll-chained-002.tentative-ref.html">
<link rel="match" href="reference/anchor-scroll-chained-002-ref.html">
<style>
body {
margin: 0;
Expand Down
Expand Up @@ -2,7 +2,7 @@
<title>Tests scroll adjustments of element anchored to another anchored element</title>
<link rel="author" href="mailto:wangxianzhu@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
<link rel="match" href="reference/anchor-scroll-chained-004.tentative-ref.html">
<link rel="match" href="reference/anchor-scroll-chained-004-ref.html">
<style>
body {
margin: 0;
Expand Down
Expand Up @@ -2,7 +2,7 @@
<title>Tests scroll adjustments of element anchored to another anchored element with fallback</title>
<link rel="author" href="mailto:wangxianzhu@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
<link rel="match" href="reference/anchor-scroll-chained-fallback.tentative-ref.html">
<link rel="match" href="reference/anchor-scroll-chained-fallback-ref.html">
<style>
body {
margin: 0;
Expand Down

0 comments on commit f6bab84

Please sign in to comment.