chromium/third_party/blink/web_tests/external/wpt/css/css-lists/list-marker-position-crash.html

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1183869">
<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>