grid-measuring-reflow-resize-001-ref.html (438B)
1 <!DOCTYPE HTML> 2 <title>Testcase simplified from layout/reftests/css-grid/grid-min-max-content-sizing-002.html</title> 3 <style type="text/css"> 4 5 html { overflow: hidden } 6 body { margin: 0 } 7 8 div { 9 display: inline-block; 10 border: 1px solid fuchsia; 11 } 12 13 span { 14 display: block; 15 border: 4px solid blue; 16 padding: 0 8px 8px 0; 17 margin: 0 -8px -8px 0; 18 } 19 20 </style> 21 22 <div> 23 <span>blue should overflow fuchsia on right/bottom</span> 24 </div>