blob: e68980dfeb431042a0b13e3cb84fae39e79cf6a9 [file] [log] [blame]
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<div id="console"></div>
<script>
description("Test that the initial value of 'counter-increment' and 'counter-reset' is 'none'.");
var style = window.getComputedStyle(document.body, null);
shouldBeEqualToString("style.counterIncrement", "none");
shouldBeEqualToString("style.counterReset", "none");
</script>
</body>
</html>