summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html')
-rw-r--r--testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html b/testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html
new file mode 100644
index 0000000000..37b8d3504a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/uncontained-oof-in-inline-after-break-001-crash.html
@@ -0,0 +1,10 @@
+<!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=1285743">
+<div style="columns:2; column-fill:auto; height:20px; line-height:20px; orphans:1; widows:1;">
+ <br>
+ <br>
+ <span>
+ <div style="position:absolute;"></div>
+ </span>
+</div>