aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/testImageRules.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/sites/testImageRules.html')
-rw-r--r--exampleData/sites/testImageRules.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/exampleData/sites/testImageRules.html b/exampleData/sites/testImageRules.html
new file mode 100644
index 0000000..66c3772
--- /dev/null
+++ b/exampleData/sites/testImageRules.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ .test{ border: 3px inset red; }
+ </style>
+ </head>
+<body>
+<h1>this is a heading</h1>
+<p>
+We need a star.gif somewhere!?
+</p>
+<h2>Images</h2>
+An example, this one should pass:
+
+<p>
+<a href="http://star.org">
+<img src="star.jpeg">
+</a>
+<p>
+<a href="googles.com">This link has no image.</a>
+<p>
+A non-example, this one should fail:
+
+<a href="http://www.cnn.com">
+<img src="star.jpeg">
+</a>
+</body>
+</html>
+
+