mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
This commit is contained in:
parent
8e783577d2
commit
ba8922cc76
2439 changed files with 5192 additions and 2611 deletions
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'stretch' to 'start' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'start' to 'stretch' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'stretch' to 'normal' causes no effect on non-replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'normal' to 'stretch' causes no effect on non-replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'start' to 'normal' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'normal' to 'start' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'start' to 'stretch' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'stretch' to 'start' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'start' to 'normal' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'normal' to 'start' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'stretch' to 'start' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'start' to 'stretch' causes replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid's align-items value from 'stretch' to 'normal' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'normal' to 'stretch' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'start' to 'normal' causes no effect on replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'normal' to 'start' causes no effect on replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'start' to 'stretch' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-align-self-start">
|
||||
<meta name="assert" content="Changing the grid item's align-items value from 'stretch' to 'start' causes replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'stretch' to 'start' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'start' to 'stretch' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'stretch' to 'normal' causes no effect on non-replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'normal' to 'stretch' causes no effect on non-replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'start' to 'normal' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'normal' to 'start' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'start' to 'stretch' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'stretch' to 'start' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'start' to 'normal' causes non-replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'normal' to 'start' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'stretch' to 'start' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'start' to 'stretch' causes replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid's justify-items value from 'stretch' to 'normal' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'normal' to 'stretch' causes non-replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'start' to 'normal' causes no effect on replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'normal' to 'start' causes no effect on replaced items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-normal">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'start' to 'stretch' causes replaced items to shrink.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-stretch">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#valdef-justify-self-start">
|
||||
<meta name="assert" content="Changing the grid item's justify-items value from 'stretch' to 'start' causes replaced items to grow.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-self-property">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#typedef-baseline-position">
|
||||
<meta name="assert" content="Changing the 'align-self' property's value of a grid item from 'baseline' will exclude such item from its baseline context, which implies recomputing all the baseline offsets and aligning the items left in such context.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-self-property">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#typedef-baseline-position">
|
||||
<meta name="assert" content="Changing the 'align-self' property's value of a grid item to 'baseline' will include such item into a baseline context, which implies recomputing all the baseline offsets and aligning the items in such context.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#justify-self-property">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#typedef-baseline-position">
|
||||
<meta name="assert" content="Changing the 'align-self' property's value of a grid item from 'baseline' will exclude such item from its baseline context, which implies recomputing all the baseline offsets and aligning the items left in such context.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#justify-self-property">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align/#typedef-baseline-position">
|
||||
<meta name="assert" content="Changing the 'justify-self' property's value of a grid item to 'baseline' will include such item into a baseline context, which implies recomputing all the baseline offsets and aligning the items in such context.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#container {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'start' value for align-self are flushed with its alignment container's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'end' value for align-self are flushed with its alignment container's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-left">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'left' value for align-self are flushed with its alignment container's 'left' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-right">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'right' value for align-self are flushed with its alignment container's 'right' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-center">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'center' value for align-self are 'centered' within its alignment container.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-flex-start">
|
||||
<meta name="assert" content="The 'flex-start' value of align-self behaves like 'start' for absolute positioned grid items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-flex-end">
|
||||
<meta name="assert" content="The 'flex-end' value of align-self behaves like 'end' for absolute positioned grid items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'self-start' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'self-end' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-start' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-start' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'start' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'end' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-center">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'center' value for align-self are 'centered' within its alignment container.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-start' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-end' value for align-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items don't participate in Baseline Alignment, so the value 'baseline' behaves like 'start'.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Grid items orthogonal to the Baseline Alignment Context should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container { position: relative; }
|
||||
.grid {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Empty grid items with fixed size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Empty grid items with relative size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Grid items orthogonal to the Baseline Alignment Context should use their border-box 'under' edge as synthesized baseline.">
|
||||
<meta name="assert" content="Empty grid items with fixed size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<meta name="flags" content="ahem dom">
|
||||
<meta name="assert" content="This test checks that 'fit-content()' tracks behave the same with 'normal', 'stretch' or 'start' values for content distribution properties.">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
display: grid;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'start' value for justify-self are flushed with its alignment container's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'end' value for justify-self are flushed with its alignment container's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-left">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'left' value for justify-self are flushed with its alignment container's 'left' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-right">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'right' value for justify-self are flushed with its alignment container's 'right' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-center">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'center' value for justify-self are 'centered' within its alignment container.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-flex-start">
|
||||
<meta name="assert" content="The 'flex-start' value of justify-self behaves like 'start' for absolute positioned grid items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-flex-start">
|
||||
<meta name="assert" content="The 'flex-end' value of justify-self behaves like 'end' for absolute positioned grid items.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'self-start' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'self-end' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-start' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-end' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'start' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'end' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'end' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-center">
|
||||
<meta name="assert" content="Absolute positioned grid items with 'center' value for justify-self are 'centered' within its alignment container.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-start">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-start' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-self-end">
|
||||
<meta name="assert" content="Absolute positioned grid items with opposite direction and 'self-end' value for justify-self are flushed with the edge of the alignment container corresponding to the alignment subject's 'start' edge.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-start">
|
||||
<meta name="assert" content="Absolute positioned grid items don't participate in Baseline Alignment, so the value 'baseline' behaves like 'start'.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Grid items orthogonal to the Baseline Alignment Context should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container { position: relative; }
|
||||
.grid {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Empty grid items with fixed size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container { position: relative; }
|
||||
.grid {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Empty grid items with relative size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container { position: relative; }
|
||||
.grid {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="stylesheet" href="../../support/grid.css">
|
||||
<link rel="stylesheet" href="../../support/alignment.css">
|
||||
<meta name="assert" content="Empty grid items with fixed size should use their border-box 'under' edge as synthesized baseline.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container { position: relative; }
|
||||
.inline-grid {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on absolute positioned grid items with non-static position in the property's axis.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned grid items with margins.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned grid items with borders.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned grid items with paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned grid items with margins, borders and paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned grid items when both grid and its items have margins, borders and paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on absolute positioned orthogonal grid items with non-static position in the property's axis.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned orthogonal grid items with margins.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned orthogonal grid items with borders.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned orthogonal grid items with paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Alignment properties don't apply on non-static absolute positioned orthogonal grid items with margins, borders and paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Absolute positioned orthogonal grid items alignment works as expected when grid and its items have margins, borders and paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Absolute positioned grid items alignment works as expected when items have margins.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Absolute positioned grid items alignment works as expected when items have borders.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
|
||||
<meta name="assert" content="Absolute positioned grid items alignment works as expected when items have paddings.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.grid {
|
||||
position: relative;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue