Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-position/crashtests/position-absolute-crash-014.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<style>
#htmlvar00005 {
filter: drop-shadow(-1px -1px 1px yellow);
float: left;
line-height: 71vw;
}
#htmlvar00006 {
overflow-x: scroll;
position: absolute;
}
.class8 {
font: 52px sans-serif;
}
</style>
<ol id="htmlvar00005">
<li id="htmlvar00006">
<details class="class8"></details>
</li>
</ol>