Skip to content

Commit 90fc93e

Browse files
author
Nicolas Hart
committed
Fix tests
1 parent 737c678 commit 90fc93e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/fixtures/emailConverted.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
22
<html>
3-
<head><style>
3+
<head>
4+
<style>
45
.block {
56
width: 100px;
67
height: 20px;
78
}
89
div.block ul li.small {
910
margin: 10px;
1011
}
11-
</style></head>
12-
<body>
12+
</style>
13+
</head>
14+
<body>
1315
<div class="block" style="width: 100px; height: 20px;">
1416
text
1517

1618
<ul>
17-
<li>
19+
<li>
1820
Big list
1921
</li>
2022
<li class="small" style="margin: 10px;">
2123
Small list
2224
</li>
2325
</ul>
24-
</div>
26+
</div>
2527
</body>
2628
</html>

0 commit comments

Comments
 (0)