summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/anonymous-table-ws-001.html
blob: 99d2cfc239fb15f26c58bc1da7c258ae3d6d9fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>