summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-marker-position-crash.html
blob: 06ae5fa45bd06f5df306d96a665d6c7653c4dff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>