servo/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/reference/ttwf-reftest-background-repeat-x-ref.xht

47 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Transforms Test: transform property with translate function</title>
<link href="mailto:77765477@163.com" rel="author" title="zhenyu_w3c" />
<style type="text/css">
table{
font-size:12px;
}
th{
height:80px;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../support/table-head.jpg',sizingMethod='scale'); background-repeat: repeat-x;*/
background:url(../support/table-head.jpg) repeat-x;
border-width:0px;
}
</style>
</head>
<body>
<p>The test passes if you didn't see the img repeat on the Y direction (note: the size of img is 1px weight and 80px height and with blue and red colors) </p>
<table>
<tbody><tr>
<th>
first
</th>
<th>
second
</th>
<th>
third
</th>
</tr>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
</tr>
</tbody></table>
</body></html>