chromium/third_party/blink/web_tests/fast/css/counters/counter-number-input.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>