Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
ruby
/
ruby-block-style-propagation-expected.html
blob: c22e3cd8f3ff13608ab100f65f5549beb9fa9eaa [
file
] [
log
] [
blame
] [
edit
]
<style>
div
{
display
:
flex
;
}
ruby
{
ruby-position
:
under
;
}
</style>
<div><ruby
id
=
foobar
>
base
<rt>
annotation
</rt></ruby></div>
PASS if annotation is below base.