summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/pre-with-whitespace-crash.html
blob: 89e5c3a71feb52183061da6b1e5906cda185ea04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
  <title>pre(white-space's one of values) crash if there is no available width</title>
  <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=999863">
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>
  <script>test(()=>{})</script>
</head>
<body>
  abc<b style="margin-left: 100%; white-space: pre;">def</b>
  <div>
    <li>
      <a href="dummy">success if does not crash</a>
    </li>
  </div>
</body>
</html>