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-336164421-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
#inner {
position: absolute;
left: anchor(left);
}
#inner::before {
display: none;
content: "";
}
</style>
<div id="inner"></div>