Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c

This commit is contained in:
WPT Sync Bot 2019-06-12 10:23:46 +00:00
parent 8e783577d2
commit ba8922cc76
2439 changed files with 5192 additions and 2611 deletions

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Bear Travis" href="mailto:betravis@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
width: 200px;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Bear Travis" href="mailto:betravis@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
width: 200px;

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a
simple linear gradient."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
width: 200px;

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a
simple linear gradient on a right float."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
width: 200px;

View file

@ -11,6 +11,7 @@
<meta name="assert" content="This test verifies that shape-outside respects a
simple linear gradient on a right float with
shape-margin applied."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
width: 200px;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under vertical-rl."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-rl;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under vertical-lr."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-lr;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under sideways-rl."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: sideways-rl;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under sideways-lr."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: sideways-lr;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under vertical-rl and text-orientation: sideways."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-rl;

View file

@ -9,6 +9,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient under vertical-lr and text-orientation: sideways."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-lr;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under vertical-rl."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-rl;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under vertical-lr."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-lr;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under sideways-rl."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: sideways-rl;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under sideways-lr."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: sideways-lr;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under vertical-rl and text-orientation: sideways."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-rl;

View file

@ -10,6 +10,7 @@
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a simple linear gradient with shape-margin under vertical-lr and text-orientation: sideways."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
writing-mode: vertical-lr;

View file

@ -13,6 +13,7 @@
<meta name="flags" content="ahem dom"/>
<meta name="assert" content="This test verifies that shape-outside respects a
simple radial gradient."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
.container {

View file

@ -15,6 +15,7 @@
<meta name="assert" content="This test verifies that shape-outside respects a
simple radial gradient when a percentage margin
is applied."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
.container {

View file

@ -16,6 +16,7 @@
<meta name="assert" content="This test verifies that shape-outside respects a
simple radial gradient when a shape margin
and shape-image threshold are applied."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
.container {

View file

@ -15,6 +15,7 @@
<meta name="assert" content="This test verifies that shape-outside respects a
simple radial gradient on a right float when
shape-image-threshold is applied."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
.container {

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Zoltan Horvath" href="mailto:zoltan@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: absolute;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -3,6 +3,7 @@
<head>
<title>CSS Reference File</title>
<link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-000-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a png image in a data: url is properly respected on a left float."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
font-family: Ahem;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-001-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a png image with 70% alpha is treated as if the image had no alpha."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-002-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a svg image in a data uri is properly interpreted as a shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-002-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a svg image with 20% alpha and 0.3 shape-image-threshold creates a proper shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-000-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a png image with 50% alpha and 0.6 shape-image-threshold creates a proper shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-002-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a svg image in a data uri with 70% alpha and 0.8 shape-image-threshold creates a proper shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around all the image pixels
+ the shape-margin when shape-outside is given a png file."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around all the image pixels
+ the shape-margin when shape-outside is given an svg file."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around all the image pixels
+ the shape-margin as a percentage when shape-outside is given an jpg data uri."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;

View file

@ -12,6 +12,7 @@
<meta name="assert" content="This test verifies that content wraps around the image pixels extracted from
a shape-outside png file with shape-image-threshold set + the shape-margin in
absolute length."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
#test, #image, #white, .blue, .failure {

View file

@ -12,6 +12,7 @@
<meta name="assert" content="This test verifies that content wraps around the image pixels extracted from
a shape-outside png file with shape-image-threshold set + the shape-margin as
a percentage."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
#test, #image, #white, .blue, .failure {

View file

@ -12,6 +12,7 @@
<meta name="assert" content="This test verifies that content wraps around the image pixels extracted from
a shape-outside svg file with shape-image-threshold set + the shape-margin in
absolute length."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
#test, #image, #white, .blue, .failure {

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-012-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around all the image pixels when shape-outside is given a jpg."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: absolute;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-013-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around the shape defined by the data uri png."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-002-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that content wraps around the shape defined by an svg file."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-013-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a png image with 20% alpha and 0.2 shape-image-threshold creates a proper shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-013-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a png image with 70% alpha and 0.71 shape-image-threshold creates a proper shape."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-002-ref.html"/>
<meta name="flags" content="ahem image"/>
<meta name="assert" content="This test verifies that a shape specified as a data uri svg with 70% alpha creates a proper shape, shape-image-threshold is defined to 0.71."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-018-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that the boundary of a shape-outside defined by a JPEG image file is the same as the image's dimensions + shape-margin."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-019-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies the boundary of a shape-outside defined by a PNG data URI and a shape-margin."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-020-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies the boundary of a shape-outside defined by an SVG URI and a shape-margin."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-021-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that the boundary of a shape-outside defined by a PNG image file and shape-margin is correct."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-022-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that the boundary of a shape-outside defined by a GIF image file and shape-margin is correct."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -8,6 +8,7 @@
<link rel="match" href="reference/shape-image-023-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies the boundary of a shape-outside defined by an SVG URI, shape-image-threshold, and a shape-margin."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container {
position: relative;

View file

@ -10,6 +10,7 @@
<meta name="assert" content="This test verifies that content wraps around all the image pixels
calculated from the size of the img element, which is different
than the size of the image itself."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside is extracted from the
first frame of an animated gif."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body { margin: 0; }
.container {

View file

@ -12,6 +12,7 @@
+ the shape-margin when shape-outside is given a png file.
Additionally, the shape-outside: image element is offset from its
containing block."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;

View file

@ -12,6 +12,7 @@
+ the shape-margin when shape-outside is given a png file.
Additionally, the shape-outside: image element is given a negative
left offset relative to its containing block."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body {
margin: 0;