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,28 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference File</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
ruby
{
background-color: lightblue;
font-size: 60px;
}
</style>
<ruby>
<rb>b</rb><rt>a</rt><rb>&nbsp;</rb><rt></rt><rb>c</rb><rt>a</rt><rb>d&nbsp;</rb><rt>a</rt><rb>e</rb><rt>a</rt>
</ruby>
<!--
|[ a ]|[ ]|[ a ]| [ a ] |[ a ]|
|[ b ]|[ws]|[ c ]|[ d ][ws]|[ e ]|
-->

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference File</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div
{
font-family: Ahem;
font-size: 60px;
line-height: 1;
}
div.annotation
{
font-size: 30px;
margin-top: 60px;
text-indent: 15px;
}
</style>
<div class="annotation">A</div>
<div>W Z</div>
<div class="annotation">A</div>
<div>W Z</div>
<div class="annotation">A</div>
<div>W Z</div>