diff options
Diffstat (limited to 'test/yes-indicator-css.html')
-rw-r--r-- | test/yes-indicator-css.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/yes-indicator-css.html b/test/yes-indicator-css.html new file mode 100644 index 00000000..bbd0b183 --- /dev/null +++ b/test/yes-indicator-css.html @@ -0,0 +1,11 @@ +<html lang="en"> +<head> + <meta charset="utf-8" /> + <title>Test if indicators are invisible by default</title> + <script src="../src/kutty.js"></script> +</head> +<body> + <h1>You should not see bars here:</h1> + <img class="kutty-indicator" src="img/bars.svg" width="200"> +</body> +</html> |