position-absolute-center-007.html (628B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://crbug.com/1236657"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 4 <meta name="assert" content="A table should be centered with auto margins and zero insets."> 5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 6 <div style="position: relative; width: 100px; height: 200px; margin-top: -50px;"> 7 <div style="display: table; position: absolute; background: green; appearance: none; padding: 0; border: none; top: 0; bottom: 0; margin: auto; width: 100px;"> 8 <div style="width: 100px; height: 100px;"></div> 9 </div> 10 </div>