Bug 880137 part 3: Give w3c-css flexbox reftests the necessary boilerplate headers with author info, reference, and placeholder test-title and "help" nodes (populated in next patch). rs=dbaron

This commit is contained in:
Daniel Holbert 2013-06-06 20:37:18 -07:00
parent f29d0dd35a
commit c6834755a6
154 changed files with 471 additions and 1 deletions

View File

@ -14,6 +14,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
display: block;

View File

@ -10,6 +10,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-horiz-1-ref.xhtml"/>
<style>
.flexbox {
display: flex;

View File

@ -7,6 +7,10 @@
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>
<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"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -7,6 +7,10 @@
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>
<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"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
margin/border/padding values on each item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-2-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
flex container being shorter than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-3-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
flex container being shorter than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-4-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
in place of the testcase's auto margins. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,10 @@
after the auto margins are resolved). -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-5-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -7,6 +7,10 @@
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>
<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-vert-1-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
margin/border/padding values on each item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-2-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
flex container being skinnier than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-3-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,8 @@
align-items / align-self properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
flex container being skinnier than its items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-4-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,8 @@
properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -8,6 +8,10 @@
"direction: rtl" to swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-rtl-1-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,8 @@
properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,10 @@
the horizontal (cross) axis item. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-rtl-2-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,8 @@
properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,10 @@
swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-rtl-3-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,8 @@
properties. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,10 @@
swap the horizontal (cross) axis. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-vert-rtl-4-ref.xhtml"/>
<style>
.flexbox {
border: 1px dashed blue;

View File

@ -9,6 +9,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<style>
body {

View File

@ -12,6 +12,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-align-self-baseline-horiz-1-ref.html">
<meta charset="utf-8">
<style>
body {

View File

@ -9,6 +9,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -12,6 +12,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-align-self-baseline-vert-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -9,6 +9,8 @@
end up at the bottom of the inline-block's content-box. -->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -14,6 +14,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-empty-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -14,6 +14,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-empty-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -10,6 +10,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<style>
.flexContainer {

View File

@ -13,6 +13,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-multi-item-horiz-1-ref.html">
<meta charset="utf-8">
<style>
.flexContainer {

View File

@ -9,6 +9,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -13,6 +13,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-multi-item-vert-1-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
<style>

View File

@ -6,6 +6,8 @@
<!-- Reference case, using inline-block instead of inline-flex. -->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<style>
.flexContainer {

View File

@ -13,6 +13,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-single-item-1-ref.html">
<meta charset="utf-8">
<style>
.flexContainer {

View File

@ -13,6 +13,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-baseline-single-item-1-ref.html">
<meta charset="utf-8">
<style>
.flexContainer {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div { height: 100px; }
div.flexbox {

View File

@ -7,6 +7,10 @@
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>
<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-basic-block-horiz-1-ref.xhtml"/>
<style>
div { height: 100px; }
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div { width: 50px; }
div.flexbox {

View File

@ -7,6 +7,10 @@
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>
<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-basic-block-vert-1-ref.xhtml"/>
<style>
div { width: 50px; }
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-canvas-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-canvas-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-fieldset-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-fieldset-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-iframe-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-iframe-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-img-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-img-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-textarea-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-textarea-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-video-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-basic-video-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,8 @@
outside of a flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
.flexbox {
width: 90px;

View File

@ -8,6 +8,10 @@
stacking contexts. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-1-ref.xhtml"/>
<style>
.flexbox {
width: 90px;

View File

@ -5,6 +5,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<style>
body { font: 10px sans-serif }
.flexContainer {

View File

@ -14,6 +14,10 @@
-->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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">
<style>
body { font: 10px sans-serif }
.flexContainer {

View File

@ -5,6 +5,8 @@
-->
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<style>
.flexContainer {
background: orange;

View File

@ -10,6 +10,10 @@
"z-index" values. -->
<html>
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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">
<style>
.flexContainer {
background: orange;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
margin-bottom: 2px;

View File

@ -7,6 +7,10 @@
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>
<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-justify-content-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
width: 200px;

View File

@ -8,6 +8,10 @@
flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-horiz-2-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
body { margin-left: 0px; } /* We'll apply margins w/ style attribute */
div.flexbox {

View File

@ -14,6 +14,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-horiz-3-ref.xhtml"/>
<style>
body { margin-left: 100px; } /* So we can see left-overflowed stuff */
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
body { margin-left: 0px; } /* We'll apply margins w/ style attribute */
div.flexbox {

View File

@ -14,6 +14,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-horiz-4-ref.xhtml"/>
<style>
body { margin-left: 100px; } /* So we can see left-overflowed stuff */
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
body { line-height: 0; }

View File

@ -7,6 +7,10 @@
property, in an auto-sized horizontal flex container. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-horiz-5-ref.xhtml"/>
<style>
div.flexbox {
display: flex;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -7,6 +7,10 @@
the 'justify-content' property. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-vert-1-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
height: 200px;

View File

@ -8,6 +8,10 @@
flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-vert-2-ref.xhtml"/>
<style>
div.flexbox {
height: 200px;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
body { margin-top: 0px; } /* We'll apply margins w/ style attribute */
div.flexbox {

View File

@ -15,6 +15,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-vert-3-ref.xhtml"/>
<style>
body { margin-top: 100px; } /* So we can see top-overflowed stuff */
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
body { margin-top: 0px; } /* We'll apply margins w/ style attribute */
div.flexbox {

View File

@ -15,6 +15,10 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-vert-4-ref.xhtml"/>
<style>
body { margin-top: 100px; } /* So we can see top-overflowed stuff */
div.flexbox {

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
margin-right: 2px;

View File

@ -10,6 +10,10 @@
in this testcase. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: {TODO: INSERT TITLE}</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-justify-content-vert-5-ref.xhtml"/>
<style>
div.flexbox {
display: flex;

View File

@ -5,6 +5,8 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div { height: 20px; }
div.flexbox {

View File

@ -7,6 +7,10 @@
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>
<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-margin-auto-horiz-1-ref.xhtml"/>
<style>
div.flexbox {
width: 200px;

View File

@ -7,6 +7,8 @@
with margin-top and/or margin-bottom set to 'auto' on flex items. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
<style>
div.flexbox {
border: 2px dotted black;

Some files were not shown because too many files have changed in this diff Show More