Commit df7ef80c authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[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: default avatarDavid Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753092}
parent f72376bc
<!DOCTYPE html> <!DOCTYPE html>
<title>CSS Flexbox: anonymous block</title>
<html> <html>
<link href="resources/flexbox.css" rel="stylesheet"> <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> <body>
<p>This tests that text nodes that have a flexbox as a parent are wrapped in <p>This tests that text nodes that have a flexbox as a parent are wrapped in
anonymous blocks.</p> anonymous blocks.</p>
......
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