Commit 1240a1e7 authored by Abhijeet Kandalkar's avatar Abhijeet Kandalkar Committed by Commit Bot

fixup! [css-flexbox] Move columns-center-with-margins.html to WPT

This CL is a fixup for https://crrev.com/c/2121938 and has two goals,
1. Rename columns-center-with-margins-001.html to auto-margins-003.html
2. Use CSS draft spec url in <link>.

Bug: 1063749
Change-Id: Idc3429f7f7fc488f67688acfddf7b678001c6dc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131551Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com>
Cr-Commit-Position: refs/heads/master@{#755309}
parent 5e9ef433
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<html> <html>
<head> <head>
<title>CSS Flexbox: Change to auto-margin items in column flexbox</title> <title>CSS Flexbox: Change to auto-margin items in column flexbox</title>
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column"> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#valdef-flex-direction-column">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#propdef-align-self"> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#propdef-align-self">
<link rel="match" href="reference/columns-center-with-margins-001-ref.html"> <link rel="match" href="reference/auto-margins-003-ref.html">
<meta name="assert" content="This test ensures that auto margins for column flows are correctly calculated"/> <meta name="assert" content="This test ensures that auto margins for column flows are correctly calculated"/>
<link href="support/flexbox.css" rel="stylesheet"> <link href="support/flexbox.css" rel="stylesheet">
<style> <style>
......
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