Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-lists/list-marker-position-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<div>
  <div style="width: 1000px; display: list-item; float: right;"></div>
  <table style="max-height: 0; display: list-item;">
    <caption style="display: list-item;">
      <button  style="padding-top: 6%; display: list-item;">
        <big style="float: right;">
          <button style="display; list-item;"></button>
        </big>
      </button>
    </caption>
  </table>
  <h2 style="padding:0 2147483652%; max-height: 0; display: list-item;"></h2>
</div>