Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
incorrec-text-align-when-inside-inline-box.html
blob: b9a4a8e775922151f211f232e89159d46711fc92 [
file
]
<style>
div
{
font-family
:
Ahem
;
font-size
:
20px
;
text-align
:
center
;
width
:
100px
;
height
:
20px
;
background-color
:
green
;
}
span
{
text-align
:
left
;
}
</style>
<!-- PASS if 'X' is centered -->
<div><span>
X
</span></div>