blob: 0df1df96a03e0b5ff7e6e752de289e9eaf9e2a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Testcase for bug 640272</title>
<style>
#waBackButton {
border: 1px solid blue;
border-image: url(640272-empty.html) 0 10 0 15;
}
</style>
</head>
<body>
<a href="index.html" id="waBackButton">Indietro</a>
</body>
</html>
|