Commit b1aa80d6 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Remove doubly-nested-with-top-padding-crossing-row-boundaries.html test.

Borders are monolithic, but this test expected them to be fragmented
(which is what the legacy engine does).

Bug: 829028
Change-Id: Ief578602b0dc763060a5cfdea5f13dd0fe96e7e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421595
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarAlison Maher <almaher@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#809009}
parent 2a123325
......@@ -1073,7 +1073,6 @@ crbug.com/1058792 virtual/layout_ng_block_frag/fast/multicol/composited-layer-wi
crbug.com/1058792 virtual/layout_ng_block_frag/fast/multicol/composited-inner-multicol.html [ Failure ]
crbug.com/1058792 virtual/layout_ng_block_frag/fast/multicol/composited-opacity-2nd-and-3rd-column.html [ Failure ]
crbug.com/1058792 virtual/layout_ng_block_frag/fast/multicol/composited-with-overflow-in-next-column.html [ Failure ]
crbug.com/829028 virtual/layout_ng_block_frag/fast/multicol/doubly-nested-with-top-padding-crossing-row-boundaries.html [ Failure ]
crbug.com/829028 virtual/layout_ng_block_frag/fast/multicol/dynamic/change-second-row-height.html [ Failure ]
crbug.com/829028 virtual/layout_ng_block_frag/fast/multicol/dynamic/insert-spanner-into-stf-constrained-width.html [ Failure ]
crbug.com/829028 virtual/layout_ng_block_frag/fast/multicol/dynamic/insert-spanner-into-stf-unconstrained-width.html [ Failure ]
......
<!DOCTYPE html>
<p>There should be a small hotpink <em>square</em> below, and nothing else.</p>
<div style="margin-left:90px; width:20px; height:20px; background:hotpink;"></div>
<!DOCTYPE html>
<p>There should be a small hotpink <em>square</em> below, and nothing else.</p>
<div style="columns:3; column-gap:0; column-fill:auto; width:180px; height:20px;">
<div style="height:1px;"></div>
<div style="columns:2; column-gap:0; column-fill:auto; height:59px;">
<div style="columns:2; column-gap:0; column-fill:auto; width:20px; height:21px; padding-top:57px;">
<div style="height:2px;"></div>
<div style="height:40px; background:hotpink;"></div>
</div>
</div>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment