blob: 782acc146c81d85be0fa680cc74f9379b4488af1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>test for bug 1008019</title>
<style>
#test {
white-space: pre-wrap;
font-family: monospace;
width: 16ch;
border: 1px solid blue;
padding: 3px;
}
</style>
</head>
<body>
<div id="test">ab c d e f g h i j k<!--
--> l m n o p<!--
--> q r s</div>
</body>
</html>
|