OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xh
tml-basic/xhtml-basic11.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xh
tml-basic/xhtml-basic11.dtd"> |
3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
4 <head> | 4 <head> |
5 <title>WICD Core 1.0 #20-1 - rightsizing to box</title> | 5 <title>WICD Core 1.0 #20-1 - rightsizing to box</title> |
6 <link rel="stylesheet" type="text/css" href="resources/main.css"/> | 6 <link rel="stylesheet" type="text/css" href="resources/main.css"/> |
7 <link rel="stylesheet" type="text/css" href="resources/test-rightsizing-a.css"
/> | 7 <link rel="stylesheet" type="text/css" href="resources/test-rightsizing-a.css"
/> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <div> | 10 <div> |
(...skipping 17 matching lines...) Expand all Loading... |
28 <object class="h100" data="resources/test-svg-child-object-rightsizi
ng1.svg" type="image/svg+xml"></object> | 28 <object class="h100" data="resources/test-svg-child-object-rightsizi
ng1.svg" type="image/svg+xml"></object> |
29 </div> | 29 </div> |
30 <p> | 30 <p> |
31 Above there must be a GIF- and a SVG-image visible. Both are referen
ced by an object element (no defined width, height:100%) and each nested into a
div element (width:176px, height:62px). | 31 Above there must be a GIF- and a SVG-image visible. Both are referen
ced by an object element (no defined width, height:100%) and each nested into a
div element (width:176px, height:62px). |
32 </p> | 32 </p> |
33 <p> | 33 <p> |
34 This tests have succeeded, if in both cases, the look (dimensions) o
f the SVG and the GIF are exactly the same (except the text apparently) and no r
ed background color is visible. | 34 This tests have succeeded, if in both cases, the look (dimensions) o
f the SVG and the GIF are exactly the same (except the text apparently) and no r
ed background color is visible. |
35 </p> | 35 </p> |
36 <p><br/><a href="javascript:history.back()">Back</a></p> | 36 <p><br/><a href="javascript:history.back()">Back</a></p> |
37 </div> | 37 </div> |
| 38 <script> |
| 39 document.body.offsetLeft; |
| 40 </script> |
38 </body> | 41 </body> |
39 </html> | 42 </html> |
40 | 43 |
OLD | NEW |