Commit 896d4c1e authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

[css-flexbox]: Migrate multiline-column-overflow.html to WPT

This CL moves multiline-column-overflow.html from css3/flexbox
to external/wpt/css/css-flexbox/, and renames it to
multiline-column-max-height.html. <link rel> tags are added, as
well as <meta name=assert> and title.

BUG=1063749
R=cbiesinger@chromium.org

Change-Id: Ie22e6abd0d3fc677853fd2b3d0ea8507d257aa62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127549Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Cr-Commit-Position: refs/heads/master@{#755038}
parent 4fb9a1e3
<!DOCTYPE html> <!DOCTYPE html>
<title>CSS Flexbox: wrapping column flexbox with max-height don't overflow.</title>
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-flow-property">
<link rel="match" href="reference/multiline-column-max-height-ref.html">
<meta name="assert" content="This test ensures that the flex line length is limited to max-height in a wrapping column flexbox."/>
<style> <style>
.flex { .flex {
display: flex; display: flex;
...@@ -13,8 +17,7 @@ ...@@ -13,8 +17,7 @@
line-height: 20px; line-height: 20px;
} }
</style> </style>
There should only be a blue box below, and the word "FAIL" should There should only be a blue box below, and the word "FAIL" should not be seen.
not be seen.
<div class="flex"> <div class="flex">
<span class="item">FAIL</span> <span class="item">FAIL</span>
<span class="item">FAIL</span> <span class="item">FAIL</span>
......
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