Commit 087501ad authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

[css-grid] Migrate auto-margins-ignored-during-track-sizing.html to WPT

BUG=767015,1063749
R=jfernandez@igalia.com

Change-Id: I810770fc14973b41e6560eff55da0e26fc3d1f32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145639
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: default avatarManuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758846}
parent 5d74907e
<!DOCTYPE html>
<link rel="match" href="auto-margins-ignored-during-track-sizing-expected.html">
<title>CSS Grid: grid items using 'auto' margins.</title>
<link rel="author" title="Javier Fernendez" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid/#auto-margins">
<link rel="help" href="https://drafts.csswg.org/css-grid/#layout-algorithm">
<link rel="match" href="references/auto-margins-ignored-during-track-sizing-001-ref.html">
<meta name="assert" content="This test ensures that 'auto' margin is treated as 0px during the tracks sizing algorithm."/>
<style>
body { overflow: hidden; }
.grid {
......
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