File: test34.htm

package info (click to toggle)
litehtml 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,928 kB
  • sloc: ansic: 31,385; cpp: 27,328; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
Test for issue #99
-->
<table style="float: right; border: 1px solid black">
    <tr>
        <td style="float: right" width="100%">Should be on right side</td>
    </tr>
</table>
<div style="clear: both"></div>
<table style="float: left; border: 1px solid black">
    <tr>
        <td style="float: left" width="100%">Should be on left side</td>
    </tr>
</table>