blob: 293f752174fbdc53e39566da3ab0ab95bc0b5088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com"/>
<style>
div {
white-space: pre;
line-height: 1;
}
</style>
<p>Test passes if the characters below are arranged in pairs with a empty line in between.</p>
<div>ああ<br><br>ああ</div>
|