fune/testing/web-platform/tests/css/css-break/fragmented-float-in-inline-crash.html
Morten Stenshorne 23ba95dee4 Bug 1726761 [wpt PR 30109] - Add crash test for fragmented float inside inline., a=testonly
Automatic update from web-platform-tests
Add crash test for fragmented float inside inline.

This used to crash (a month ago or so), but apparently no more.
Seems useful to upload the test nevertheless.

Bug: 1225967
Change-Id: I0e67664029dac8c7eb24dbe1a629bea26b92aecf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3109888
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#914221}

--

wpt-commits: d58a4b2463d2acda71e0812ba3661e8642912f9d
wpt-pr: 30109
2021-09-02 10:30:04 +00:00

8 lines
335 B
HTML

<!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=1225967">
<div style="columns:2; column-fill:auto; height:100px;">
<span>
<div style="float:left; height:150px; background:cyan;"></div>
</span>
</div>