Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
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>