Commit 0804d40e authored by Ian Kilpatrick's avatar Ian Kilpatrick Committed by Commit Bot

[wpt] Make position-absolute-center-* not tentative.

As per recent CSSWG resolution in:
https://github.com/w3c/csswg-drafts/issues/4659#issuecomment-577211422

Change-Id: I088059bc4092da07047a89cb19ac1193bb4e8c5c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012957
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823860}
parent 94863f6a
<!DOCTYPE html> <!DOCTYPE html>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/1432"> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4659">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#abspos-sizing">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht"> <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="The available space for a box with center alignment is double the distance between the center of the static position rectangle and the closest edge of the containing block in the relevant axis.">
<style> <style>
#containing-block { #containing-block {
position: relative; position: relative;
......
<!DOCTYPE html> <!DOCTYPE html>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/1432"> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4659">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#abspos-sizing">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht"> <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="The available space for a box with center alignment is double the distance between the center of the static position rectangle and the closest edge of the containing block in the relevant axis.">
<style> <style>
#containing-block { #containing-block {
position: relative; position: relative;
......
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