mirror of
https://github.com/servo/servo.git
synced 2025-07-11 01:13:41 +01:00
14 lines
811 B
HTML
14 lines
811 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Text level 3 Test: sequence of spaces and ideographic spaces at the end of line must be removed</title>
|
|
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
|
|
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
|
|
<link rel="match" href="reference/trailing-ideographic-space-001-ref.html">
|
|
<meta name="assert" content="An sequence ideographic space (U+3000) and regular spaces at the end of the line must be removed.">
|
|
<style>
|
|
div { width: 2em; }
|
|
span { background: red; } /* If the space hangs instead of being removed, there will be red */
|
|
</style>
|
|
|
|
<p>Test passes if the characters below are arranged in a square and if there is no red.
|
|
<div>ああ<span>      </span>ああ</div>
|