summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html
blob: 30e8d0dcfb9a31253ffd269e81976b6e1a5b3e6e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1520442">
<style>
.c3 {
  border-style: hidden;
  height: 10px;
  padding-right: 0px;
  padding-bottom: 100px;
  direction: rtl;
  zoom: 0.1;
  column-span: all;
}

.c7 {
  overflow: hidden;
  position: fixed;
  float: left;
  opacity: 0.0;
}

.c13 {
  float: right;
  border-style: solid;
  zoom: 1;
  transform: rotate3d(0, 1, 0, 90deg);
  column-count: 3;
  column-gap: 65536px;
}

.c16 {
  padding-right: 100px;
  padding-bottom: 65536px;
  direction: rtl;
  opacity: 1.00.5;
  column-width: 10px;
}

.c17 {
  position: fixed;
  float: none;
  border-style: dashed;
  zoom: 0.1;
  column-width: 100%;
  column-span: all;
  column-count: 3;
}
</style>
<bdo class="c3">
  <li class="c17">
    <span class="c13">
      <option class="c16"></option>
      <dt class="c7"></dt>
    </span>
    -1467632561
  </li>
</bdo>