block-in-inline.html (282B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://issues.chromium.org/issues/343257603"> 3 <link rel="match" href="block-in-inline-ref.html"> 4 <button style="width: 100px; height: 100px;"> 5 <span> 6 <div style="width: 100%; height: 100%; background: green;"></div> 7 </span> 8 </button>