diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/crashtests/nested-with-fragmented-oof-negative-top-offset.html')
-rw-r--r-- | testing/web-platform/tests/css/css-multicol/crashtests/nested-with-fragmented-oof-negative-top-offset.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-fragmented-oof-negative-top-offset.html b/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-fragmented-oof-negative-top-offset.html new file mode 100644 index 0000000000..38f62888a6 --- /dev/null +++ b/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-fragmented-oof-negative-top-offset.html @@ -0,0 +1,13 @@ +<!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=1311398"> +<div style="columns:2; column-fill:auto; height:100px;"> + <div style="height:101px;"></div> + <div style="position:relative;"> + <div style="columns:2; column-fill:auto;"> + <div style="position:absolute; top:-50px;"> + <div style="height:100px;"></div> + </div> + </div> + </div> +</div> |