1188061-2-nsChangeHint_UpdateComputedBSize-ref.html 648 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html>
  3. <style>
  4. html { writing-mode: vertical-rl; }
  5. </style>
  6. <body>
  7. <p>The following image should have uniform padding around all sides.</p>
  8. <div style="width: 150px; float: left; background: yellow; padding: 5px;">
  9. <div style="width: 100%">
  10. <!-- 32x32 blue image -->
  11. <img style="width: 100%" src="data:image/png; charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAChJREFUSMftzUEBAAAEBLCjf2dK8NsKrJLJp84zgUAgEAgEAoFAcGUBocYBP+pqhN4AAAAASUVORK5CYII=">
  12. </div>
  13. </div>
  14. <p style="clear:left">Note that if you zoom the page after it loads
  15. it fixes the problem by causing a reflow.</p>