Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
getComputedStyle
/
sticky-scroll-container-crash.html
blob: c08802f993a91e7b3b01b5cb51703fb68079c533 [
file
]
<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>