Commit 4de68d38 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

fixup! [css-grid] Migrate flex-sizing-columns-min-max-width.html to WPT

This CL updates the title and assert slightly to be aligned
with flex-sizing-rows-min-max-height-001.html.

Bug: 1063749
Change-Id: Ie16502fa396475e402a7649a74f1cfced215f478
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153177Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#759990}
parent df6108bb
<!DOCTYPE HTML>
<title>CSS Grid Layout Test: min and max size when computing the flex fraction</title>
<title>CSS Grid Layout Test: min and max width when computing the flex column</title>
<link rel="author" title="Sergio Villar" href="mailto:svillar@igalia.com"/>
<link rel="help" href="https://drafts.csswg.org/css-grid/#algo-flex-tracks"/>
<link rel="issue" href="https://bugs.chromium.org/p/chromium/issues/detail?id=660690"/>
<link href="/css/support/grid.css" rel="stylesheet"/>
<link href="/css/support/width-keyword-classes.css" rel="stylesheet">
<meta name="assert" content="This test ensures that minimum and maximum sizes are used to compute the flex fraction for indefinite free spaces."/>
<meta name="assert" content="This test ensures that minimum and maximum widths are used to compute the flex fraction for grid columns."/>
<style>
.grid {
margin: 3px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment