Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
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>