Sign in
webkit
/
WebKit
/
5477927d104775982421a977c5683c552d9374f2
/
.
/
LayoutTests
/
fast
/
css
/
counters
/
counter-function-input.html
blob: 048fcc5b029339b3bdf236dc4be02bfd5e3cbed0 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style
type
=
"text/css"
>
.
test
{
content
:
counter
(
expression
(-
webkit-inline-box
));
}
</style>
</head>
<body>
This test passes if it does not crash.
</body>
</html>