summaryrefslogtreecommitdiff
path: root/legacy/works/background-image-failure2.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/background-image-failure2.html')
-rw-r--r--legacy/works/background-image-failure2.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/legacy/works/background-image-failure2.html b/legacy/works/background-image-failure2.html
new file mode 100644
index 0000000..0f850a4
--- /dev/null
+++ b/legacy/works/background-image-failure2.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<title>Broken Background Image Test 2</title>
+</head>
+<body>
+
+<p style="background: url(../images/bad.url); border: thin solid black;">
+Background image URL is broken.
+</p>
+
+<p style="background: url(../images/1.png); border: thin solid black;">
+Background image URL is correct.
+</p>
+
+<p style="background: url(../images/2.png); border: thin solid black;">
+Background image URL is correct.
+</p>
+
+</body>
+</html> \ No newline at end of file