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/position-try-invalid-anchor-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
@position-try --f1 { top: 50px; }
</style>
<div style="position: absolute; position-anchor: --x; position-try-fallbacks: --f1">INVALID ANCHOR</div>