We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1020974 commit 9b065a3Copy full SHA for 9b065a3
tests/stubs/converted-html.stub
@@ -1,20 +1,12 @@
1
<!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;">
+<html><head><style></style></head><body>
+ <div style="height: 20px; width: 100px;">
12
text
13
14
<ul><li>
15
Big list
16
</li>
17
- <li style="margin: 10px;">
+ <li style="margin: 10px;">
18
Small list
19
20
</ul></div>
0 commit comments