fune/testing/web-platform/tests/css/css-flexbox/flexitem-stretch-range.html
Gyuyoung Kim eb70460ecc Bug 1625826 [wpt PR 22520] - [css-flexbox] Move flexitem-stretch-range.html test to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Move flexitem-stretch-range.html test to WPT

This CL moves flexitem-stretch-range[-expected].html test from
css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, and test description.

Additionally, this CL removes <p></p> paragraph because it's the
same to the assert.

Bug: 1063749
Change-Id: If2811c22ddb2d38e9bb233d8fca416c8c5f0452d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124280
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754799}

--

wpt-commits: fae595a73489890622c9351f40b8b57dc904d235
wpt-pr: 22520
2020-04-02 10:49:53 +00:00

16 lines
670 B
HTML

<!DOCTYPE html>
<html>
<title>CSS Flexbox: range stretch</title>
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-property">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#min-size-auto">
<link rel="match" href="reference/flexitem-stretch-range-ref.html">
<link href="support/flexbox.css" rel="stylesheet">
<meta name="assert" content="This test ensures that the thumb should be centered vertically
when stretching a range input.">
<body>
<p>When stretching a range input, the thumb should be centered vertically.</p>
<div class="flexbox" style="height: 200px;">
<input type="range" style="flex: 1; margin: 0;">
</div>
</body>
</html>