mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
47 lines
No EOL
944 B
HTML
47 lines
No EOL
944 B
HTML
<!DOCTYPE html>
|
|
<html><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> |