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 13 matching lines...) Expand all Loading... | |
24 </style> | 24 </style> |
25 </head> | 25 </head> |
26 <body> | 26 <body> |
27 <div class="hidTarget"></div> | 27 <div class="hidTarget"></div> |
28 <p> | 28 <p> |
29 <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 <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> |
30 There should be a green rectangle above with no red. | 30 There should be a green rectangle above with no red. |
31 </p> | 31 </p> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |