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