mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -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> </rb><rt></rt><rb>c</rb><rt>a</rt><rb>d </rb><rt>a</rt><rb>e</rb><rt>a</rt>
|
||||
|
||||
</ruby>
|
||||
|
||||
<!--
|
||||
|
||||
|[ a ]|[ ]|[ a ]| [ a ] |[ a ]|
|
||||
|[ b ]|[ws]|[ c ]|[ d ][ws]|[ e ]|
|
||||
|
||||
-->
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue