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

[css-flexbox]: Migrate multiline-reverse-wrap-baseline.html to WPT

BUG=1063749
R=dgrogan@chromium.org

Change-Id: I698cdd287a0da0d7eefee5343c8595a985844c6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132431
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755547}
parent 9d6fd3a9
<!DOCTYPE html>
<html>
<title>CSS Flexbox: multiline reverse wrap baseline.</title>
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-wrap-property">
<link rel="match" href="reference/multiline-reverse-wrap-baseline-ref.html">
<meta name="assert" content="This test ensures that 'flex-wrap: wrap-reverse' flips the cross axis directions and items with baseline alignment are aligned to cross axis start."/>
<style>
.flexbox {
width: 200px;
......@@ -28,8 +32,6 @@
}
</style>
<body>
<p>Test to make sure that wrap-reverse flips the cross axis directions and items
with baseline alignment are aligned to cross axis start.</p>
<div class="flexbox">
<div style="flex: 1 0 100px;">first<br>first<br>first</div>
......
......@@ -15,8 +15,6 @@ td {
</style>
</head>
<body>
<p>Test to make sure that wrap-reverse flips the cross axis directions and items
with baseline alignment are aligned to cross axis start.</p>
<table style="background-color: #aaa">
<tr><td colspan=2 style="height: 5px"></td></tr>
......
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