Bug 951755: Fix some flexbox reftests to point to official flexbox spec instead of dev spec. (test-only, metadata-only) DONTBUILD

This commit is contained in:
Daniel Holbert 2013-12-18 10:07:38 -08:00
Родитель 0efae2b21b
Коммит d8219757a9
13 изменённых файлов: 13 добавлений и 13 удалений

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing the sizing of a stretched horizontal flex container 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/#layout-algorithm">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#layout-algorithm">
<link rel="match" href="flexbox-align-self-stretch-vert-1-ref.html">
<meta name="assert" content="If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size">
<meta name="assert" content="http://dev.w3.org/csswg/css-flexbox/issues-cr-2012#issue-23">

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-before in horizontal multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-horiz-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-after in horizontal multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-horiz-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-before in horizontal single-line flex containers (should have no effect)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-horiz-2-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-after in horizontal single-line flex containers (should have no effect)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-horiz-2-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-before in vertical multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-vert-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-after in vertical multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-vert-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-before in vertical single-line flex containers (should have no effect)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-vert-2-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing page-break-after in vertical single-line flex containers (should have no effect)</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#algo-line-break">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#algo-line-break">
<link rel="match" href="flexbox-break-request-vert-2-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing flex-wrap in horizontal flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#flex-wrap-property">
<link rel="match" href="flexbox-flex-wrap-horiz-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Ensure that min-width is honored for horizontal multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#flex-wrap-property">
<link rel="match" href="flexbox-flex-wrap-horiz-2-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Testing flex-wrap in vertical flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#flex-wrap-property">
<link rel="match" href="flexbox-flex-wrap-vert-1-ref.html">
<meta charset="utf-8">
<style>

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

@ -7,7 +7,7 @@
<head>
<title>CSS Test: Ensure that min-height is honored for vertical multi-line flex containers</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://dev.w3.org/csswg/css-flexbox/#flex-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#flex-wrap-property">
<link rel="match" href="flexbox-flex-wrap-vert-2-ref.html">
<meta charset="utf-8">
<style>