1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/crashtests/rendering-table-caption-with-negative-margins-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

11 lines
541 B
HTML

<!doctype html>
<title>CSS Text Test: Crash rendering a table caption with empty span and negative margins</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
<link rel="help" href="https://crbug.com/1197974">
<meta name="assert" content="The test doesn't crash in debug"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
table { font: 20px/1 Ahem; }
span { margin: -40px; }
</style>
<table><caption>X<span></span><input></input><textarea></textarea></caption></table>