Update CSS tests to revision 5366390418de396cdf7c9d45fbaedbed81dc4a61

This commit is contained in:
Ms2ger 2016-03-07 17:30:48 +01:00
parent dedae5e459
commit 3a73a2452e
333 changed files with 2454 additions and 1418 deletions

View file

@ -52,7 +52,7 @@
<tr id="t31-color-text-a-3.1" class=""> <tr id="t31-color-text-a-3.1" class="">
<td> <td>
<a href="t31-color-text-a.htm">t31-color-text-a</a></td> <a href="t31-color-text-a.htm">t31-color-text-a</a></td>
<td></td> <td><a href="reference/t31-color-text-a-ref.htm">&#x2260;</a> </td>
<td></td> <td></td>
<td>color <td>color
<ul class="assert"> <ul class="assert">

View file

@ -0,0 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Notref Black "should be green"</title>
<link rel="author" title="Geoffrey Sneddon" href="mailto:me@gsnedders.com">
<style type="text/css">
#one { color: #000; color: rgb(0,0,0); color: black; }
</style>
</head>
<body>
<p id="one">This text should be green.</p>
</body>
</html>

View file

@ -32,6 +32,14 @@
<td rowspan="1"></td> <td rowspan="1"></td>
</tr> </tr>
</tbody> </tbody>
<tbody id="t31-color-text-a" class="">
<tr>
<td rowspan="1" title="color">
<a href="t31-color-text-a.htm">t31-color-text-a</a></td>
<td><a href="reference/t31-color-text-a-ref.htm">&#x2260;</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class=""> <tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class="">
<tr> <tr>
<td rowspan="1" title="opacity"> <td rowspan="1" title="opacity">

View file

@ -1,5 +1,6 @@
t31-color-currentColor-b.htm == reference/t31-color-currentColor-b-ref.htm t31-color-currentColor-b.htm == reference/t31-color-currentColor-b-ref.htm
t31-color-text-a.htm != reference/t31-color-text-a-ref.htm
t32-opacity-offscreen-multiple-boxes-1-c.htm == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.htm t32-opacity-offscreen-multiple-boxes-1-c.htm == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.htm
t32-opacity-offscreen-multiple-boxes-2-c.htm == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.htm t32-opacity-offscreen-multiple-boxes-2-c.htm == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.htm
t421-rgb-func-int-a.htm == reference/t422-rgba-func-int-a-ref.htm t421-rgb-func-int-a.htm == reference/t422-rgba-func-int-a-ref.htm

View file

@ -5,6 +5,7 @@
<link rel="author" title="L. David Baron" href="http://dbaron.org/"> <link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/"> <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<link rel="help" href="http://www.w3.org/TR/css3-color/#foreground"> <link rel="help" href="http://www.w3.org/TR/css3-color/#foreground">
<link rel="mismatch" href="reference/t31-color-text-a-ref.htm">
<meta name="flags" content=""> <meta name="flags" content="">
<meta name="assert" content="That color sets the color of the text."> <meta name="assert" content="That color sets the color of the text.">
<style type="text/css"> <style type="text/css">

View file

@ -5,8 +5,8 @@
testname revision result comment testname revision result comment
html4/t31-color-currentcolor-b.htm 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 ? html4/t31-color-currentcolor-b.htm 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 ?
xhtml1/t31-color-currentcolor-b.xht 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 ? xhtml1/t31-color-currentcolor-b.xht 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 ?
html4/t31-color-text-a.htm 9538f997c484b1a56e62bf452ad69959dad4a25d ? html4/t31-color-text-a.htm e7be34e63f92ded17bbd9922e91c1d1ad7da2b00 ?
xhtml1/t31-color-text-a.xht 9538f997c484b1a56e62bf452ad69959dad4a25d ? xhtml1/t31-color-text-a.xht e7be34e63f92ded17bbd9922e91c1d1ad7da2b00 ?
html4/t32-opacity-basic-0.0-a.htm 826a3101a145e1b107604480ee65173b2a5ff82b ? html4/t32-opacity-basic-0.0-a.htm 826a3101a145e1b107604480ee65173b2a5ff82b ?
xhtml1/t32-opacity-basic-0.0-a.xht 826a3101a145e1b107604480ee65173b2a5ff82b ? xhtml1/t32-opacity-basic-0.0-a.xht 826a3101a145e1b107604480ee65173b2a5ff82b ?
html4/t32-opacity-basic-0.6-a.htm 5b5a57257ed37e168206ede5c905d01516944971 ? html4/t32-opacity-basic-0.6-a.htm 5b5a57257ed37e168206ede5c905d01516944971 ?

View file

