1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <link rel=
"reference" href=
"background-intrinsic-ref.xht">
5 <title>CSS Test: Background Intrinsic Sizes: Intrinsic Height and Ratio
</title>
6 <link rel=
"author" title=
"Elika J. Etemad" href=
"http://fantasai.inkedblade.net/contact">
7 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/colors.html#background-properties">
8 <link rel=
"help" href=
"http://www.w3.org/TR/css3-background/#the-background-size">
9 <meta name=
"flags" content=
"svg">
10 <meta name=
"assert" content=
"A missing background image width is calculated from the height and the ratio.">
11 <style type=
"text/css">
12 /* Setup. Use 5:6 ratio because it's weird and unlikely to be hard-coded anywhere. */
20 background: green
; /* Used to match reference; remove for debugging. */
24 top: 10px; bottom: 10px;
25 left: 10px; right: 30px;
34 /* 80x100 bgpos area */
38 border: 10px solid transparent
;
43 background: no-repeat url
(resources
/green-intrinsic-height-ratio
.svg
);
46 background: no-repeat url
(resources
/red-intrinsic-height-ratio
.svg
);
55 <p>There must be two green boxes below and no red.
</p>
58 <div class=
"control"></div>
59 <div class=
"test"></div>
63 <div class=
"test"></div>
64 <div class=
"control"></div>