Skip to content

Commit

Permalink
Bug 1875231 [wpt PR 44064] - [inset-area] Use 'stretch' for justify-s…
Browse files Browse the repository at this point in the history
…elf / align-self in tests, a=testonly

Automatic update from web-platform-tests
[inset-area] Use 'stretch' for justify-self / align-self in tests

The current tests did not expect the proposed 'normal' alignment
behavior. Adjust the tests to be alignment-agnostic so that they will
still pass with alignment-behavior changed. Alignments different from
'normal' and 'stretch' uses fit-content sizing.

Bug: 1477314
Change-Id: Id4076a9fa535581dd356d48b37fdb0227f6ab850
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5210270
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1248651}

--

wpt-commits: f83b7a6daf7971ec410f22c6f3c08da6495f2126
wpt-pr: 44064
  • Loading branch information
lilles authored and moz-wptsync-bot committed Jan 20, 2024
1 parent 7077ef2 commit 4676bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
}
.anchored {
position: absolute;
align-self: stretch;
justify-self: stretch;
anchor-default: --anchor;
background-color: blue;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
}
#anchored {
position: absolute;
align-self: stretch;
justify-self: stretch;
anchor-default: --anchor;
}
#anchor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
}
#anchored {
position: absolute;
align-self: stretch;
justify-self: stretch;
anchor-default: --anchor;
}
#anchor {
Expand Down

0 comments on commit 4676bec

Please sign in to comment.