@ -1,6 +1,6 @@
id references title flags links revision credits assertion id references title flags links revision credits assertion
t31-color-currentColor-b reference/t31-color-currentColor-b-ref color http://www.w3.org/TR/css3-color/#foreground,http://www.w3.org/TR/css3-color/#currentcolor 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> That currentColor on the color property acts like inherit. t31-color-currentColor-b reference/t31-color-currentColor-b-ref color http://www.w3.org/TR/css3-color/#foreground,http://www.w3.org/TR/css3-color/#currentcolor 51435ad4b7dd3607d521a4a541f0a3f6cb8a3ec2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> That currentColor on the color property acts like inherit.
t31-color-text-a color http://www.w3.org/TR/css3-color/#foreground 9538f997c484b1a56e62bf452ad69959dad4a25d `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> That color sets the color of the text. t31-color-text-a !reference/t31-color-text-a-ref color http://www.w3.org/TR/css3-color/#foreground e7be34e63f92ded17bbd9922e91c1d1ad7da2b00 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> That color sets the color of the text.
t32-opacity-basic-0.0-a opacity http://www.w3.org/TR/css3-color/#transparency 826a3101a145e1b107604480ee65173b2a5ff82b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 0.0 makes box transparent. t32-opacity-basic-0.0-a opacity http://www.w3.org/TR/css3-color/#transparency 826a3101a145e1b107604480ee65173b2a5ff82b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 0.0 makes box transparent.
t32-opacity-basic-0.6-a opacity http://www.w3.org/TR/css3-color/#transparency,http://www.w3.org/TR/css3-color/#rgb-color 5b5a57257ed37e168206ede5c905d01516944971 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 0.6 makes box partially opaque. Colors are in sRGB color space (may test). t32-opacity-basic-0.6-a opacity http://www.w3.org/TR/css3-color/#transparency,http://www.w3.org/TR/css3-color/#rgb-color 5b5a57257ed37e168206ede5c905d01516944971 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 0.6 makes box partially opaque. Colors are in sRGB color space (may test).
t32-opacity-basic-1.0-a opacity http://www.w3.org/TR/css3-color/#transparency 84e1b35cd17744db43573559f57f22afc6481fd8 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 1.0 makes box fully opaque. t32-opacity-basic-1.0-a opacity http://www.w3.org/TR/css3-color/#transparency 84e1b35cd17744db43573559f57f22afc6481fd8 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Opacity of 1.0 makes box fully opaque.

View file

@ -52,7 +52,7 @@
<tr id="t31-color-text-a-3.1" class=""> <tr id="t31-color-text-a-3.1" class="">
<td> <td>
<a href="t31-color-text-a.xht">t31-color-text-a</a></td> <a href="t31-color-text-a.xht">t31-color-text-a</a></td>
<td></td> <td><a href="reference/t31-color-text-a-ref.xht">&#x2260;</a> </td>
<td></td> <td></td>
<td>color <td>color
<ul class="assert"> <ul class="assert">

View file

@ -0,0 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Notref Black "should be green"</title>
<link rel="author" title="Geoffrey Sneddon" href="mailto:me@gsnedders.com"/>
<style type="text/css"><![CDATA[
#one { color: #000; color: rgb(0,0,0); color: black; }
]]></style>
</head>
<body>
<p id="one">This text should be green.</p>
</body>
</html>

View file

@ -32,6 +32,14 @@
<td rowspan="1"></td> <td rowspan="1"></td>
</tr> </tr>
</tbody> </tbody>
<tbody id="t31-color-text-a" class="">
<tr>
<td rowspan="1" title="color">
<a href="t31-color-text-a.xht">t31-color-text-a</a></td>
<td><a href="reference/t31-color-text-a-ref.xht">&#x2260;</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class=""> <tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class="">
<tr> <tr>
<td rowspan="1" title="opacity"> <td rowspan="1" title="opacity">

View file

@ -1,5 +1,6 @@
t31-color-currentColor-b.xht == reference/t31-color-currentColor-b-ref.xht t31-color-currentColor-b.xht == reference/t31-color-currentColor-b-ref.xht
t31-color-text-a.xht != reference/t31-color-text-a-ref.xht
t32-opacity-offscreen-multiple-boxes-1-c.xht == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.xht t32-opacity-offscreen-multiple-boxes-1-c.xht == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.xht
t32-opacity-offscreen-multiple-boxes-2-c.xht == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.xht t32-opacity-offscreen-multiple-boxes-2-c.xht == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.xht
t421-rgb-func-int-a.xht == reference/t422-rgba-func-int-a-ref.xht t421-rgb-func-int-a.xht == reference/t422-rgba-func-int-a-ref.xht

View file

