OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 body | 5 body |
6 { | 6 { |
7 margin: 0px; | 7 margin: 0px; |
8 } | 8 } |
9 | 9 |
10 .hidTarget { | 10 .hidTarget { |
(...skipping 12 matching lines...) Expand all Loading... | |
23 </style> | 23 </style> |
24 </head> | 24 </head> |
25 <body> | 25 <body> |
26 <div class="hidTarget"></div> | 26 <div class="hidTarget"></div> |
27 <p> | 27 <p> |
28 <a href="https://bugs.webkit.org/show_bug.cgi?id=89626">89626</a>: Non-f ixed length margins don't work with align=center<br> | 28 <a href="https://bugs.webkit.org/show_bug.cgi?id=89626">89626</a>: Non-f ixed length margins don't work with align=center<br> |
29 There should be a green rectangle above with no red. | 29 There should be a green rectangle above with no red. |
30 </p> | 30 </p> |
31 </body> | 31 </body> |
32 </html> | 32 </html> |
OLD | NEW |