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-function-input-2.html
blob
4acc151b198aee195f191307b6eba893aa1e4d9c
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<style
type
=
"text/css"
>
8
.test
{
9
content
:
counter
(-
webkit-gradient
(-
webkit-inline-box
));
10
}
11
</style>
12
</head>
13
<body>
14
This test passes if it does not crash.
15
</body>
16
</html>