/layout/reftests/bugs/562835-1.html

http://github.com/zpao/v8monkey · HTML · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 8694f4f21a0055b1cc49791f9c84ae79 MD5 · raw file

  1. <!DOCTYPE HTML>
  2. <title>Fonts and margins of HTML headers</title>
  3. <style type="text/css">
  4. div { border: medium solid blue }
  5. </style>
  6. <div><h1>Level 1</h1></div>
  7. <div><h2>Level 2</h2></div>
  8. <div><h3>Level 3</h3></div>
  9. <div><h4>Level 4</h4></div>
  10. <div><h5>Level 5</h5></div>
  11. <div><h6>Level 6</h6></div>