fune/testing/web-platform/tests/css/css-tables/anonymous-table-ws-001-ref.html
Cameron McCormack c8b1d8c2cb Bug 1452870 - Add WPT test for white space between adjacent elements in the same anonymous table cell. r=dholbert
MozReview-Commit-ID: D5zw2e4JUSy

--HG--
extra : rebase_source : 5e96b2961bdfa208ec9f4b667fd5c2b8811face3
2018-04-17 18:07:00 +10:00

7 lines
171 B
HTML

<!DOCTYPE html>
<title>CSS Reference</title>
<style>
div { font: 16px monospace; }
</style>
<p>Test passes if there is a space between the "a" and "b".</p>
<div>a b</div>