File: tests.html

package info (click to toggle)
libjs-jush 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 992 kB
  • sloc: javascript: 6,929; php: 12; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>JUSH - Tests</title>
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="demo-dark.css">
<link rel="stylesheet" href="jush.css">
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="jush-dark.css">
<style>
.error { background: #e00; color: #fee; }
@media (prefers-color-scheme: dark) {
    body { background: #111; color: #ccc; }
    .error { background: #900; color: #fcc; }
}
</style>
<body>

<div id="result"></div>

<script src="jush.js"></script>
<script src="tests.js"></script>

<noscript><p>Enable JavaScript to run tests.</p></noscript>