fune/testing/web-platform/tests/css/css-ui/parsing/field-sizing-computed.html
Kent Tamura ab584853e0 Bug 1861619 [wpt PR 42801] - css-ui,html: Update the spec URL for field-sizing, a=testonly
Automatic update from web-platform-tests
css-ui,html: Update the spec URL for field-sizing

Bug: 1447058
Change-Id: I180e82081bd5b6f336bfe6d5e57790384f99f8c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4982848
Auto-Submit: Kent Tamura <tkent@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1217031}

--

wpt-commits: d20860aef5c6946cea46c76d5171df482dccf956
wpt-pr: 42801
2023-11-19 15:19:07 +00:00

14 lines
534 B
HTML

<!DOCTYPE html>
<title>CSS UI: getComputedStyle().fieldSizing</title>
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#field-sizing">
<link rel="author" title="Kent Tamura" href="mailto:tkent@chromium.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
<body>
<div id="target"></div>
<script>
test_computed_value('field-sizing', 'fixed');
test_computed_value('field-sizing', 'content');
</script>
</body>