fune/testing/web-platform/tests/css/css-ruby/ruby-autohide-003-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

17 lines
441 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>CSS Reference: Autohide ruby annotations which are identical to their bases</title>
<link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
<style>
body { line-height: 5em; }
</style>
</head>
<body>
<ruby>
<rb></rb><rb></rb><rb></rb><rb></rb>
<rt></rt><rt></rt><rt></rt><rt></rt>
</ruby>
</body>
</html>