aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basic_report/byURL.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/headlessRuns/basic_report/byURL.html')
-rw-r--r--exampleData/headlessRuns/basic_report/byURL.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/exampleData/headlessRuns/basic_report/byURL.html b/exampleData/headlessRuns/basic_report/byURL.html
new file mode 100644
index 0000000..2054b9f
--- /dev/null
+++ b/exampleData/headlessRuns/basic_report/byURL.html
@@ -0,0 +1,96 @@
+
+<html>
+ <head>
+ <title>Results sorted by URL
+ </title>
+ <style type="text/css">h1 { font-size: 150%; }h2 { font-size: 110%; }li { margin: 5 0 0 0; }table { border: 1px solid grey; cellpadding: 5%; width: 200px; }
+td.pass-number{ text-align: right;color: green; }
+td.fail-number{ text-align: right;color: red; }
+td.text{ text-align: left; }
+th { font-weight: bold; }
+td, th { border: 1px solid grey; }
+.hlRow { background: #EEEEEE; }
+.regRow { background: #FFFFFF; }
+
+ </style>
+ </head>
+ <body>
+ <body>
+ <h1>Results by URL
+ </h1>
+ <ol>
+ <li>
+ <h2>
+ <a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
+ </a>
+ </h2>
+ <ul>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath: //*[@id=&quot;nav-left&quot;]
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath: /html/body/div/ul
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath: /html/body/div/ul/li
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath: /html/body/div/ul/li/a
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath: /html/body/div/ul/li[2]
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath: /html/body/div/ul/li[2]/a
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C3C2C5 / Rule Desc: null / XPath: /html/body/div/ul/li[3]
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #EE / Rule Desc: null / XPath: /html/body/div/ul/li[3]/a
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #FFFFF1 / Rule Desc: null / XPath: /html/body/div[2]/p
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #CCCCCC / Rule Desc: null / XPath: /html/body/div[2]/p[2]
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #808080 / Rule Desc: null / XPath: /html/body/div[2]/hr
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #808080 / Rule Desc: null / XPath: /html/body/div[2]/hr[2]
+ </li>
+ <li class="regRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: foreground color: #C7C7C7 / Rule Desc: null / XPath: //*[@id=&quot;content&quot;]
+ </li>
+ <li class="hlRow">Color Guidelines: Foreground/background color guidelines
+ <br/>Rule Name: non-standard header color: #000000 / Rule Desc: null / XPath: /html/body/div[2]/h1
+ </li>
+ </ul>
+ </li>
+ <li>
+ <h2>
+ <a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
+ </a>
+ </h2>
+ <ul>
+ <li class="regRow">Fonts: Guidelines regarding site fonts
+ <br/>Rule Name: non-standard font: serif, 32, bold / Rule Desc: null / XPath: /html/body/h1
+ </li>
+ <li class="hlRow">Fonts: Guidelines regarding site fonts
+ <br/>Rule Name: non-standard font: Verdana, 24, normal / Rule Desc: null / XPath: /html/body/p[2]
+ </li>
+ <li class="regRow">Fonts: Guidelines regarding site fonts
+ <br/>Rule Name: non-standard font: Times, 16, normal / Rule Desc: null / XPath: /html/body/p[3]
+ </li>
+ <li class="hlRow">Fonts: Guidelines regarding site fonts
+ <br/>Rule Name: non-standard font: Times, 24, normal / Rule Desc: null / XPath: /html/body/p[4]
+ </li>
+ <li class="regRow">Fonts: Guidelines regarding site fonts
+ <br/>Rule Name: non-standard font: Times, 36, normal / Rule Desc: null / XPath: /html/body/p[5]
+ </li>
+ </ul>
+ </li>
+ </ol>
+ </body> \ No newline at end of file