Skip to content

Commit b337f78

Browse files
mstenshoChromium LUCI CQ
authored andcommitted
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 <[email protected]> Reviewed-by: Ian Kilpatrick <[email protected]> Reviewed-by: Koji Ishii <[email protected]> Cr-Commit-Position: refs/heads/main@{#914221}
1 parent fcf3ef5 commit b337f78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
3+
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1225967">
4+
<div style="columns:2; column-fill:auto; height:100px;">
5+
<span>
6+
<div style="float:left; height:150px; background:cyan;"></div>
7+
</span>
8+
</div>

0 commit comments

Comments
 (0)