Commit 9373f79e authored by Miyoung Shin's avatar Miyoung Shin Committed by Commit Bot

[css-grid] Migrate grid-baseline.html to WPT

CL migrates grid-baseline.html to
external/wpt/css/css-grid/alignment, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-baseline-001.html.

BUG=1063749, 767015

Change-Id: Ia642e5876f5a936f11fc268adf93dd9ddf9479c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147988
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Reviewed-by: default avatarJavier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#759559}
parent 7f0114bf
<!DOCTYPE html>
<html>
<title>CSS Grid: Grid container baseline</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid/#grid-baselines">
<link rel="help" href="https://crbug.com/234191">
<link rel="match" href="references/grid-baseline-001-ref.html">
<meta name="assert" content="Check the first baselines of a grid container."/>
<style>
body {
margin: 0;
......
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