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/self-referencing-invoker-anchor-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
:last-of-type {
bottom: anchor-size(--anchor-name_0);
}
</style>
<script>
document.addEventListener("DOMContentLoaded", async () => {
document.documentElement.appendChild(cite)
cite.popover = "auto"
cite.showPopover({
"source": cite
})
})
</script>