| 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     margin: 0px; | 6     margin: 0px; | 
| 7 } | 7 } | 
| 8 | 8 | 
| 9 .hidTarget | 9 .hidTarget | 
| 10 { | 10 { | 
| (...skipping 30 matching lines...) Expand all  Loading... | 
| 41     <div class="hidTarget"></div> | 41     <div class="hidTarget"></div> | 
| 42     <div align="center" class="sized"> | 42     <div align="center" class="sized"> | 
| 43         <div class="marginLeft">xxxxx xxxxx xxxxx xxxxx xxxxx</div> | 43         <div class="marginLeft">xxxxx xxxxx xxxxx xxxxx xxxxx</div> | 
| 44     </div> | 44     </div> | 
| 45     <p> | 45     <p> | 
| 46         <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRE
    SSION(r113885): Margin not properly applied to elements with align=center<br> | 46         <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRE
    SSION(r113885): Margin not properly applied to elements with align=center<br> | 
| 47         There should be a green rectangle above with no red. | 47         There should be a green rectangle above with no red. | 
| 48     </p> | 48     </p> | 
| 49 </body> | 49 </body> | 
| 50 </html> | 50 </html> | 
| OLD | NEW | 
|---|