summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html')
-rw-r--r--testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html b/testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html
new file mode 100644
index 0000000000..f7b56c1c98
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-005.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1348128">
+<p>PASS if no crash or DCHECK failure.</p>
+<div style="column-count:2;">
+ <div style="column-count:1;">
+ <div style="column-span:all;">
+ <div style="position:relative;">
+ <div style="column-count:1; position:absolute; height:10px; width:10px;">
+ <div style="position:relative;">
+ <div style="position:absolute; height:10px; width:5px;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>