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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
custom-scrollbar-renderer-removed-crash.html
blob
54f33f4906719337760a930dd99b0ef1baec6a8a
1
<html>
2
<body>
3
Reload page and mouse click quickly in the black box.
4
<style>
5
::-webkit-scrollbar { width:
1000
; }
6
</style>
7
<script>
setTimeout
(
"try { document.body.offsetTop; child = document.body; child.parentNode.removeChild(child); } catch(e) {}"
,
100
);
</script>
8
<svg>
9
</svg>
10
</body>
11
</html>