Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-anchor-position/chrome-436621815-crash.html - WPT Dashboard Interop Dashboard
<!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>