summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html')
-rw-r--r--testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html b/testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html
new file mode 100644
index 0000000000..5c96614db2
--- /dev/null
+++ b/testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1297118">
+<div style="columns:2;">
+ <div style="columns:2;">
+ <div style="column-span:all;">
+ <span style="position:relative;">
+ <div style="display:flex; float:right;"></div>
+ </span>
+ </div>
+ </div>
+</div>