Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
fast
/
css
/
getComputedStyle
/
sticky-scroll-container-crash.html
blob: c08802f993a91e7b3b01b5cb51703fb68079c533 [
file
] [
log
] [
blame
]
<style>
#
target
{
position
:
-webkit-sticky
;
top
:
5%
;
}
</style>
<div
id
=
target
>
This test passes if it doesn't crash
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
getComputedStyle
(
target
).
top
;
</script>