Skip to content

Commit 0a72ee9

Browse files
committed
Fix broken rendering on invalid HTML
1 parent c48cd0d commit 0a72ee9

8 files changed

Lines changed: 1 addition & 6 deletions

File tree

Source/Demo/Common/TestSamples/03.Paragraphs.htm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,13 @@ <h1 style="background-color: #aae;">Case 3</h1>
2020
</blockquote>
2121
<hr />
2222
<h1 style="background-color: #aae;">Case 4</h1>
23-
<p style="background-color: #aea;">
24-
<blockquote style="background-color: #aae;">Text</blockquote>
25-
</p>
26-
<hr />
27-
<h1 style="background-color: #aae;">Case 5</h1>
2823
<div style="background-color: #aea;">
2924
Text
3025
<h1 style="background-color: #aae;">About</h1>
3126
</div>
3227
<p>2009 Jose Manuel Menendez Poo</p>
3328
<hr />
34-
<h1 style="background-color: #aae;">Case 6</h1>
29+
<h1 style="background-color: #aae;">Case 5</h1>
3530
<span style="background-color: #aea;">
3631
Text
3732
<h1 style="background-color: #aae;">About</h1>
-449 Bytes
Loading
-137 Bytes
Loading
-1.5 KB
Loading
38.4 KB
Loading
-1.63 KB
Loading
-297 Bytes
Loading
-161 Bytes
Loading

0 commit comments

Comments
 (0)