summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-001-ref.html
blob: b679e5b9131f16399963c0d9c82142dd601008f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang=en>

<title>test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div { font-size: 2em; }
#ref { color: blue; }
#test { color: orange; }
</style>

<p>Test passes if the orange and blue pieces of text are laid out identically.

<div id=ref>字字字字」</div>
<div id=test>字字字字」</div>