fune/testing/web-platform/tests/css/css-ruby/nested-ruby-pairing-001-ref.html
Tim Nguyen ad5b003c60 Bug 1745380 [wpt PR 31999] - Move ruby tests out of vendor-imports (#8615), a=testonly
Automatic update from web-platform-tests
Move ruby tests out of vendor-imports (#8615)

--

wpt-commits: d854644fdf6b3d7a4075dbf69a519251fd7b4cfd
wpt-pr: 31999
2021-12-23 14:24:18 +00:00

27 lines
666 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>CSS Reference: Basic nested ruby</title>
<link rel="author" title="Xidorn Quan" href="mailto:csswg@upsuper.org">
<style>
div {
display: inline-block;
padding: 20px;
border: 1px solid black;
}
ruby {
ruby-position: over;
}
</style>
</head>
<body>
<p>Test passes if content in the two blocks are identical:</p>
<div id="test">
<ruby><rb><rb><rt>とう<rt>なん<rtc lang=en>Southeast</ruby>の方角
</div>
<div id="ref">
<ruby><rb><rb><rt>とう<rt>なん<rtc lang=en>Southeast</ruby>の方角
</div>
</body>
</html>