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