haikuwebkit/LayoutTests/fast/css/counters/counter-function-input-2.html

17 lines
272 B
HTML

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