Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806

This commit is contained in:
WPT Sync Bot 2019-06-26 10:22:48 +00:00
parent e488ea750b
commit 12f4ae132e
1651 changed files with 8123 additions and 14152 deletions

View file

@ -12,6 +12,7 @@
<!-- TODO Determine if it's OK for this test to be a ref-test or it should only be a manual one. -->
<link rel="match" href="reference/animations-001-ref.html">
<link rel="stylesheet" href="support/animations.css">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.transformed {
transform: rotateZ(45deg);

View file

@ -4,6 +4,7 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" href="../support/animations.css">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.transformed {
transform: rotateZ(45deg);

View file

@ -13,6 +13,7 @@
user-initiated copy/paste) properly flows the content in the newly created regions. Properly
executing this test requires an user agent that supports copy/paste operations.">
<link rel="stylesheet" href="support/common.css">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.content {
flow-into: flow;

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>3D transformed Lorem Ipsum</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body > p {
font-family: Ahem;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -11,6 +11,7 @@
They should also be properly floated relative to their corresponding block formatting
context.">
<link rel="match" href="reference/floated-regions-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that a floated region behaves as a regular float
when it has multiple floated siblings, before and after it.">
<link rel="match" href="reference/floated-regions-002-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that a single auto-sized region is properly sized,
according both to the regions processing model and the specifics of floats sizing.">
<link rel="match" href="reference/floated-regions-003-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
<meta name="assert" content="Test checks that a named flow that contains a nested floated
auto-sized region is formatted according to the visual formatting model.">
<link rel="match" href="reference/floated-regions-004-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
<meta name="assert" content="Test checks that layout is correct when mixing floated and normal
flow auto-sized regions.">
<link rel="match" href="reference/floated-regions-005-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
to the region container and not their initial container, even when multiple regions
are involved.">
<link rel="match" href="reference/floats-clear-breaks-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
<meta name="assert" content="Test checks that no regions are left empty when setting
a forced region break on a cleared float.">
<link rel="match" href="reference/floats-clear-breaks-002-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<meta name="assert" content="Test checks that floats in named flow contents are positioned relative to their containing regions.">
<link rel="match" href="reference/floats-in-named-flow-006-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.flow {
flow-into: f;

View file

@ -10,6 +10,7 @@
to their regions and not their initial container, even when multiple regions
are involved and the named flow contents come from different block formatting contexts.">
<link rel="match" href="reference/floats-in-named-flow-006-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.flow {
flow-into: f;

View file

@ -9,6 +9,7 @@
to the region container they are laid out in (and not their initial container), even
when multiple regions are involved and content has forced region breaks.">
<link rel="match" href="reference/floats-in-named-flow-006-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.flow {
flow-into: f;

View file

@ -9,6 +9,7 @@
fragmented and the fragments are floated relative to the region container they are
laid out in and not their initial container.">
<link rel="match" href="reference/floats-in-named-flow-009-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: gray;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that floats in named flow contents are sized
relatively to the region they are laid out in.">
<link rel="match" href="reference/floats-in-named-flow-006-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: gray;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that forced region breaks on floats do not influence
normal flow content flowed in the region together with the float.">
<link rel="match" href="reference/floats-in-named-flow-011-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: blue;

View file

@ -10,6 +10,7 @@
to the region container and not their initial container, even when multiple regions
are involved.">
<link rel="match" href="reference/floats-in-named-flow-012-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: blue;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that regions create new block formatting contexts
that wholly contain the floats flowed in them.">
<link rel="match" href="reference/floats-in-named-flow-013-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: gray;

View file

@ -9,6 +9,7 @@
overflowing it do no interact with line boxes outside of the region. This is another
side effect of the fact that regions create block formatting contexts.">
<link rel="match" href="reference/floats-in-named-flow-013-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that the painting order for floats flowed in a
region is the same as if the floats were direct children of the region.">
<link rel="match" href="reference/floats-in-named-flow-013-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -11,6 +11,7 @@
in regions are not taken into account when laying out sibling boxes that are not
part of the same named flow.">
<link rel="match" href="reference/floats-in-named-flow-016-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
<meta name="assert" content="Test checks that forcing a region break on the containing box
of a float will fragment the float across the regions.">
<link rel="match" href="reference/floats-in-named-flow-017-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that cleared content is properly fragmented in
regions.">
<link rel="match" href="reference/floats-in-named-flow-018-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that cleared floats are properly fragmented through
regions when the regions have an explicitly set height.">
<link rel="match" href="reference/floats-in-named-flow-018-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that floats and cleared pseudoelements (clearfix)
render in regions just as they render without regions.">
<link rel="match" href="reference/floats-in-named-flow-020-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that cleared non-float content after a float that
also has a forced region break does not lead to an empty region.">
<link rel="match" href="reference/floats-in-named-flow-021-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that floated content flowed in a named flow does
not change the rendering for non-float content flowed in a different named flow.">
<link rel="match" href="reference/floats-in-named-flow-021-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that inline floats and non-floated elements flowed
into regions render the same as they would without regions.">
<link rel="match" href="reference/floats-in-named-flow-023-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
(width specified using percents) that are fragmented in regions with varying sizes
will be sized relative to each separate region.">
<link rel="match" href="reference/floats-in-named-flow-024-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
painted in the same order when flowed into region as when they are not flowed into
regions.">
<link rel="match" href="reference/floats-in-named-flow-025-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
stacking context respect the correct painting order even when fragmented across
multiple regions that are overlapping.">
<link rel="match" href="reference/floats-in-named-flow-026-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -9,6 +9,7 @@
with the line boxes of the content flowed in regions. This is the effect of the fact
that regions are block formatting contexts.">
<link rel="match" href="reference/floats-in-named-flow-027-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that an autosized region that has display: inline-block
is properly sized when the content flowed in it has both floats and non-floats elements.">
<link rel="match" href="reference/floats-in-named-flow-023-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -10,6 +10,7 @@
<meta name="assert" content="Test checks that margins are correctly preserved when content
has floats and is fragmented via forced breaks.">
<link rel="match" href="reference/floats-in-named-flow-029-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -10,6 +10,7 @@
<meta name="assert" content="Test checks that margins are correctly preserved when content
has floats and is fragmented via unforced breaks.">
<link rel="match" href="reference/floats-in-named-flow-030-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that margins do not collapse for content flowed
inside a region, both for float and non-float contents.">
<link rel="match" href="reference/floats-in-named-flow-031-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that paddings for floats and non-floats are properly
computed when they are flowed in shrink-to-fit regions.">
<link rel="match" href="reference/floats-in-named-flow-032-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<meta name="assert" content="Test checks that borders for floats and non-floats are properly
computed and painted when the elements are flowed in shrink-to-fit regions.">
<link rel="match" href="reference/floats-in-named-flow-033-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
}

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.flow {
color: gray;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: gray;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: blue;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: blue;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
color: gray;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
article {
font-family: Ahem;

View file

@ -11,6 +11,7 @@
on an inline element that's part of a named flow properly displays it in full screen">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content {
flow-into: flow;

View file

@ -11,6 +11,7 @@
on a block element that's part of a named flow properly displays it in full screen">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content {
flow-into: flow;

View file

@ -12,6 +12,7 @@
fragments it in full screen">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content {
flow-into: flow;

View file

@ -13,6 +13,7 @@
descendants flowed in the region.">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content-parent {
border: 10px solid blue;

View file

@ -12,6 +12,7 @@
resizing the region or reflowing the content.">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content {
flow-into: flow;

View file

@ -12,6 +12,7 @@
resizing the window or reflowing the content.">
<link rel="stylesheet" href="support/common.css" media="all">
<script src="support/util.js"></script>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#content {
flow-into: flow;

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