preformatted-text-ref.html 599 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html>
  3. <!--
  4. This text is in a preformatted block, and should therefore not be inflated with the fix for bug 705446.
  5. -->
  6. <html>
  7. <head>
  8. <style>
  9. pre { font-size: 12px; line-height: 1.0;}
  10. </style>
  11. <body>
  12. <div>
  13. <pre>
  14. <div class="line" id="line1"><span style="color: red">Firefox</span> is quite neat</div>
  15. <div class="line" id="line2">It browses the web fluidly</div>
  16. <div class="line" id="line3">With no cares at all</div>
  17. </pre>
  18. </div>
  19. </body>
  20. </head>
  21. </html>