Make sure all files that should be present are present.
This commit is contained in:
26
test/html/images-in-table-and-floating-div.html
Normal file
26
test/html/images-in-table-and-floating-div.html
Normal file
@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<body>
|
||||
<div>Start</div>
|
||||
<div style="margin:1.2em 0 5em">
|
||||
<div style="float:left">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="padding-right:.1em">
|
||||
<img src="view-classic.gif" style="border:none" alt="classic" height="18" width="18">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div style="float:right; white-space:nowrap; padding-top:.3em">
|
||||
<span style="vertical-align:-5px">
|
||||
<div style="text-indent: 0px; margin: 0px; padding: 0px; background: none repeat scroll 0% 0% transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; width: 90px; height: 20px;"></div>
|
||||
</span>
|
||||
<img src="gear.png" style="width:16px;height:16px;vertical-align:middle;border:none" alt="Options">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>End</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user