File: qunit-template.html.in

package info (click to toggle)
cockpit 356-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 317,176 kB
  • sloc: javascript: 775,374; python: 41,133; ansic: 33,875; cpp: 11,141; sh: 3,534; makefile: 581; xml: 262
file content (21 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<!--
Copyright (C) 2014 Red Hat, Inc.
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<html>
<head>
    <meta charset="utf-8" />
    <title><%= title %></title>
    <link rel="stylesheet" href="%title%.css" type="text/css" />
    <script src="%builddir%dist/base1/cockpit.js"></script>
    <script src="%script%"></script>
</head>
<body class="pf-v6-m-tabular-nums">
    <h1 id="qunit-header"><%= title %></h1>
    <h2 id="qunit-banner"></h2><div id="qunit-testrunner-toolbar"></div>
    <h2 id="qunit-userAgent"></h2><ol id="qunit-tests"></ol>
    <div id="qunit-fixture">test markup, will be hidden</div>
    <div id="done-flag" style="display: none;">Done</div>
</body>
</html>