Skip to content

Commit a9e29b1

Browse files
committed
Add test html
1 parent 10d26f6 commit a9e29b1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

test.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<p>
6+
This paragraph
7+
contains a lot of lines
8+
in the source code,
9+
but the browser
10+
ignores it.
11+
</p>
12+
13+
<p>
14+
This paragraph
15+
contains a lot of spaces
16+
in the source code,
17+
but the browser
18+
ignores it.
19+
</p>
20+
21+
<p>
22+
This paragraph is all in one line and should be rendered the same as the others.
23+
</p>
24+
25+
<p>
26+
This paragraph <b>contains</b> <i>phrasing content</i><span>, which is used to mark up text at the intra-paragraph level</span>.
27+
</p>
28+
29+
<p>
30+
This paragraph contains a line break,<br/> which should split this text into two lines and collapse the leading space of the second line.
31+
</p>
32+
33+
<a href="https://example.com">
34+
This is a link to example.com
35+
</a>
36+
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)