Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'

This commit is contained in:
WPT Sync Bot 2022-11-10 01:22:36 +00:00
parent ace9b32b1c
commit df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions

View file

@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div.ref
{
border: teal solid 1em;
font: 25px/1 Ahem;
height: 4em; /* computes to 100px */
margin-bottom: 0.2em;
width: 4em;
}
]]></style>
</head>
<body>
<div class="ref" id="ref1"><img src="../support/swatch-blue.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-orange.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-orange.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-blue.png" width="25" height="100" alt="Image download support must be enabled" /></div>
</body>
</html>

View file

@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div.ref
{
border: teal solid 1em;
font: 25px/1 Ahem;
height: 4em; /* computes to 100px */
margin-bottom: 0.2em;
width: 4em;
}
]]></style>
</head>
<body>
<div class="ref" id="ref2"><img src="../support/swatch-orange.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-blue.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-orange.png" width="25" height="100" alt="Image download support must be enabled" /><img src="../support/swatch-blue.png" width="25" height="100" alt="Image download support must be enabled" /></div>
</body>
</html>

View file

@ -4,43 +4,56 @@
<title>CSS Reference Test</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
height: 100px;
margin-left: 100px;
width: 100px;
color: transparent;
font-family: Ahem;
font-size: 100px;
line-height: 1;
}
div#purple
{
background-color: purple;
}
img
{
height: 100px;
vertical-align: top;
width: 100px;
text-shadow: 1em 0em purple;
}
div#orange-blue
{
background-color: blue;
margin-left: 0px;
width: 300px;
color: yellow;
margin-left: 1em;
text-shadow: -1em 0em orange, 1em 0em blue;
}
div#fuchsia
{
background-color: fuchsia;
text-shadow: 1em 0em fuchsia;
}
</style>
<div id="purple"></div>
<div id="purple">U</div>
<div id="orange-blue"><img src="../support/swatch-orange.png" alt="Image download support must be enabled"><img src="../support/swatch-yellow.png" alt="Image download support must be enabled"></div>
<div id="orange-blue">B</div>
<div id="fuchsia"></div>
<div id="fuchsia">F</div>
<!--
.........
. .
. . <-purple
. .
.......................
. . . .
orange-> . . yel . . <-blue
. . low . .
.......................
. .
. . <-fuchsia
. .
.........
-->