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