1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/white-space/pre-with-whitespace-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
527 B
HTML

<!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>