Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
counters
/
counter-function-input-2.html
blob: 4acc151b198aee195f191307b6eba893aa1e4d9c [
file
] [
log
] [
blame
] [
edit
]
<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>