Sign in
webkit
/
WebKit
/
f5e6ef275acbaca907e686716ff96c7568ea7068
/
.
/
LayoutTests
/
fast
/
backgrounds
/
generated-bck-image-with-small-relative-size-expected.html
blob: d0373f573139bd99e7c7b342d0918523ade630e4 [
file
] [
log
] [
blame
]
<style>
div
{
background-color
:
green
;
}
</style>
This tests that generated background images with relatively small size show up.
<div
style
=
"
height
:
10px
;
width
:
100px
;
"
></div>
<div
style
=
"
height
:
100px
;
width
:
10px
;
"
></div>