blob: 41151753f92227b65f9c64b4348cc8f96b235bab [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 4 Test: word-boundary-expansion inherits</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#word-boundary-expansion">
<link rel="match" href="reference/word-boundary-001-ref.html">
<meta name="assert" content="word-boundary-expansion inherits">
<style>
div {
font-size: 2em;
}
#wrap {
word-boundary-expansion: ideographic-space;
}
</style>
<p>Test passes if the two lines below are identical.
<div id=wrap>
<div id=test><wbr>い&#x200B;う</div>
</div>
<div id=ref>あ い う</div>