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>
|