mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41 lines
1006 B
HTML
41 lines
1006 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
|
<head>
|
||
|
<title>Testcase, bug 177331</title>
|
||
|
<style type="text/css">
|
||
|
|
||
|
div.button{
|
||
|
float: left;
|
||
|
margin: 4px;
|
||
|
width: 150px;
|
||
|
height: 150px;
|
||
|
background: #999;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<table border="0" width="500">
|
||
|
<tr>
|
||
|
<td valign="top">
|
||
|
<div class="button">
|
||
|
<img height="100" width="100" alt="Mozilla"
|
||
|
src="data:text/plain,foo" />
|
||
|
</div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
<div class="button"></div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|