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