forked from mirrors/gecko-dev
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
8 lines
335 B
HTML
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>
|