Update web-platform-tests to revision eb12303bec1d47bbe91ebf011d17d81ec6fce68d

This commit is contained in:
WPT Sync Bot 2020-03-25 08:18:42 +00:00
parent 6ca767d7f9
commit 916ba6ef4d
467 changed files with 6716 additions and 1478 deletions

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
white-space: pre;
width: 16ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<div id="reference">Lorem ipsum.
Dolor sit amet.
consectetur</div>
<div id="reference">Lorem ipsum.
Dolor sit amet.
consectetur</div>

View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
width: 16ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically. Only "or sit amet." should be outside of black-bordered rectangles.
<div id="reference">Lorem&nbsp;ipsum.&nbsp;Dolor&nbsp;sit&nbsp;amet.<br>
consectetur</div>
<div id="reference">Lorem&nbsp;ipsum.&nbsp;Dolor&nbsp;sit&nbsp;amet.<br>
consectetur</div>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
width: 16ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically. Only "Dolor" should be outside of black-bordered rectangles.
<div id="reference">Lorem&nbsp;ipsum.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.&nbsp;<br>
consectetur</div>
<div id="reference">Lorem&nbsp;ipsum.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.&nbsp;<br>
consectetur</div>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
width: 16ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<div>Lorem ipsum. <br>
Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.</div>
<div>Lorem ipsum. <br>
Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.</div>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
width: 16ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<div>Lorem ipsum.&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.</div>
<div>Lorem ipsum.&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;Dolor<br>
&nbsp;&nbsp;&nbsp;sit&nbsp;&nbsp;amet.</div>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
white-space: pre;
width: 4ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<div>123
8</div>
<div>123
8</div>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
li
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
white-space: pre;
width: 4ch;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles (both preceded with a small filled disc) are laid out identically.
<ul><li>123
8</ul>
<ul><li>123
8</ul>

View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
table
{
border: black solid 2px;
border-spacing: 0px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
white-space: pre;
width: 4ch;
}
td
{
padding: 0px;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<table><tr><td>123
8</table>
<table><tr><td>123
8</table>

View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
table
{
border: black solid 2px;
border-spacing: 0px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
}
td
{
padding: 0px;
width: 4ch;
white-space: normal;
}
</style>
<body>
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically.
<table><tr><td>123
8</table>
<table><tr><td>123
8</table>