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
/
scrollbar-crash.html
blob
da3c2daa081b884e9aada8bb226fe965d395ae61
1
<style>
2
:horizontal {}
3
:vertical {}
4
:double-button {}
5
:single-button {}
6
:no-button {}
7
:corner-present {}
8
:increment {}
9
:decrement {}
10
:start {}
11
:end {}
12
</style>
13
14
<script>
15
if
(
window
.
testRunner
)
16
testRunner
.
dumpAsText
();
17
</script>
18
<p>
When scrollbar related pseudo types are specified, ASSERT should not be triggered.
</p>
19
<p>
PASS unless crash.
</p>