summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/640272.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/640272.html')
-rw-r--r--layout/base/crashtests/640272.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/640272.html b/layout/base/crashtests/640272.html
new file mode 100644
index 0000000000..0df1df96a0
--- /dev/null
+++ b/layout/base/crashtests/640272.html
@@ -0,0 +1,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>