mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'
This commit is contained in:
parent
35e95f55a1
commit
58e8ee674b
9438 changed files with 266112 additions and 106976 deletions
|
@ -0,0 +1,25 @@
|
|||
<!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: 40px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ruby><rbc>B<ruby>​<rt>A</rt></ruby></rbc></ruby>
|
||||
|
||||
<!--
|
||||
|
||||
​ or ​ is the entity reference for zero-wide space.
|
||||
|
||||
MathML uses the entity name ​ for this character.
|
||||
|
||||
-->
|
|
@ -0,0 +1,17 @@
|
|||
<!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>bas<rt>T</rt>bas<rt>T</rt></ruby>
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="ja">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>CSS Reference File</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
|
||||
<style>
|
||||
body
|
||||
{
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
ruby
|
||||
{
|
||||
background: lightblue;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ruby>あい<rt>べ</rt> <rt>る</rt></ruby>
|
||||
|
||||
<ruby>で<rt>す</rt>い<rt>る</rt></ruby>
|
||||
|
||||
<ruby>私に<rt>誰</rt></ruby>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue