aboutsummaryrefslogtreecommitdiff
path: root/exampleData/basic
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-05-14 11:13:01 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-05-14 11:13:01 -0700
commit3626fd6c06c45a413ec1f0f9141734613eeab1ef (patch)
tree3f8a107fd66b121c1dd5c3e1e34c179b851e9d19 /exampleData/basic
parent2946c44b616baf39cb41943a9b1fa5328dc6f7d2 (diff)
updated batch runner to do initial rule set testing
Diffstat (limited to 'exampleData/basic')
-rw-r--r--exampleData/basic/testheadings.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleData/basic/testheadings.html b/exampleData/basic/testheadings.html
new file mode 100644
index 0000000..456ba82
--- /dev/null
+++ b/exampleData/basic/testheadings.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script src="../../contexts/data/fiveui/selenium/selenium-injected-compute.js"></script>
+ <script src="../../contexts/data/lib/jquery/jquery-1.7.1.min.js"></script>
+ <script src="../../contexts/data/fiveui/injected/prelude.js"></script>
+
+ <script src="../../contexts/data/fiveui/injected/fiveui-injected-compute.js"></script>
+ </head>
+<body>
+<h1>this heading is not in sentence case</h1>
+<p>
+Sample text
+</p>
+<h2>neither is this heading</h2>
+<h1>This heading is in sentence case</h1>
+<p>
+Here's an empty heading:
+</p>
+<h1></h1>
+<h1>This Heading is in Title Case</h1>
+</div>
+</body>
+</html>