Update web-platform-tests to revision 1ac959f3e6198767fecf67740d3e1687b184265f

This commit is contained in:
WPT Sync Bot 2019-09-03 10:28:52 +00:00
parent 4f4e219e54
commit 33079866c1
61 changed files with 1114 additions and 284 deletions

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="ja">
<meta charset="UTF-8">
<title>CSS Ruby Reference</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
body {
font: 16px/1 Ahem;
padding: 32px 0;
}
p {
margin: 0;
border: 5px solid blue;
}
ruby {
ruby-align: center;
font-size: 32px;
}
rt {
font-size: 8px;
}
.b {
font-size: 16px;
}
</style>
<p><ruby><rb>X<rb class="b">X<rt>x<rt>x</ruby></p>

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="ja">
<meta charset="UTF-8">
<title>CSS Ruby Test: sizing and positioning of ruby containers when size of ruby bases and the base container differ</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout">
<link rel="match" href="ruby-base-different-size-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
body {
font: 16px/1 Ahem;
padding: 32px 0;
}
p {
margin: 0;
border: 5px solid blue;
}
ruby {
ruby-align: center;
}
.a {
font-size: 32px;
}
</style>
<p><ruby><rb class="a">X<rb>X<rt>x<rt>x</ruby></p>