14 lines
269 B
HTML
14 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
ruby {
|
|
font: 25px/1 Ahem;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>Test passes if both base and annotation are visible</p>
|
|
<ruby>base<rt>annotation</rt></ruby>
|
|
</body>
|
|
</html>
|
|
|