summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-position/crashtests/position-absolute-crash-014.html
blob: a169a7b9498f4f014f9feb6ba64300f186f92776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>