Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-anchor-position
/
chrome-436621815-crash.html
blob: 034cbe4e5f798e4ef7adee96a69c2d7e7d34a810 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
Crash test
</title>
<div
id
=
"target"
style
=
"
top
:
0
"
>
PASS if no crash
</div>
<script>
document
.
body
.
offsetTop
;
target
.
style
.
top
=
'calc(anchor(top) + 10px)'
;
</script>