Sign in
webkit
/
WebKit
/
2aaa459ba909365b37a07132ff843c7651807191
/
.
/
LayoutTests
/
svg
/
transforms
/
svg-transform-box-initial-expected.html
blob: 690ac56569617c5dc4ef29e568fd1bf159750934 [
file
] [
log
] [
blame
]
<style>
.
box
{
display
:
inline-block
;
background-color
:
green
;
width
:
100px
;
height
:
100px
;
}
</style>
<body>
<div
class
=
"box"
></div>
</body>