Bug 880137 part 4: Populate test title fields in w3c-css flexbox reftests. rs=dbaron

This commit is contained in:
Daniel Holbert 2013-06-06 20:37:20 -07:00
Родитель 10f09a4ad8
Коммит b30b32936b
81 изменённых файлов: 163 добавлений и 156 удалений

Просмотреть файл

@ -10,9 +10,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#baseline-participation"/>
<link rel="match" href="flexbox-align-self-baseline-horiz-1-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
values included on different items within a flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' property values on flex items that are blocks, in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-horiz-1-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -7,7 +7,7 @@
values included on different items within a flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the various 'align-self' property values on flex items that are tables</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="match" href="flexbox-align-self-horiz-1-ref.xhtml"/>

Просмотреть файл

@ -8,9 +8,9 @@
margin/border/padding values on each item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a horizontal flex container, with margin/padding/border on the items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-horiz-2-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex container being shorter than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a horizontal flex container that's shorter than its items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-horiz-3-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex container being shorter than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a horizontal flex container that's shorter than its items, with margin/padding/border on the items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-horiz-4-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -9,9 +9,9 @@
after the auto margins are resolved). -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with auto margins in play, in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#auto-margins"/>
<link rel="match" href="flexbox-align-self-horiz-5-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
values included on different items within a flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-1-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
margin/border/padding values on each item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container, with margin/padding/border on the items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-2-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex container being skinnier than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-3-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex container being skinnier than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items, with margin/padding/border on the items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-4-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
"direction: rtl" to swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-rtl-1-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -9,9 +9,9 @@
the horizontal (cross) axis item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container, with margin/padding/border on the items and with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-rtl-2-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -9,9 +9,9 @@
swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items and with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-rtl-3-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -9,9 +9,9 @@
swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items, with margin/padding/border on the items and with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#align-items-property"/>
<link rel="match" href="flexbox-align-self-vert-rtl-4-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -12,9 +12,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a horizontal flex container with baseline-aligned flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-align-self-baseline-horiz-1-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -12,9 +12,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a vertical flex container with baseline-aligned flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-align-self-baseline-vert-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />

Просмотреть файл

@ -14,9 +14,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of an empty horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-empty-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />

Просмотреть файл

@ -14,9 +14,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of an empty vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-empty-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />

Просмотреть файл

@ -13,9 +13,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a horizontal flex container whose flex items are not baseline-aligned</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-multi-item-horiz-1-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -13,9 +13,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a vertical flex container whose flex items are not baseline-aligned</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-multi-item-vert-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />

Просмотреть файл

@ -13,9 +13,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a horizontal flex container with one flex item</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-single-item-1-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -13,9 +13,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the baseline of a vertical flex container with one flex item</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-baselines">
<link rel="match" href="flexbox-baseline-single-item-1-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -7,9 +7,9 @@
various "flex" values and various combinations of the items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on block flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-block-horiz-1-ref.xhtml"/>
<style>
div { height: 100px; }

Просмотреть файл

