summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html b/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html
new file mode 100644
index 0000000000..79d90b89b6
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<link rel="help" href="https://crbug.com/1520442">
+<style>
+ #outer {
+ display: list-item;
+ list-style-position: inside;
+ columns: 2;
+ column-fill: auto;
+ height: 100px;
+ font-size: 1px;
+ direction: rtl;
+ }
+ #inner {
+ float: right;
+ width: 100%;
+ height: 150px;
+ }
+</style>
+<div id="outer">
+ <div id="inner"></div>
+ x
+</div>