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> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="resources/flexbox.css"> <title>CSS Flexbox: multiline flexbox and line breaks.</title>
<script src="../../resources/testharness.js"></script> <link rel="stylesheet" href="support/flexbox.css" >
<script src="../../resources/testharnessreport.js"></script> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#algo-main-item">
<script src="../../resources/check-layout-th.js"></script> <meta name="assert" content="This test ensures that multiline flexbox uses min/max constraints when finding line breaks."/>
<style> <style>
.flexbox { .flexbox {
width: 600px; width: 600px;
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
background-color: purple; background-color: purple;
} }
</style> </style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
</head> </head>
<body onload="checkLayout('.flexbox')"> <body onload="checkLayout('.flexbox')">
<div id=log></div> <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