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
8 lines
185 B
HTML
8 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>This tests that text nodes that have a flexbox as a parent are wrapped in
|
|
anonymous blocks.</p>
|
|
<div>This text should be visible.</div>
|
|
</body>
|
|
</html>
|