position-absolute-replaced-with-display-table.html (401B)
1 <!DOCTYPE html> 2 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1138851"> 4 <p>Test passes if there is a filled green square.</p> 5 <div style="position: relative;"> 6 <canvas width="200" style="background: green; width: 100px; height: 100px; position: absolute; display: table;"></canvas> 7 </div>