aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/reports/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/headlessRuns/reports/summary.html')
-rw-r--r--exampleData/headlessRuns/reports/summary.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/exampleData/headlessRuns/reports/summary.html b/exampleData/headlessRuns/reports/summary.html
new file mode 100644
index 0000000..d4bdbe5
--- /dev/null
+++ b/exampleData/headlessRuns/reports/summary.html
@@ -0,0 +1,66 @@
+
+<html>
+ <head>
+ <title>Summary of Results
+ </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>
+ <h1>Headless Run Summary
+ </h1>
+ <p>
+ <ul>
+ <li>
+ <a href="byurl.html">Results organized by URL
+ </a>
+ </li>
+ <li>
+ <a href="byrule.html">Results organized by Rule
+ </a>
+ </li>
+ </ul>
+ </p>
+ <p>
+ <div classid="display-box">
+ <p>
+ <h3>Unique URLs: 2
+ </h3>
+ </p>
+ <p>
+ <table id="stats-table">
+ <tr>
+ <th>URL
+ </th>
+ <th>Pass
+ </th>
+ <th>Fail
+ </th>
+ </tr>
+ <tr classid="hlRow">
+ <td>http://localhost:8000/testFontRules.html
+ </td>
+ <td>0
+ </td>
+ <td>6
+ </td>
+ </tr>
+ <tr classid="regRow">
+ <td>http://localhost:8000/testColorRules.html
+ </td>
+ <td>1
+ </td>
+ <td>0
+ </td>
+ </tr>
+ </table>
+ </p>
+ </div>
+ </p> \ No newline at end of file