Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
inline
/
inline-box-background-dynamic-expected.html
blob: ddd8c2771e732c35ba0a1db6659428bd1829aa37 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
body
{
margin
:
0px
;
}
div
{
background-color
:
green
;
width
:
680px
;
height
:
20px
;
}
</style>
<body>
<div></div>
</body></html>