mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
47 lines
No EOL
1.1 KiB
HTML
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> |