aboutsummaryrefslogtreecommitdiff
path: root/exampleData/basic/test_template.html
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-10-02 15:04:07 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2012-10-02 15:04:07 -0700
commitebebdd4ab7db0842b0cad579a7f73a2ff05de829 (patch)
tree49334271fa07239821d768238ddf4d6ee59ca531 /exampleData/basic/test_template.html
parent5aebc7f2590883c27a7c942d9b89316ddd8d8cca (diff)
added imageRules and colorRules, and test HTML files
Diffstat (limited to 'exampleData/basic/test_template.html')
-rw-r--r--exampleData/basic/test_template.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/exampleData/basic/test_template.html b/exampleData/basic/test_template.html
new file mode 100644
index 0000000..7adadc3
--- /dev/null
+++ b/exampleData/basic/test_template.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+<body>
+<h1>this heading is not BOB</h1>
+<p>
+Sample text
+</p>
+<h2>BOB</h2>
+<p>
+Here's an empty heading:
+</p>
+<h1></h1>
+<h1>This Heading is in Title Case</h1>
+</div>
+</body>
+</html>
+
+