mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1528f2b910
--HG-- extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
18 lines
326 B
HTML
18 lines
326 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<title>border-image, only middle part, table cell, testcase</title>
|
|
<style>
|
|
table {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-collapse: separate;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
-moz-border-image: url(3x3green-1DD813.png) 0 fill;
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<table>
|
|
</table>
|
|
</body></html>
|