forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-flexbox] Move anonymous-block.html test from css3/flexbox to WPT This CL moves anonymous-block.html test from css/css-flexbox to external/wpt/css/css-flexbox with WPT styles, adding links to the relevant specs and a ref test link. Bug: 1063749 Change-Id: Ie3ec6c8f4e6b2f096137d4a28f3519ffecaf9891 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116161 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by: David Grogan <dgrogan@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#753092} -- wpt-commits: 1a41be5bd1ffa9e43b16b9830480e3333a7c9e6e wpt-pr: 22409
12 lines
430 B
HTML
12 lines
430 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Flexbox: anonymous block</title>
|
|
<html>
|
|
<link href="support/flexbox.css" rel="stylesheet">
|
|
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-items">
|
|
<link rel="match" href="reference/anonymous-block-ref.html">
|
|
<body>
|
|
<p>This tests that text nodes that have a flexbox as a parent are wrapped in
|
|
anonymous blocks.</p>
|
|
<div class="flexbox">This text should be visible.</div>
|
|
</body>
|
|
</html>
|