repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
counters
/
counter-number-input.html
blob
7a4d222eb0b277e04184c189c976ef4a4b61f56c
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<style
type
=
"text/css"
>
8
body
{
9
content
:
counter
(-
7036167556735246188
);
10
}
11
</style>
12
</head>
13
<body>
14
<span>
This test passes if it does not crash.
15
</body>
16
</html>