Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
counters
/
counter-function-input-2.html
blob: 4acc151b198aee195f191307b6eba893aa1e4d9c [
file
] [
log
] [
blame
]
<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>