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/anchor-fallback-to-self-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Anchor-positioned element attempting to anchor to itself as a fallback</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
@position-try --pf {
position-anchor: --problem;
}
</style>
<div style="anchor-name:--a;"></div>
<div style="position:absolute; anchor-name:--problem; position-anchor:--a; left:anchor(right); margin-left:10px; position-try-fallbacks:--pf;"></div>