1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!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; } </style> </head> <body> <a href="index.html" id="waBackButton">Indietro</a> </body> </html>