fune/testing/web-platform/tests/css/css-flexbox/auto-height-column-with-border-and-padding.html
Gyuyoung Kim c216f95ea9 Bug 1624583 [wpt PR 22417] - [css-flexbox] Move auto-height-column-with-border-and-padding.html test from css3/flexbox to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Move auto-height-column-with-border-and-padding.html test from css3/flexbox to WPT

This CL moves auto-height-column-with-border-and-padding.html test
from css/css-flexbox to external/wpt/css/css-flexbox with WPT styles,
adding links to the relevant specs and a ref test link.

Bug: 1063749
Change-Id: I6751269ba56911615f236d57216e792b64410cfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117555
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#753463}

--

wpt-commits: 80343da59bc052d363edd808b5755ec7aab36414
wpt-pr: 22417
2020-03-31 11:31:06 +00:00

12 lines
747 B
HTML

<!DOCTYPE html>
<title>CSS Flexbox: auto-height with border and padding</title>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse">
<link rel="match" href="reference/auto-height-column-with-border-and-padding-ref.html">
Tests that auto-height column flexboxes with border and padding correctly size their height to their content.
<div class="flexbox column" style="border: 5px solid salmon; padding: 5px; overflow: scroll">
<div class="flex-one-one-auto" style="min-height: 0">
<div style="height: 50px; background-color: pink">
<div>
</div>