diff options
Diffstat (limited to 'test/data/shr/li-div.html')
| -rw-r--r-- | test/data/shr/li-div.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/data/shr/li-div.html b/test/data/shr/li-div.html deleted file mode 100644 index eca3c511bd9..00000000000 --- a/test/data/shr/li-div.html +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | <ul> | ||
| 2 | <li> | ||
| 3 | <div> | ||
| 4 | <p >This is the first paragraph of a list item.</div> | ||
| 5 | <p >This is the second paragraph of a list item.</li> | ||
| 6 | <li> | ||
| 7 | <div>This is the first paragraph of a list item.</div> | ||
| 8 | <div>This is the second paragraph of a list item.</div> | ||
| 9 | </li> | ||
| 10 | </ul> | ||