lists rendering fixes (second part of patch 911377)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
28
samples/html/test/listtest.htm
Normal file
28
samples/html/test/listtest.htm
Normal file
@@ -0,0 +1,28 @@
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
<li>This is line one, try to make page width very small</li>
|
||||
<li>Same with line 2</li>
|
||||
</ul>
|
||||
------
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul><li>Simple list in a table. This table cell may wrap.</li></ul>
|
||||
</td>
|
||||
<td>
|
||||
Second column, unimportant
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<ul><li>List in a table, this cell should not wrap</li></ul>
|
||||
</td>
|
||||
<td>
|
||||
Second column, unimportant
|
||||
</td>
|
||||
<tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user