Skip to content

Commit

Permalink
[LineBreaker] Add a test for crbug.com/1520442
Browse files Browse the repository at this point in the history
This patch adds a test, which was accidentally lost while
renaming in PS8 of crrev.com/c/5251158. The content is the
same as the one in PS7.

Bug: 1520442
Change-Id: Ie9b72f63a9560b803f7cd3120c45cc3071302405
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5261043
Reviewed-by: Morten Stenshorne <[email protected]>
Commit-Queue: Morten Stenshorne <[email protected]>
Auto-Submit: Koji Ishii <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1255506}
  • Loading branch information
kojiishi authored and chromium-wpt-export-bot committed Feb 2, 2024
1 parent 67451f9 commit 5a5bd1e
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions css/CSS2/floats/crashtests/float-rewind-parallel-flow-3-crash.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1520442">
<style>
.c3 {
border-style: hidden;
height: 10px;
padding-right: 0px;
padding-bottom: 100px;
direction: rtl;
zoom: 0.1;
column-span: all;
}

.c7 {
overflow: hidden;
position: fixed;
float: left;
opacity: 0.0;
}

.c13 {
float: right;
border-style: solid;
zoom: 1;
transform: rotate3d(0, 1, 0, 90deg);
column-count: 3;
column-gap: 65536px;
}

.c16 {
padding-right: 100px;
padding-bottom: 65536px;
direction: rtl;
opacity: 1.00.5;
column-width: 10px;
}

.c17 {
position: fixed;
float: none;
border-style: dashed;
zoom: 0.1;
column-width: 100%;
column-span: all;
column-count: 3;
}
</style>
<bdo class="c3">
<li class="c17">
<span class="c13">
<option class="c16"></option>
<dt class="c7"></dt>
</span>
-1467632561
</li>
</bdo>

0 comments on commit 5a5bd1e

Please sign in to comment.