haikuwebkit/LayoutTests/fast/css/counters/counter-number-input.html

17 lines
261 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style type="text/css">
body {
content: counter(-7036167556735246188);
}
</style>
</head>
<body>
<span>This test passes if it does not crash.
</body>
</html>