ladybird/Tests/LibWeb/Layout/input/tab-size-word-spacing.html
Kostya Farber 2dc788df00 LibWeb: Bring tab-size closer to the spec
When the css tab-size property is a number, we need to add
the associated letter-spacing and word-spacing to it's width.
2024-10-27 11:03:35 +01:00

9 lines
146 B
HTML

<!DOCTYPE html>
<style>
div {
tab-size: 8;
word-spacing: 2ch;
font-family: monospace;
}
</style>
<div>&#9;A</div>