0

Moved position-try-order into wpt/ from wpt_internal/

Now part of the spec draft

Bug: 40279608
Change-Id: I35546256c8460bfa46d1b9b7607e008d069cbd6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5272498
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Auto-Submit: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1257259}
This commit is contained in:
Rune Lillesveen
2024-02-07 09:58:44 +00:00
committed by Chromium LUCI CQ
parent 1c086603df
commit ed8169cbb0
2 changed files with 2 additions and 2 deletions
third_party/blink/web_tests/external/wpt/css/css-anchor-position/parsing

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Anchor Positioning Test: Computed position-try-order</title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/9196#issuecomment-1912788896">
<link rel="help" href="https://drafts.csswg.org/css-anchor-position-1/#position-try-order-property">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Anchor Positioning Test: Parsing of position-try-order</title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/9196#issuecomment-1912788896">
<link rel="help" href="https://drafts.csswg.org/css-anchor-position-1/#position-try-order-property">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>