mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806
This commit is contained in:
parent
e488ea750b
commit
12f4ae132e
1651 changed files with 8123 additions and 14152 deletions
|
@ -9,6 +9,7 @@
|
|||
<meta name="assert" content="Test that a flex container with auto height is flowed correctly inside a region
|
||||
with auto height. The region should fit the flexbox.">
|
||||
<link rel="match" href="reference/regions-flexbox-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.flex {
|
||||
display: flex;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="assert" content="Test that an auto-height region inside a flexbox is stretched to match the flexbox
|
||||
container's cross size.">
|
||||
<link rel="match" href="reference/autoheight-flexbox-003-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="assert" content="Test that an auto height region inside a flex container with auto height is
|
||||
displayed properly. The flexbox should have the same height as the region.">
|
||||
<link rel="match" href="reference/autoheight-flexbox-003-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
the second row and into the region from the first row, making the left blue rectangle taller than the green
|
||||
rectangle on the right.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-autoheight-flexbox-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
sized correctly when placed inside a flex container. The flowed content should be displayed as a horizontal
|
||||
green stripe.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-autoheight-flexbox-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-size: 20px;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
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.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-autoheight-flexbox-003-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
are laid out properly. The first flow (blue content) is nested inside the second flow (green content). The user
|
||||
should see three horizontal stripes with the following colors: green, blue, green.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-autoheight-flexbox-004-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.c1, .c2 {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<meta name="assert" content="Test checks that auto-height regions respect the flex grow property when placed
|
||||
inside a fixed sized flexbox with a single row.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content1, .content2 {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
column flow have the correct computed height. There are two regions placed inside the same flex container
|
||||
having the same 'grow' value. The space should be distributed evenly between the two.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content1, .content2 {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<meta name="assert" content="Test checks the layout of auto-height regions placed inside a flexbox with a fixed
|
||||
size and column wrap flow. The flex container should have two columns with three regions each.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-003-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="assert" content="Test checks the layout of regions placed inside a fixed sized flexbox using flex
|
||||
basis and column flow. The flex container should force the first region to break by constraining its height.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-004-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
align-items and justify-content properties. The flowed content should be fragmented between the three regions
|
||||
and the flex container should distribute the remaining horizontal space evenly around the regions.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-005-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="assert" content="Test that the flex container stretches a region flex item with a height smaller than
|
||||
the flex container's inner cross size.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-006-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#c1, #c2 {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
the flex container's height when said items are auto-height regions. The last region, the outside the flex
|
||||
container should not be visible.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-007-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
sized flexbox with a column flow. The flex container should not flex the region flex items beyond their
|
||||
max height value.">
|
||||
<link rel="match" href="reference/autoheight-regions-in-fixed-sized-flexbox-008-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test checks that a flex container with column flow is fragmented between regions.">
|
||||
<link rel="match" href="reference/column-flexbox-break-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.flex {
|
||||
display: flex;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.flex {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.c1, .c2 {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Regions: fixed sized region inside an auto height flexbox</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Catalin Badea" href="mailto:badea@adobe.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test that flex containers with auto height are flowed inside a namedflow.">
|
||||
<link rel="match" href="reference/regions-flexbox-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.flex {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test that content is flowed in a region placed inside a flexbox.">
|
||||
<link rel="match" href="reference/regions-flexbox-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test that content is flowed in a region placed inside a flexbox with auto-height.">
|
||||
<link rel="match" href="reference/regions-flexbox-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test checks that a flex container with row flow is split between regions.">
|
||||
<link rel="match" href="reference/row-flexbox-break-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.flex {
|
||||
display: flex;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<meta name="assert" content="Test checks that the flexbox collapsed property works on flex items that are
|
||||
regions. The collapsed region item should not contribute to the flex container's width.">
|
||||
<link rel="match" href="reference/visibility-regions-in-flexbox-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.content {
|
||||
font-family: Ahem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue