summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html b/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html
new file mode 100644
index 0000000000..30e8d0dcfb
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html
@@ -0,0 +1,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>