Commit 40010b5a authored by Abhijeet Kandalkar's avatar Abhijeet Kandalkar Committed by Commit Bot

fixup! Migrate columns-center-with-margins-and-wrap.html to WPT

This CL has two goals,
1. Rename test name to align-self-015.html
2. Use CSS draft spec url in <link> as suggested in
   https://crrev.com/c/2120673

Bug: 1063749
Change-Id: Iba4aaf6b9ddd22df672f2381eb323ff7fcb963b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131113
Commit-Queue: Manuel Rego <rego@igalia.com>
Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#755304}
parent b6b37210
......@@ -3,9 +3,9 @@
<head>
<title>CSS Flexbox: Auto margins on column flex direction with wrap</title>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap">
<link rel="match" href="reference/columns-center-with-margins-and-wrap-001-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#valdef-flex-direction-column">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#valdef-flex-wrap-wrap">
<link rel="match" href="reference/align-self-015-ref.html">
<meta name="assert" content="This test ensures that auto margins for column flows are correctly calculated"/>
<style>
.flexbox {
......
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