fune/testing/web-platform/tests/css/css-flexbox/reference/auto-height-column-with-border-and-padding-ref.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

7 lines
283 B
HTML

<!DOCTYPE html>
Tests that auto-height column flexboxes with border and padding correctly size their height to their content.
<div style="border: 5px solid salmon; padding: 5px; overflow: scroll">
<div>
<div style="height: 50px; background-color: pink">
<div>
</div>