Sign in
webkit
/
WebKit
/
af107121180e7ae7606d9b7b1021b27102f6b698
/
.
/
LayoutTests
/
fast
/
backgrounds
/
background-image-large-float-intrinsic-ratio-expected.html
blob: c2ab0f63464065ed80f2d6f0b09666a1b93a82f8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
height
:
100px
;
width
:
100px
;
display
:
inline-block
;
border
:
1px
solid green
;
margin
:
10px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div></div>
<div></div>
</body>
<html>