Sign in
webkit
/
WebKit
/
5549cdc34b021e0f42036a79dc545fd3130e6d99
/
.
/
LayoutTests
/
fast
/
css
/
counters
/
counter-number-input.html
blob: 7a4d222eb0b277e04184c189c976ef4a4b61f56c [
file
] [
log
] [
blame
]
<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>