pomeranian-durations
Version:
An immutable duration library based on the ISO-8601 format for durations.
28 lines (24 loc) • 972 B
HTML
<html>
<head>
<meta charset="utf-8">
<script src="mutation-test-elements.js"></script>
</head>
<body>
<img class="stryker-image" alt="Stryker" src="stryker-80x80.png"
style="position: fixed; right: 10px; bottom: 10px; z-index: 10">
<mutation-test-report-app titlePostfix="Stryker">
Your browser doesn't support <a href="https://caniuse.com/#search=custom%20elements">custom elements</a>.
Please use a latest version of an evergreen browser (Firefox, Chrome, Safari, Opera, etc).
</mutation-test-report-app>
<script>
const app = document.getElementsByTagName('mutation-test-report-app').item(0)
function updateTheme() {
document.body.style.backgroundColor = app.theme === 'dark' ? '#222' : '#fff';
}
app.addEventListener('theme-changed', updateTheme);
updateTheme();
</script>
<script src="bind-mutation-test-report.js"></script>
</body>
</html>