Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-ruby
/
pseudo-first-line-ref.html
blob: db20b5032757e178fa4ec3a5a650dfc1dadfb28c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
fl
{
color
:
orange
;
ruby-position
:
under
;
}
</style>
<div><span
class
=
"fl"
>
foo
</span><ruby
class
=
"fl"
>
base
<rt>
annotation
</rt></ruby><br>
bar
<ruby>
base
<rt>
annotation
</rt></ruby></div>