@ -7,9 +7,9 @@
various "flex" values and various combinations of the items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on block flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-block-vert-1-ref.xhtml"/>
<style>
div { width: 50px; }

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on canvas flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-canvas-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on canvas flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-canvas-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on fieldset flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-fieldset-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on fieldset flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-fieldset-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on iframe flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-iframe-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on iframe flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-iframe-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on img flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-img-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on img flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-img-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on textarea flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-textarea-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on textarea flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-textarea-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on video flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-video-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing flexbox layout algorithm property on video flex items in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-basic-video-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
stacking contexts. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that 'z-index' property makes flex items form stacking contexts</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#painting"/>
<link rel="match" href="flexbox-items-as-stacking-contexts-1-ref.xhtml"/>
<style>
.flexbox {

Просмотреть файл

@ -12,9 +12,11 @@
ordering - specifically, the properties "position", "z-index", and
"order" on flex items.
-->
<!-- This was resolved by the CSSWG in April 2013:
http://krijnhoetmer.nl/irc-logs/css/20130403#l-455 -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts (atomically, in the absence of 'z-index' on descendants)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="match" href="flexbox-items-as-stacking-contexts-2-ref.html">

Просмотреть файл

@ -8,9 +8,11 @@
inside of one flex item should be able to iterleave between pieces of
content in another flex item, if we set appropriately interleaving
"z-index" values. -->
<!-- This was resolved by the CSSWG in April 2013:
http://krijnhoetmer.nl/irc-logs/css/20130403#l-455 -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that flex items paint as pseudo-stacking contexts, instead of full stacking contexts ('z-index' should let descendants interleave)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="match" href="flexbox-items-as-stacking-contexts-3-ref.html">

Просмотреть файл

@ -7,9 +7,9 @@
testing each possible value of the 'justify-content' property. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a horizontal flex container, with margins/border/padding on flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-horiz-2-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -14,9 +14,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-horiz-3-ref.xhtml"/>
<style>
body { margin-left: 100px; } /* So we can see left-overflowed stuff */

Просмотреть файл

@ -14,9 +14,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow, with margins/border/padding on flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-horiz-4-ref.xhtml"/>
<style>
body { margin-left: 100px; } /* So we can see left-overflowed stuff */

Просмотреть файл

@ -7,9 +7,9 @@
property, in an auto-sized horizontal flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in an auto-sized vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-horiz-5-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
the 'justify-content' property. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-vert-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -8,9 +8,9 @@
flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a vertical flex container, with margins/border/padding on flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-vert-2-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -15,9 +15,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-vert-3-ref.xhtml"/>
<style>
body { margin-top: 100px; } /* So we can see top-overflowed stuff */

Просмотреть файл

@ -15,9 +15,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow, with margins/border/padding on flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-vert-4-ref.xhtml"/>
<style>
body { margin-top: 100px; } /* So we can see top-overflowed stuff */

Просмотреть файл

@ -10,9 +10,9 @@
in this testcase. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'justify-content' in an auto-sized vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#justify-content-property"/>
<link rel="match" href="flexbox-justify-content-vert-5-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
with margin-left and/or margin-right set to 'auto'. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing horizontal auto margins on flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#auto-margins"/>
<link rel="match" href="flexbox-margin-auto-horiz-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
with margin-top and/or margin-bottom set to 'auto' on flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing vertical auto margins on flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#auto-margins"/>
<link rel="match" href="flexbox-margin-auto-horiz-2-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -7,9 +7,9 @@
reverse the flex container's main axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders on flex items in a row-reverse horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-1-reverse-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -8,9 +8,9 @@
main axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders on flex items in a row-reverse horizontal flex container, with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-1-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -7,9 +7,9 @@
the flex container's main axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders on flex items in a horizontal flex container with 'direction: rtl'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-1-reverse-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -6,9 +6,9 @@
<!-- Testcase with borders on flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders on flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-1-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -6,9 +6,9 @@
<!-- Testcase with margin/border on flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing margins and borders on flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-2-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -9,9 +9,9 @@
padding-box area in this test.) -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing margins, borders, and padding on flex items in a horizontal flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-2-ref.xhtml"/>
<style>
div { height: 100px; border: 0; }

Просмотреть файл

