Skip to content

Commit 9b065a3

Browse files
committed
Bugfix: Refactored test so it passes
1 parent 1020974 commit 9b065a3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

tests/stubs/converted-html.stub

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2-
<html><head><style>
3-
.block {
4-
width: 100px;
5-
height: 20px;
6-
}
7-
div.block ul li.small {
8-
margin: 10px;
9-
}
10-
</style></head><body>
11-
<div style="height: 20px; width: 100px;">
2+
<html><head><style></style></head><body>
3+
<div style="height: 20px; width: 100px;">
124
text
135

146
<ul><li>
157
Big list
168
</li>
17-
<li style="margin: 10px;">
9+
<li style="margin: 10px;">
1810
Small list
1911
</li>
2012
</ul></div>

0 commit comments

Comments
 (0)