aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/testheadings.html
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-12-04 18:54:02 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2012-12-04 18:54:02 -0800
commitb07875c0defbd25d18b699c724ef371e46935cb0 (patch)
tree314507efcac714ac11ea777a860a77ab58943aca /exampleData/sites/testheadings.html
parent723c39f1763d87969d385688abb37960818a4713 (diff)
gave exampleData/basic a better name: sites
Diffstat (limited to 'exampleData/sites/testheadings.html')
-rw-r--r--exampleData/sites/testheadings.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleData/sites/testheadings.html b/exampleData/sites/testheadings.html
new file mode 100644
index 0000000..456ba82
--- /dev/null
+++ b/exampleData/sites/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>