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

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