overflow-not-scrollable-1-ref2.html 209 B

12345678910111213141516
  1. <!DOCTYPE HTML>
  2. <style type="text/css">
  3. div {
  4. height: 200px; width: 200px;
  5. font-size: 50px;
  6. }
  7. /* work around potential font overflow */
  8. span { margin-left: 5px }
  9. </style>
  10. <div>
  11. <span>text</span>
  12. </div>