OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> | 3 <head> |
4 <title>CSS Test: All unit and function values - Reference</title> | 4 <title>CSS Test: All unit and function values - Reference</title> |
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> | 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> | 6 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> |
7 <style type="text/css"> | 7 <style type="text/css"> |
8 #parent | 8 #parent |
9 { | 9 { |
10 height: 272px; | 10 height: 340px; |
11 width: 1in; | 11 width: 1.25in; |
12 background: green; | 12 background: green; |
13 position: relative; | 13 position: relative; |
14 } | 14 } |
15 </style> | 15 </style> |
16 </head> | 16 </head> |
17 <body> | 17 <body> |
18 <p>Test passes if there is no red visible on the page.</p> | 18 <p>Test passes if there is no red visible on the page.</p> |
19 <div id="parent"> | 19 <div id="parent"> |
20 </div> | 20 </div> |
21 </body> | 21 </body> |
22 </html> | 22 </html> |
OLD | NEW |