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
/
nth-child-of-pseudo-element-assert.html
blob
6e1cddede345b3ddc7b94dd816cedb28c54f5ab6
1
<!DOCTYPE
html
>
2
<style>
3
div::before {
4
position: relative;
5
overflow: scroll;
6
display: block;
7
width:
100
px;
8
height:
100
px;
9
content:
"."
10
}
11
12
:nth-child(
13
)::-webkit-scrollbar {
13
color: pink;
14
}
15
</style>
16
<script>
17
if
(
window
.
testRunner
)
18
testRunner
.
dumpAsText
();
19
</script>
20
<p>
This test should not trigger any ASSERTs.
</p>
21
<div></div>