aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/reports/byURL.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/headlessRuns/reports/byURL.html')
-rw-r--r--exampleData/headlessRuns/reports/byURL.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/exampleData/headlessRuns/reports/byURL.html b/exampleData/headlessRuns/reports/byURL.html
new file mode 100644
index 0000000..5927310
--- /dev/null
+++ b/exampleData/headlessRuns/reports/byURL.html
@@ -0,0 +1,52 @@
+
+<html>
+ <head>
+ <title>Results sorted by URL
+ </title>
+ <style type="text/css">table { border: 1px solid black; cellpadding: 5%; }
+td.number{ text-align: right;color: blue; }
+td.text{ text-align: left; }
+th { weight: bold; }
+td, th { border-style: groove; border-collapse: collapse; }
+tr.hlRow { background-color: yellow; }
+.display-box { background-color: #AA; }
+
+ </style>
+ </head>
+ <body>
+ <body>
+ <h1>Results by URL
+ </h1>
+ <ol>
+ <li>
+ <h2>
+ <a href="http://localhost:8000/testFontRules.html">http://localhost:8000/testFontRules.html
+ </a>
+ </h2>
+ <ul>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ <li>Error: Fonts (family/size/style) are in a specified set
+ </li>
+ </ul>
+ </li>
+ <li>
+ <h2>
+ <a href="http://localhost:8000/testColorRules.html">http://localhost:8000/testColorRules.html
+ </a>
+ </h2>
+ <ul>
+ <li>Pass: Colors are in a specified set
+ </li>
+ </ul>
+ </li>
+ </ol>
+ </body> \ No newline at end of file