blob: d0c6f488bfefc4cd511a257215d1bd24aca7cb44 [file] [log] [blame]
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<div id="console"></div>
<script>
var style = window.getComputedStyle(document.body, null);
shouldBeEqualToString("style.counterIncrement", "none");
shouldBeEqualToString("style.counterReset", "none");
</script>
</body>
</html>