1
0
Fork 0
firefox/testing/web-platform/tests/css/css-tables/anonymous-table-ws-001.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

12 lines
527 B
HTML

<!DOCTYPE html>
<title>CSS Test: White space should not be removed between elements for which a single anonymous table cell is generated</title>
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
<link rel="match" href="anonymous-table-ws-001-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-tables/#fixup-algorithm">
<style>
div { display: table; font: 16px monospace; }
</style>
<p>Test passes if there is a space between the "a" and "b".</p>
<div>
<span>a</span> <span>b</span>
</div>