1
0
Fork 0
firefox/testing/web-platform/tests/css/css-position/crashtests/position-absolute-crash-014.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
457 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1021676">
<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>