Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
ruby
/
ruby-block-style-propagation-expected.html
blob: c22e3cd8f3ff13608ab100f65f5549beb9fa9eaa [
file
] [
log
] [
blame
]
<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.