@ -5,6 +5,7 @@
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/"/> <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/"/>
<link rel="help" href="http://www.w3.org/TR/css3-color/#foreground"/> <link rel="help" href="http://www.w3.org/TR/css3-color/#foreground"/>
<link rel="mismatch" href="reference/t31-color-text-a-ref.xht"/>
<meta name="flags" content=""/> <meta name="flags" content=""/>
<meta name="assert" content="That color sets the color of the text."/> <meta name="assert" content="That color sets the color of the text."/>
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[

View file

@ -52,7 +52,7 @@
<tr id="t31-color-text-a-3.1" class=""> <tr id="t31-color-text-a-3.1" class="">
<td> <td>
<a href="t31-color-text-a.xht">t31-color-text-a</a></td> <a href="t31-color-text-a.xht">t31-color-text-a</a></td>
<td></td> <td><a href="reference/t31-color-text-a-ref.xht">&#x2260;</a> </td>
<td></td> <td></td>
<td>color <td>color
<ul class="assert"> <ul class="assert">

View file

@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Notref Black "should be green"</title>
<style type="text/css">
@page { font: italic 8pt sans-serif; color: gray;
margin: 7%;
counter-increment: page;
@top-left { content: "CSS Color Module Level 3 Conformance Test Suite"; }
@top-right { content: "Test t31-color-text-a-ref"; }
@bottom-right { content: counter(page); }
}
</style>
<link rel="author" title="Geoffrey Sneddon" href="mailto:me@gsnedders.com"/>
<style type="text/css"><![CDATA[
#one { color: #000; color: rgb(0,0,0); color: black; }
]]></style>
</head>
<body>
<p id="one">This text should be green.</p>
</body>
</html>

View file

@ -32,6 +32,14 @@
<td rowspan="1"></td> <td rowspan="1"></td>
</tr> </tr>
</tbody> </tbody>
<tbody id="t31-color-text-a" class="">
<tr>
<td rowspan="1" title="color">
<a href="t31-color-text-a.xht">t31-color-text-a</a></td>
<td><a href="reference/t31-color-text-a-ref.xht">&#x2260;</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class=""> <tbody id="t32-opacity-offscreen-multiple-boxes-1-c" class="">
<tr> <tr>
<td rowspan="1" title="opacity"> <td rowspan="1" title="opacity">

View file

@ -1,5 +1,6 @@
t31-color-currentColor-b.xht == reference/t31-color-currentColor-b-ref.xht t31-color-currentColor-b.xht == reference/t31-color-currentColor-b-ref.xht
t31-color-text-a.xht != reference/t31-color-text-a-ref.xht
t32-opacity-offscreen-multiple-boxes-1-c.xht == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.xht t32-opacity-offscreen-multiple-boxes-1-c.xht == reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.xht
t32-opacity-offscreen-multiple-boxes-2-c.xht == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.xht t32-opacity-offscreen-multiple-boxes-2-c.xht == reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.xht
t421-rgb-func-int-a.xht == reference/t422-rgba-func-int-a-ref.xht t421-rgb-func-int-a.xht == reference/t422-rgba-func-int-a-ref.xht

View file

@ -14,6 +14,7 @@
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/"/> <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/"/>
<link rel="help" href="http://www.w3.org/TR/css3-color/#foreground"/> <link rel="help" href="http://www.w3.org/TR/css3-color/#foreground"/>
<link rel="mismatch" href="reference/t31-color-text-a-ref.xht"/>
<meta name="flags" content=""/> <meta name="flags" content=""/>
<meta name="assert" content="That color sets the color of the text."/> <meta name="assert" content="That color sets the color of the text."/>
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[

View file

@ -173,336 +173,6 @@
<tbody id="s10.1.#example-bb213bd3"> <tbody id="s10.1.#example-bb213bd3">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-overflow-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-position-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html40">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-0401c357">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-f839f6c8">
<!-- 0 tests -->
</tbody>
<tbody id="s.#experimental">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table> </table>
</body> </body>

View file

@ -0,0 +1,420 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Privacy and Security Considerations - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Privacy and Security Considerations (0 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
<col id="flags-column">
<col id="info-column">
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s11">
<tr><th colspan="4" scope="rowgroup">
<a href="#s11">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#priv-sec">11 Privacy and Security Considerations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html5">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2014-blockify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-a11y-tools">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-align-self-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-anonymous-fixup">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-cross-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-main-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-max-constraint">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-percentage-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2015-first-fragment">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201505">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-future-proofing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-responsible">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#cr-exit-criteria">
<!-- 0 tests -->
</tbody>
<tbody id="s.#document-conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-a13d9f9a">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-e79a6187">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-ede42902">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#toc">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -42,16 +42,16 @@
<tbody id="s2.#cross-dimension"> <tbody id="s2.#cross-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross-size"> <tbody id="s2.#cross-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-size-property"> <tbody id="s2.#cross-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross_end"> <tbody id="s2.#cross-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#flex-container"> <tbody id="s2.#flex-container">
@ -364,16 +364,16 @@
<tbody id="s2.#main-dimension"> <tbody id="s2.#main-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main-size"> <tbody id="s2.#main-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-size-property"> <tbody id="s2.#main-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main_end"> <tbody id="s2.#main-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -231,13 +231,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s4.#example-f7107939"> <tbody id="s4.#example-c848375c">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.#flex_level"> <tbody id="s4.#flex-level">
<!-- 0 tests -->
</tbody>
<tbody id="s4.#table-items">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1"> <tbody id="s4.1">
@ -281,7 +278,7 @@
<tbody id="s4.1.#example-5860ae02"> <tbody id="s4.1.#example-5860ae02">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1.#static_position-rectangle"> <tbody id="s4.1.#static-position-rectangle">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.2"> <tbody id="s4.2">
@ -432,7 +429,7 @@
<tbody id="s4.4.#collapsed-flex-item"> <tbody id="s4.4.#collapsed-flex-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#example-f6817be4"> <tbody id="s4.4.#example-292b3351">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#nav-about"> <tbody id="s4.4.#nav-about">

View file

@ -1130,7 +1130,7 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.3.#example-ce59c06d"> <tbody id="s5.3.#example-e030b2cc">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.3.#propdef-flex-flow"> <tbody id="s5.3.#propdef-flex-flow">
@ -1804,10 +1804,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.4.#example-6155594a"> <tbody id="s5.4.#example-acefdb57">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#order_modified-document-order"> <tbody id="s5.4.#order-modified-document-order">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#propdef-order"> <tbody id="s5.4.#propdef-order">
@ -1982,7 +1982,10 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.1.#example-465c9ea3"> <tbody id="s5.4.1.#example-93473bb9">
<!-- 0 tests -->
</tbody>
<tbody id="s5.4.1.#example-e1d8dda6">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -46,19 +46,19 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s6.#example-c8b950d1"> <tbody id="s6.#example-218e9240">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#example-e4bd6579"> <tbody id="s6.#example-3406d1fd">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#flex-line"> <tbody id="s6.#flex-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#multi_line"> <tbody id="s6.#multi-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#single_line"> <tbody id="s6.#single-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -13,7 +13,7 @@
<body> <body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1> <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Flexibility (156 tests)</h2> <h2>Flexibility (155 tests)</h2>
<table width="100%"> <table width="100%">
<col id="test-column"> <col id="test-column">
<col id="refs-column"> <col id="refs-column">
@ -849,24 +849,13 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#flex-basis"> <tbody id="s7.1.#flex-flex-basis">
<!-- 1 tests -->
<tr id="autoheight-regions-in-autoheight-flexbox-003-7.1.#flex-basis" class="ahem">
<td>
<a href="autoheight-regions-in-autoheight-flexbox-003.htm">autoheight-regions-in-autoheight-flexbox-003</a></td>
<td><a href="reference/autoheight-regions-in-autoheight-flexbox-003-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Regions: auto-height regions in auto-height flexbox with flex basis
<ul class="assert">
<li>Test checks that the computed height of auto-height regions placed in a flex container takes into the account the flex basis property. The space available inside the flex container should be distributed according to the flex basis property. In this particular case, each of the three regions must have a height equal to one third of the flex container's height.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s7.1.#flex-grow-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flex-shrink-factor"> <tbody id="s7.1.#flex-flex-grow-factor">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#flex-flex-shrink-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flexible-length"> <tbody id="s7.1.#flexible-length">
@ -931,6 +920,12 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#valdef-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-basis-content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-flex-basis"> <tbody id="s7.1.#valdef-flex-flex-basis">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
@ -946,7 +941,7 @@
<tbody id="s7.1.1"> <tbody id="s7.1.1">
<tr><th colspan="4" scope="rowgroup"> <tr><th colspan="4" scope="rowgroup">
<a href="#s7.1.1">+</a> <a href="#s7.1.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Common Values of flex</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Basic Values of flex</a></th></tr>
<!-- 5 tests --> <!-- 5 tests -->
<tr id="flexbox_flex-auto-7.1.1" class=""> <tr id="flexbox_flex-auto-7.1.1" class="">
<td> <td>
@ -1356,12 +1351,6 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.2.3.#auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#propdef-flex-basis"> <tbody id="s7.2.3.#propdef-flex-basis">
<!-- 9 tests --> <!-- 9 tests -->
<tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class=""> <tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class="">

View file

@ -104,7 +104,7 @@
<tbody id="s8.1.#example-30f9440a"> <tbody id="s8.1.#example-30f9440a">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#example-c2f4f7f3"> <tbody id="s8.1.#example-f1650544">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#login"> <tbody id="s8.1.#login">
@ -1793,10 +1793,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s8.5.#cross_axis-baseline"> <tbody id="s8.5.#cross-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.5.#main_axis-baseline"> <tbody id="s8.5.#main-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -510,7 +510,7 @@
<tbody id="s9.2.#algo-main-item"> <tbody id="s9.2.#algo-main-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#example-5ea64ac4"> <tbody id="s9.2.#example-2cd7caf1">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#flex-base-size"> <tbody id="s9.2.#flex-base-size">
@ -728,16 +728,22 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-cross-size"> <tbody id="s9.9.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-main-sizes">9.9.1 Flex Container Intrinsic Main Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-main-size"> <tbody id="s9.9.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.2">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-cross-sizes">9.9.2 Flex Container Intrinsic Cross Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#min_content-cross-size"> <tbody id="s9.9.3">
<!-- 0 tests --> <tr><th colspan="4" scope="rowgroup">
</tbody> <a href="#s9.9.3">+</a>
<tbody id="s9.9.#min_content-main-size"> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-item-contributions">9.9.3 Flex Item Intrinsic Size Contributions</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Axis Mappings - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Axis Mappings (0 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
<col id="flags-column">
<col id="info-column">
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sA">
<tr><th colspan="4" scope="rowgroup">
<a href="#sA">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#axis-mapping">A Axis Mappings</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-en">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-fa">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-ja">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -52,7 +52,7 @@
<tbody id="s7"> <tbody id="s7">
<tr><th><a href="chapter-7.htm">Chapter 7 - <tr><th><a href="chapter-7.htm">Chapter 7 -
Flexibility</a></th> Flexibility</a></th>
<td>(156 Tests)</td></tr> <td>(155 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s8"> <tbody id="s8">
<tr><th><a href="chapter-8.htm">Chapter 8 - <tr><th><a href="chapter-8.htm">Chapter 8 -
@ -69,6 +69,16 @@
Fragmenting Flex Layout</a></th> Fragmenting Flex Layout</a></th>
<td>(16 Tests)</td></tr> <td>(16 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s11">
<tr><th><a href="chapter-11.htm">Chapter 11 -
Privacy and Security Considerations</a></th>
<td>(0 Tests)</td></tr>
</tbody>
<tbody id="sA">
<tr><th><a href="chapter-A.htm">Appendix A -
Axis Mappings</a></th>
<td>(0 Tests)</td></tr>
</tbody>
</table> </table>
</body> </body>
</html> </html>

View file

@ -173,336 +173,6 @@
<tbody id="s10.1.#example-bb213bd3"> <tbody id="s10.1.#example-bb213bd3">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-overflow-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-position-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html40">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-0401c357">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-f839f6c8">
<!-- 0 tests -->
</tbody>
<tbody id="s.#experimental">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table> </table>
</body> </body>

View file

@ -0,0 +1,420 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Privacy and Security Considerations - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Privacy and Security Considerations (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s11">
<tr><th colspan="4" scope="rowgroup">
<a href="#s11">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#priv-sec">11 Privacy and Security Considerations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html5">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2014-blockify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-a11y-tools">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-align-self-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-anonymous-fixup">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-cross-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-main-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-max-constraint">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-percentage-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2015-first-fragment">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201505">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-future-proofing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-responsible">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#cr-exit-criteria">
<!-- 0 tests -->
</tbody>
<tbody id="s.#document-conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-a13d9f9a">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-e79a6187">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-ede42902">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#toc">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -42,16 +42,16 @@
<tbody id="s2.#cross-dimension"> <tbody id="s2.#cross-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross-size"> <tbody id="s2.#cross-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-size-property"> <tbody id="s2.#cross-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross_end"> <tbody id="s2.#cross-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#flex-container"> <tbody id="s2.#flex-container">
@ -364,16 +364,16 @@
<tbody id="s2.#main-dimension"> <tbody id="s2.#main-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main-size"> <tbody id="s2.#main-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-size-property"> <tbody id="s2.#main-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main_end"> <tbody id="s2.#main-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -231,13 +231,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s4.#example-f7107939"> <tbody id="s4.#example-c848375c">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.#flex_level"> <tbody id="s4.#flex-level">
<!-- 0 tests -->
</tbody>
<tbody id="s4.#table-items">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1"> <tbody id="s4.1">
@ -281,7 +278,7 @@
<tbody id="s4.1.#example-5860ae02"> <tbody id="s4.1.#example-5860ae02">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1.#static_position-rectangle"> <tbody id="s4.1.#static-position-rectangle">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.2"> <tbody id="s4.2">
@ -432,7 +429,7 @@
<tbody id="s4.4.#collapsed-flex-item"> <tbody id="s4.4.#collapsed-flex-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#example-f6817be4"> <tbody id="s4.4.#example-292b3351">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#nav-about"> <tbody id="s4.4.#nav-about">

View file

@ -1130,7 +1130,7 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.3.#example-ce59c06d"> <tbody id="s5.3.#example-e030b2cc">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.3.#propdef-flex-flow"> <tbody id="s5.3.#propdef-flex-flow">
@ -1804,10 +1804,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.4.#example-6155594a"> <tbody id="s5.4.#example-acefdb57">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#order_modified-document-order"> <tbody id="s5.4.#order-modified-document-order">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#propdef-order"> <tbody id="s5.4.#propdef-order">
@ -1982,7 +1982,10 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.1.#example-465c9ea3"> <tbody id="s5.4.1.#example-93473bb9">
<!-- 0 tests -->
</tbody>
<tbody id="s5.4.1.#example-e1d8dda6">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -46,19 +46,19 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s6.#example-c8b950d1"> <tbody id="s6.#example-218e9240">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#example-e4bd6579"> <tbody id="s6.#example-3406d1fd">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#flex-line"> <tbody id="s6.#flex-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#multi_line"> <tbody id="s6.#multi-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#single_line"> <tbody id="s6.#single-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -13,7 +13,7 @@
<body> <body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1> <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Flexibility (156 tests)</h2> <h2>Flexibility (155 tests)</h2>
<table width="100%"> <table width="100%">
<col id="test-column"></col> <col id="test-column"></col>
<col id="refs-column"></col> <col id="refs-column"></col>
@ -849,24 +849,13 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#flex-basis"> <tbody id="s7.1.#flex-flex-basis">
<!-- 1 tests -->
<tr id="autoheight-regions-in-autoheight-flexbox-003-7.1.#flex-basis" class="ahem">
<td>
<a href="autoheight-regions-in-autoheight-flexbox-003.xht">autoheight-regions-in-autoheight-flexbox-003</a></td>
<td><a href="reference/autoheight-regions-in-autoheight-flexbox-003-ref.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Regions: auto-height regions in auto-height flexbox with flex basis
<ul class="assert">
<li>Test checks that the computed height of auto-height regions placed in a flex container takes into the account the flex basis property. The space available inside the flex container should be distributed according to the flex basis property. In this particular case, each of the three regions must have a height equal to one third of the flex container's height.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s7.1.#flex-grow-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flex-shrink-factor"> <tbody id="s7.1.#flex-flex-grow-factor">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#flex-flex-shrink-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flexible-length"> <tbody id="s7.1.#flexible-length">
@ -931,6 +920,12 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#valdef-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-basis-content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-flex-basis"> <tbody id="s7.1.#valdef-flex-flex-basis">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
@ -946,7 +941,7 @@
<tbody id="s7.1.1"> <tbody id="s7.1.1">
<tr><th colspan="4" scope="rowgroup"> <tr><th colspan="4" scope="rowgroup">
<a href="#s7.1.1">+</a> <a href="#s7.1.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Common Values of flex</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Basic Values of flex</a></th></tr>
<!-- 5 tests --> <!-- 5 tests -->
<tr id="flexbox_flex-auto-7.1.1" class=""> <tr id="flexbox_flex-auto-7.1.1" class="">
<td> <td>
@ -1356,12 +1351,6 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.2.3.#auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#propdef-flex-basis"> <tbody id="s7.2.3.#propdef-flex-basis">
<!-- 9 tests --> <!-- 9 tests -->
<tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class=""> <tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class="">

View file

@ -104,7 +104,7 @@
<tbody id="s8.1.#example-30f9440a"> <tbody id="s8.1.#example-30f9440a">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#example-c2f4f7f3"> <tbody id="s8.1.#example-f1650544">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#login"> <tbody id="s8.1.#login">
@ -1793,10 +1793,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s8.5.#cross_axis-baseline"> <tbody id="s8.5.#cross-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.5.#main_axis-baseline"> <tbody id="s8.5.#main-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -510,7 +510,7 @@
<tbody id="s9.2.#algo-main-item"> <tbody id="s9.2.#algo-main-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#example-5ea64ac4"> <tbody id="s9.2.#example-2cd7caf1">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#flex-base-size"> <tbody id="s9.2.#flex-base-size">
@ -728,16 +728,22 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-cross-size"> <tbody id="s9.9.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-main-sizes">9.9.1 Flex Container Intrinsic Main Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-main-size"> <tbody id="s9.9.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.2">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-cross-sizes">9.9.2 Flex Container Intrinsic Cross Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#min_content-cross-size"> <tbody id="s9.9.3">
<!-- 0 tests --> <tr><th colspan="4" scope="rowgroup">
</tbody> <a href="#s9.9.3">+</a>
<tbody id="s9.9.#min_content-main-size"> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-item-contributions">9.9.3 Flex Item Intrinsic Size Contributions</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Axis Mappings - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Axis Mappings (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sA">
<tr><th colspan="4" scope="rowgroup">
<a href="#sA">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#axis-mapping">A Axis Mappings</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-en">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-fa">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-ja">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -52,7 +52,7 @@
<tbody id="s7"> <tbody id="s7">
<tr><th><a href="chapter-7.xht">Chapter 7 - <tr><th><a href="chapter-7.xht">Chapter 7 -
Flexibility</a></th> Flexibility</a></th>
<td>(156 Tests)</td></tr> <td>(155 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s8"> <tbody id="s8">
<tr><th><a href="chapter-8.xht">Chapter 8 - <tr><th><a href="chapter-8.xht">Chapter 8 -
@ -69,6 +69,16 @@
Fragmenting Flex Layout</a></th> Fragmenting Flex Layout</a></th>
<td>(16 Tests)</td></tr> <td>(16 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s11">
<tr><th><a href="chapter-11.xht">Chapter 11 -
Privacy and Security Considerations</a></th>
<td>(0 Tests)</td></tr>
</tbody>
<tbody id="sA">
<tr><th><a href="chapter-A.xht">Appendix A -
Axis Mappings</a></th>
<td>(0 Tests)</td></tr>
</tbody>
</table> </table>
</body> </body>
</html> </html>

View file

@ -173,336 +173,6 @@
<tbody id="s10.1.#example-bb213bd3"> <tbody id="s10.1.#example-bb213bd3">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-overflow-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-position-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html40">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-0401c357">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-f839f6c8">
<!-- 0 tests -->
</tbody>
<tbody id="s.#experimental">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table> </table>
</body> </body>

View file

@ -0,0 +1,420 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Privacy and Security Considerations - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Privacy and Security Considerations (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s11">
<tr><th colspan="4" scope="rowgroup">
<a href="#s11">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#priv-sec">11 Privacy and Security Considerations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#acknowledgments">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-align-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-break-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-cascade-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-display-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-images-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-pseudo-4">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-sizing-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-text-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-ui-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-values-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css-writing-modes-3">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css21">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-align">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-break">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3-writing-modes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3col">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-css3ui">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-html5">
<!-- 0 tests -->
</tbody>
<tbody id="s.#biblio-rfc2119">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-atomic-painting">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-continuity">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-bug">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-flex-line-floor">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-intrinsic-sizes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-main-depend-cross">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-min-width">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-percent-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-static-pos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-stretch-definite">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2012-unresolvable-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2014-blockify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-abspos-ordering">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clamp-single-line">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-clarify-stretched">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-css21-staticpos">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-definite-flexing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-animation">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-max-intrinsic">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-main-size-basis">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-not">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-min-auto-ratio">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-resolve-flex">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201403-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-algo-breaks">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-align-content-wrapping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clamped-specified">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-content">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-display-longhands">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-flexed-definite-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-inner-base-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-layout-vs-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-min-auto-specified-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-neither">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-table-wrappers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201409-unclamped-size">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-a11y-tools">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-align-self-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-anonymous-fixup">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-flex-basis-zero">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-cross-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-intrinsic-main-container">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-auto-intrinsic-percentages">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-min-max-constraint">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-2015-percentage-margins">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#change-201505-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2012">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-clarify">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2014-substantive">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201403">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201409">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-2015-first-fragment">
<!-- 0 tests -->
</tbody>
<tbody id="s.#changes-201505">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-abspos-items">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-clamping">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-display-blockification">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-first-line-letter">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-flex-container-sizing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-float-display">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-line-breaking">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-overflow-flex-containers">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-painting-order">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-stretch-computed-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-table-anon-boxes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#clarify-2012-white-space">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-classes">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-future-proofing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-partial">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-responsible">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conform-testing">
<!-- 0 tests -->
</tbody>
<tbody id="s.#conformance">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#cr-exit-criteria">
<!-- 0 tests -->
</tbody>
<tbody id="s.#document-conventions">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-a13d9f9a">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-cd819179">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-e79a6187">
<!-- 0 tests -->
</tbody>
<tbody id="s.#example-ede42902">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-elsewhere">
<!-- 0 tests -->
</tbody>
<tbody id="s.#index-defined-here">
<!-- 0 tests -->
</tbody>
<tbody id="s.#informative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#normative">
<!-- 0 tests -->
</tbody>
<tbody id="s.#overview-example">
<!-- 0 tests -->
</tbody>
<tbody id="s.#property-index">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-1">
<!-- 0 tests -->
</tbody>
<tbody id="s.#quiet-pubrules-2">
<!-- 0 tests -->
</tbody>
<tbody id="s.#references">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
<tbody id="s.#subtitle">
<!-- 0 tests -->
</tbody>
<tbody id="s.#title">
<!-- 0 tests -->
</tbody>
<tbody id="s.#toc">
<!-- 0 tests -->
</tbody>
<tbody id="s.#w3c_process_revision">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -42,16 +42,16 @@
<tbody id="s2.#cross-dimension"> <tbody id="s2.#cross-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross-size"> <tbody id="s2.#cross-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross-size-property"> <tbody id="s2.#cross-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#cross_end"> <tbody id="s2.#cross-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#cross_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#flex-container"> <tbody id="s2.#flex-container">
@ -364,16 +364,16 @@
<tbody id="s2.#main-dimension"> <tbody id="s2.#main-dimension">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-end">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main-size"> <tbody id="s2.#main-size">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main-size-property"> <tbody id="s2.#main-size-property">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s2.#main_end"> <tbody id="s2.#main-start">
<!-- 0 tests -->
</tbody>
<tbody id="s2.#main_start">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -231,13 +231,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s4.#example-f7107939"> <tbody id="s4.#example-c848375c">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.#flex_level"> <tbody id="s4.#flex-level">
<!-- 0 tests -->
</tbody>
<tbody id="s4.#table-items">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1"> <tbody id="s4.1">
@ -281,7 +278,7 @@
<tbody id="s4.1.#example-5860ae02"> <tbody id="s4.1.#example-5860ae02">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.1.#static_position-rectangle"> <tbody id="s4.1.#static-position-rectangle">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.2"> <tbody id="s4.2">
@ -432,7 +429,7 @@
<tbody id="s4.4.#collapsed-flex-item"> <tbody id="s4.4.#collapsed-flex-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#example-f6817be4"> <tbody id="s4.4.#example-292b3351">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s4.4.#nav-about"> <tbody id="s4.4.#nav-about">

View file

@ -1130,7 +1130,7 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.3.#example-ce59c06d"> <tbody id="s5.3.#example-e030b2cc">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.3.#propdef-flex-flow"> <tbody id="s5.3.#propdef-flex-flow">
@ -1804,10 +1804,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s5.4.#example-6155594a"> <tbody id="s5.4.#example-acefdb57">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#order_modified-document-order"> <tbody id="s5.4.#order-modified-document-order">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.#propdef-order"> <tbody id="s5.4.#propdef-order">
@ -1982,7 +1982,10 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s5.4.1.#example-465c9ea3"> <tbody id="s5.4.1.#example-93473bb9">
<!-- 0 tests -->
</tbody>
<tbody id="s5.4.1.#example-e1d8dda6">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -46,19 +46,19 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s6.#example-c8b950d1"> <tbody id="s6.#example-218e9240">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#example-e4bd6579"> <tbody id="s6.#example-3406d1fd">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#flex-line"> <tbody id="s6.#flex-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#multi_line"> <tbody id="s6.#multi-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s6.#single_line"> <tbody id="s6.#single-line">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -13,7 +13,7 @@
<body> <body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1> <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Flexibility (156 tests)</h2> <h2>Flexibility (155 tests)</h2>
<table width="100%"> <table width="100%">
<col id="test-column"></col> <col id="test-column"></col>
<col id="refs-column"></col> <col id="refs-column"></col>
@ -849,24 +849,13 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#flex-basis"> <tbody id="s7.1.#flex-flex-basis">
<!-- 1 tests -->
<tr id="autoheight-regions-in-autoheight-flexbox-003-7.1.#flex-basis" class="ahem">
<td>
<a href="autoheight-regions-in-autoheight-flexbox-003.xht">autoheight-regions-in-autoheight-flexbox-003</a></td>
<td><a href="reference/autoheight-regions-in-autoheight-flexbox-003-ref.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>CSS Regions: auto-height regions in auto-height flexbox with flex basis
<ul class="assert">
<li>Test checks that the computed height of auto-height regions placed in a flex container takes into the account the flex basis property. The space available inside the flex container should be distributed according to the flex basis property. In this particular case, each of the three regions must have a height equal to one third of the flex container's height.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s7.1.#flex-grow-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flex-shrink-factor"> <tbody id="s7.1.#flex-flex-grow-factor">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#flex-flex-shrink-factor">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s7.1.#flexible-length"> <tbody id="s7.1.#flexible-length">
@ -931,6 +920,12 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.1.#valdef-flex-basis-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-basis-content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.1.#valdef-flex-flex-basis"> <tbody id="s7.1.#valdef-flex-flex-basis">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
@ -946,7 +941,7 @@
<tbody id="s7.1.1"> <tbody id="s7.1.1">
<tr><th colspan="4" scope="rowgroup"> <tr><th colspan="4" scope="rowgroup">
<a href="#s7.1.1">+</a> <a href="#s7.1.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Common Values of flex</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#flex-common">7.1.1 Basic Values of flex</a></th></tr>
<!-- 5 tests --> <!-- 5 tests -->
<tr id="flexbox_flex-auto-7.1.1" class=""> <tr id="flexbox_flex-auto-7.1.1" class="">
<td> <td>
@ -1356,12 +1351,6 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s7.2.3.#auto">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#content">
<!-- 0 tests -->
</tbody>
<tbody id="s7.2.3.#propdef-flex-basis"> <tbody id="s7.2.3.#propdef-flex-basis">
<!-- 9 tests --> <!-- 9 tests -->
<tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class=""> <tr id="flex-basis-001-7.2.3.#propdef-flex-basis" class="">

View file

@ -104,7 +104,7 @@
<tbody id="s8.1.#example-30f9440a"> <tbody id="s8.1.#example-30f9440a">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#example-c2f4f7f3"> <tbody id="s8.1.#example-f1650544">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.1.#login"> <tbody id="s8.1.#login">
@ -1793,10 +1793,10 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody id="s8.5.#cross_axis-baseline"> <tbody id="s8.5.#cross-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s8.5.#main_axis-baseline"> <tbody id="s8.5.#main-axis-baseline">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -510,7 +510,7 @@
<tbody id="s9.2.#algo-main-item"> <tbody id="s9.2.#algo-main-item">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#example-5ea64ac4"> <tbody id="s9.2.#example-2cd7caf1">
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.2.#flex-base-size"> <tbody id="s9.2.#flex-base-size">
@ -728,16 +728,22 @@
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-cross-size"> <tbody id="s9.9.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.1">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-main-sizes">9.9.1 Flex Container Intrinsic Main Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#max_content-main-size"> <tbody id="s9.9.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.9.2">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-cross-sizes">9.9.2 Flex Container Intrinsic Cross Sizes</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
<tbody id="s9.9.#min_content-cross-size"> <tbody id="s9.9.3">
<!-- 0 tests --> <tr><th colspan="4" scope="rowgroup">
</tbody> <a href="#s9.9.3">+</a>
<tbody id="s9.9.#min_content-main-size"> <a href="https://www.w3.org/TR/css-flexbox-1/#intrinsic-item-contributions">9.9.3 Flex Item Intrinsic Size Contributions</a></th></tr>
<!-- 0 tests --> <!-- 0 tests -->
</tbody> </tbody>
</table> </table>

View file

@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Axis Mappings - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
<h2>Axis Mappings (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sA">
<tr><th colspan="4" scope="rowgroup">
<a href="#sA">+</a>
<a href="https://www.w3.org/TR/css-flexbox-1/#axis-mapping">A Axis Mappings</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-en">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-fa">
<!-- 0 tests -->
</tbody>
<tbody id="sA.#axis-mapping-table-ja">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View file

@ -52,7 +52,7 @@
<tbody id="s7"> <tbody id="s7">
<tr><th><a href="chapter-7.xht">Chapter 7 - <tr><th><a href="chapter-7.xht">Chapter 7 -
Flexibility</a></th> Flexibility</a></th>
<td>(156 Tests)</td></tr> <td>(155 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s8"> <tbody id="s8">
<tr><th><a href="chapter-8.xht">Chapter 8 - <tr><th><a href="chapter-8.xht">Chapter 8 -
@ -69,6 +69,16 @@
Fragmenting Flex Layout</a></th> Fragmenting Flex Layout</a></th>
<td>(16 Tests)</td></tr> <td>(16 Tests)</td></tr>
</tbody> </tbody>
<tbody id="s11">
<tr><th><a href="chapter-11.xht">Chapter 11 -
Privacy and Security Considerations</a></th>
<td>(0 Tests)</td></tr>
</tbody>
<tbody id="sA">
<tr><th><a href="chapter-A.xht">Appendix A -
Axis Mappings</a></th>
<td>(0 Tests)</td></tr>
</tbody>
</table> </table>
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

View file

@ -1,28 +0,0 @@
CSS Global Support Directory
============================
This directory contains common support files (such as images and external
style sheets). These are sync'ed into the support directories of all our
test suites. If you have test-suite-specific support files, please add
them to the appropriate test-suite-specific support/ directory.
If you add to a support/ directory, please run the tools/supportprop.py
script from the top of the repository to cascade support files into the
lower-level support directories.
Description of the Common Support File Collection
-------------------------------------------------
The 1x1-* images are all exactly one pixel.
The swatch-* images all use 15x15 cells.
The square-* images all use 15x15 cells with one pixel borders.
The pattern-* images use cells of various sizes:
pattern-grg-rgr-grg.png 20x20
pattern-rgr-grg-rgr.png 20x20
pattern-tr.png 15x15
pattern-grg-rrg-rgg.png 15x15

View file

@ -1 +0,0 @@
.a { color: green; }

View file

@ -1 +0,0 @@
.b { color: green; }

View file

@ -1 +0,0 @@
.c { color: red; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1 +0,0 @@
.import { color: green; }

View file

@ -1 +0,0 @@
.import { color: red; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

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