There's no reason this shouldn't work per the grid spec.
We also remove some outdated condition on the meaning of
align/justify-self: normal on grid items without aspect ratio. This
matches the behavior of other browsers, and the spec as far as I can
tell.
https://drafts.csswg.org/css-grid/#grid-item-sizing no longer mentions
'stretch' from the definition of 'normal'.
Differential Revision: https://phabricator.services.mozilla.com/D85435
After landing bug 1638963, geckoview-junit is Python 3 compatible. But
moznetwork isn't still compatible with Python 3 although bug 1428711 is fixed.
According to https://docs.python.org/3/library/array.html,
- `names = array.array('B', '\0' * bytes)` isn't compatible with Python 3.
- `names.tostring()` returns byte array on Python 3 and this is deprecated.
Differential Revision: https://phabricator.services.mozilla.com/D85526
6.5 A ServiceMode RR is considered "compatible" with a client if the
client implements support for all its mandatory keys. If the SVCB
RRSet contains no compatible RRs, the client will generally act as if
the RRSet is empty.
Differential Revision: https://phabricator.services.mozilla.com/D85838
This is the first of what will likely be a couple patches for
cross-fade's implementation. Bug 546052 tracks it's complete
implementation.
Differential Revision: https://phabricator.services.mozilla.com/D81889
Automatic update from web-platform-tests
Python 3: Use string type due to call of json_handler at stash-take.py (#24796)
--
wpt-commits: dbb007b68e15579d2240ef69f460e287416c06d6
wpt-pr: 24796
Automatic update from web-platform-tests
[lint] Clarify the help message for --ignore-glob (#24798)
Clarify that these are not UNIX globs (but patterns for fnmatch), and will be
matched against full paths.
--
wpt-commits: eeec543d1f1559fd28894d3ea60b6b156f0444ee
wpt-pr: 24798
Automatic update from web-platform-tests
[FlexNG] Fix great-grandchild relative-position offsets.
In order to determine the correct size to resolve %-based relative
top offsets against we need to determine if the available-size given
to a flex-item is definite.
Previously this worked as there was a bit on the LayoutBox which
captured this information. This patch for NG flex-items allows for
looking at the previous constraint space while outside of layout.
Bug: 1108508
Change-Id: I3104b7afd4d96b707a8110eb2ed5d59d17129580
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327838
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793028}
--
wpt-commits: fd5a851b2e6bd60ff49060f1b42197c976273728
wpt-pr: 24805
Automatic update from web-platform-tests
[FlexNG] Flex items can't be relayout roots, even with `contain`
When a flex item is a relayout root, it gets neither the flexed nor
stretched dimensions from the parent flexbox. Though this problem seems
to manifest only when the flex item is a legacy layout node.
This change causes a 5% regression in the change-text-css-contain perf
test, even though it doesn't use flex, probably just because we test for
flex-item before deciding that a node with `contain: layout size` can be
a layout root.
Bug: 1108675
Change-Id: Iec0d35557ebfbf3136bd66fe986ba2456e0d92ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322074
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792833}
--
wpt-commits: 3b29525440ec57478a885a7d34f7475a4eb38854
wpt-pr: 24786
Automatic update from web-platform-tests
webrtc wpt: fix split.https.html firefox compatibility
The test does not work as intended in Firefox as described in
https://bugzilla.mozilla.org/show_bug.cgi?id=1643050
since Firefox does not use the same fingerprint/certificate for different
peerconnections on the same page and puts the fingerprint into the SDP sessionpart.
With the change the test connects and gets video on the other end but still
fails in Firefox since it relies on connectionState which is not implemented.
BUG=None
Change-Id: Id6529bcb32f37e657d6f79c8d94a4b69c4d15db3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303391
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#792646}
--
wpt-commits: 21d0ad202f409a6e955ae3d000490db943bfaff3
wpt-pr: 24645
Automatic update from web-platform-tests
Added 9 new active-selection-* tests and their references (#24788)
--
wpt-commits: 9a60de15eda095faa363e76eec7cdc04fac36704
wpt-pr: 24788