Skip to content

Commit

Permalink
Part 7 - Adjust test expectations.
Browse files Browse the repository at this point in the history
* `/css/css-align/abspos/stretch-intrinsic-size*`: Some tests still do not pass,
  because it uses `<canvas>` which overrides `nsIFrame::ComputeSize`, skipping
  the invocation of `nsIFrame::ComputeAbsoluteAutoSize`.
* `/css/css-anchor-position/`: Anchor positioning is not yet implemented,
  changes are coincidental.
* `grid-baseline-align-001.html`: Baseline alignment of absolutely-positioned
  grid item should no longer stretch it.

Differential Revision: https://phabricator.services.mozilla.com/D226533

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1920160
gecko-commit: 889105cc0018e8d2aa77407ef90f68adf878933f
gecko-reviewers: jwatt
  • Loading branch information
dshin-moz authored and moz-wptsync-bot committed Nov 7, 2024
1 parent 87880b8 commit a3b53ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/css-grid/alignment/grid-baseline-align-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
.ref3 { top: 24px;
left: 60px; }
.ref4 { right: 0px;
top: 0px;
top: 24px;
bottom: 0px;
width: 10px; }

Expand All @@ -79,7 +79,7 @@
<div>
p
</div>
<div class="stretch">
<div style="height: 10px;">
&nbsp;
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
.ref3 { top: 24px;
left: 60px; }
.ref4 { right: 0px;
top: 0px;
top: 24px;
bottom: 0px;
width: 10px; }
width: 10px;
height: 10px; }

.ref.content > div:not(.stripe) {
border-color: transparent;
Expand Down

0 comments on commit a3b53ac

Please sign in to comment.