Commit bec3d92e authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

[css-flexbox]: Migrate multiline-min-max.html to WPT

BUG=1063749
R=cbiesinger@chromium.org

Change-Id: I14718b6bb2b9c48653e737fb08a9f780f86da000
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128426
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754694}
parent ba654270
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resources/flexbox.css">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/check-layout-th.js"></script>
<title>CSS Flexbox: multiline flexbox and line breaks.</title>
<link rel="stylesheet" href="support/flexbox.css" >
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#algo-main-item">
<meta name="assert" content="This test ensures that multiline flexbox uses min/max constraints when finding line breaks."/>
<style>
.flexbox {
width: 600px;
......@@ -42,6 +42,9 @@
background-color: purple;
}
</style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
</head>
<body onload="checkLayout('.flexbox')">
<div id=log></div>
......
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