@ -3,11 +3,12 @@
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!-- Testcase with border/padding on a row-reverse flex container and on its children -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders and padding on a row-reverse horizontal flex container and its flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-3-reverse-ref.xhtml"/>
<style>
div { height: 20px; border: 0; }
@ -18,7 +19,7 @@
margin-bottom: 2px;
}
<!-- customizations for flexbox border/padding -->
<!-- customizations for flex container border/padding -->
.borderA {
border-style: dashed;
border-color: purple;

Просмотреть файл

@ -6,9 +6,9 @@
<!-- Testcase with border/padding on a flex container and on its children -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing borders and padding on a horizontal flex container and its flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-3-ref.xhtml"/>
<style>
div { height: 20px; border: 0; }

Просмотреть файл

@ -10,9 +10,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing percent-valued padding and margin on flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#layout-algorithm"/>
<link rel="match" href="flexbox-mbp-horiz-4-ref.xhtml"/>
<style>
div { border: 0; }

Просмотреть файл

@ -7,9 +7,9 @@
a horizontal flex container. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a horizontal flex container, with contents not overflowing</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-horiz-1-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -9,9 +9,9 @@
to be sure that "overflow: hidden" is actually applying. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a horizontal flex container, with 'align-items: center'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-horiz-2-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -9,9 +9,9 @@
"overflow: hidden" is actually applying. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a horizontal flex container, with 'justify-content: space-around'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-horiz-3-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -7,9 +7,9 @@
a vertical flex container with overflowing contents. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a vertical flex container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-vert-1-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -9,9 +9,9 @@
to be sure that "overflow: hidden" is actually applying. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a vertical flex container, with 'align-items: center'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-vert-2-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -9,9 +9,9 @@
"overflow: hidden" is actually applying. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing 'overflow' property on a vertical flex container, with 'justify-content: space-around'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-containers">
<link rel="match" href="flexbox-overflow-vert-3-ref.html">
<style>
.flexContainer {

Просмотреть файл

@ -7,9 +7,9 @@
their paint-order. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the paint-order of overlapping flex items, with varying tweaks on the container</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#painting"/>
<link rel="match" href="flexbox-paint-ordering-1-ref.xhtml"/>
<style>
body {

Просмотреть файл

@ -8,9 +8,9 @@
paint-order. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing the paint-order of overlapping flex items with 'order' and 'z-index' set</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#painting"/>
<link rel="match" href="flexbox-paint-ordering-2-ref.xhtml"/>
<style>
body {

Просмотреть файл

@ -9,7 +9,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing sizing of an auto-sized horizontal flex container with min-width and max-width constraints</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="match" href="flexbox-sizing-horiz-1-ref.xhtml"/>

Просмотреть файл

@ -9,7 +9,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing sizing of an auto-sized horizontal flex container with min-height and max-height constraints</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="match" href="flexbox-sizing-horiz-2-ref.xhtml"/>

Просмотреть файл

@ -9,7 +9,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing sizing of an auto-sized vertical flex container with min-height and max-height constraints</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="match" href="flexbox-sizing-vert-1-ref.xhtml"/>

Просмотреть файл

@ -9,7 +9,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing sizing of an auto-sized vertical flex container with min-width and max-width constraints</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="match" href="flexbox-sizing-vert-2-ref.xhtml"/>

Просмотреть файл

@ -11,9 +11,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that table cells in a flex container get an anonymous table wrapper that forms the flex item</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items"/>
<link rel="match" href="flexbox-table-fixup-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -17,9 +17,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that the 'flex' shorthand has no effect on table cells in a flex container, since they aren't flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items"/>
<link rel="match" href="flexbox-table-fixup-1-ref.xhtml"/>
<style>
div.flexbox {

Просмотреть файл

@ -16,9 +16,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Test that anonymous flex items aren't created for pure-whitespace inline content</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items"/>
<link rel="match" href="flexbox-whitespace-handling-1-ref.xhtml"/>
<style>
div { height: 100px; }

Просмотреть файл

@ -8,11 +8,13 @@
flex items (since that whitespace should be ignored anyway, if we're
doing things right).
-->
<!-- XXXdholbert Does this testcase add value?
(Maybe it should be an alternate reference case.) -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Test that flex items are created correctly</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items"/>
<link rel="match" href="flexbox-whitespace-handling-1-ref.xhtml"/>
<style>
div { height: 100px; }

Просмотреть файл

@ -10,9 +10,9 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Test that whitespace is preserved at the edges of anonymous flex items if 'white-space: pre' is set</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/"/>
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items"/>
<link rel="match" href="flexbox-whitespace-handling-2-ref.xhtml"/>
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

Просмотреть файл

@ -9,9 +9,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that generated content nodes are treated as a flex items</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items">
<link rel="match" href="flexbox-with-pseudo-elements-1-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -8,9 +8,9 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that generated content nodes are treated as a flex items, and honor 'order'</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items">
<link rel="match" href="flexbox-with-pseudo-elements-2-ref.html">
<meta charset="utf-8">
<style>

Просмотреть файл

@ -13,9 +13,9 @@
row/cell. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</title>
<title>CSS Test: Testing that generated content nodes with table-part display types are wrapped with an anonymous table, which forms a flex item</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-items">
<link rel="match" href="flexbox-with-pseudo-elements-3-ref.html">
<meta charset="utf-8">
<style>