Граф коммитов

837857 Коммитов

Автор SHA1 Сообщение Дата
moz-wptsync-bot e8d0cd083b Bug 1824399 [wpt PR 39184] - Update wpt metadata, a=testonly
wpt-pr: 39184
wpt-type: metadata
2023-04-12 11:21:39 +00:00
Morten Stenshorne 3dad373439 Bug 1824399 [wpt PR 39184] - Set the right fragmentation type in OOF fragmentainer relayout., a=testonly
Automatic update from web-platform-tests
Set the right fragmentation type in OOF fragmentainer relayout.

When re-laying out a fragmentainer for out-of-flow positioned
descendants, don't assume that it's a column. It might be a page.

The only known problem this caused was named pages, which we simply
ignored (inside OOFs) because we thought we were inside multicol even if
we in fact were paginated.

Also only SetIsInColumnBfc() if we're dealing with columns, for good
measure. This omission probably didn't cause any problems, though, since
NGLayoutInputNode::IsColumnSpanAll() checks
LayoutBox::IsColumnSpanAll(), and that one will only return true if
we're actually inside multicol.

Bug: 1428011
Change-Id: Ic725c2e4a5fdcdc19fae4d91cc7a9b2e3ca58d50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369465
Reviewed-by: Alison Maher <almaher@microsoft.com>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122350}

--

wpt-commits: dae18f9f518a2d07284c8f0ef2107cb934c4ef4b
wpt-pr: 39184
2023-04-12 11:21:39 +00:00
moz-wptsync-bot e907ee93ca Bug 1823768 [wpt PR 39119] - Update wpt metadata, a=testonly
wpt-pr: 39119
wpt-type: metadata
2023-04-12 11:21:38 +00:00
Kevin Ellis eec908a7d4 Bug 1823768 [wpt PR 39119] - Fix formatting of getKeyframes response., a=testonly
Automatic update from web-platform-tests
Fix formatting of getKeyframes response.

* Show specified offsets in getKeyframes
* Report unreachable keyframes (computed offset may be null)
* Handle mix of computed and timeline offsets
* Sort as follows:
  * CSS: percent in ascending order before timeline offsets in
         specified order
  * Programmatic: preserve specified order.

Bug: 1424543
Change-Id: I9d243d15cb37243aa3e7c1b50000c378bea51ae9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341670
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122433}

--

wpt-commits: 3a01cf5b4ea054075a720aaf7ecadff7725c2db9
wpt-pr: 39119
2023-04-12 11:21:38 +00:00
moz-wptsync-bot 35b386d366 Bug 1824219 [wpt PR 39167] - Update wpt metadata, a=testonly
wpt-pr: 39167
wpt-type: metadata
2023-04-12 11:21:37 +00:00
Kevin Ellis 3cd7434c29 Bug 1824219 [wpt PR 39167] - Ignore CSS property animation-range-* after setting via web-animation API, a=testonly
Automatic update from web-platform-tests
Ignore CSS property animation-range-* after setting via web-animation API

Bug: 1424538
Change-Id: I47f11a5211a1938df792313c6d4c1435e7e64d63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4365741
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122396}

--

wpt-commits: 756212ae27ae9e9af020b14306018e78da49076e
wpt-pr: 39167
2023-04-12 11:21:36 +00:00
moz-wptsync-bot 51c3110f44 Bug 1824733 [wpt PR 39213] - Update wpt metadata, a=testonly
wpt-pr: 39213
wpt-type: metadata
2023-04-12 11:21:36 +00:00
Takashi Toyoshima 88006040f7 Bug 1824733 [wpt PR 39213] - Content Security Policy: Apply strict-dynamic for ScriptSpeculationRules, a=testonly
Automatic update from web-platform-tests
Content Security Policy: Apply strict-dynamic for ScriptSpeculationRules

ContentSecurityPolicy::InlineType::kScriptSpeculationRules was
introduced to differentiate speculationrules from other scripts.
But, strict-dynamic supporting code doesn't recognize the type
correctly.

The spec change was discussed here.
https://github.com/WICG/nav-speculation/pull/245

CSP spec diffs for the speculationrules is published here.
https://wicg.github.io/nav-speculation/speculation-rules.html#content-security-policy

Bug: 1427005
Change-Id: I24830c34fd191f2e2d2aae901a07b0a1322afa60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4368394
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122391}

--

wpt-commits: 1153ae17d16b3ff5757943045b70418c8007da82
wpt-pr: 39213
2023-04-12 11:21:35 +00:00
Chris Fredrickson 64be7c37b5 Bug 1824749 [wpt PR 39214] - Revert "Deflake permission observation WPT by ignoring the event target", a=testonly
Automatic update from web-platform-tests
Revert "Deflake permission observation WPT by ignoring the event target"

This reverts commit 90d9a1b12b4fafec7c3c843b231fd4ed24afe88a.

Reason for revert: flakiness dashboard indicates this test is still flaky even with this change, so this CL was not successful.

Original change's description:
> Deflake permission observation WPT by ignoring the event target
>
> This just hides the underlying problem, that the event is being fired
> at the wrong target sometimes (if my hypothesis is correct, anyway).
> But it will fix the flake, so we don't have to disable this test or
> ignore its status.
>
> Bug: 1427214
> Change-Id: Ic97acb53d95077264e34253adc25a125b3ce1685
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4368364
> Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
> Auto-Submit: Chris Fredrickson <cfredric@chromium.org>
> Reviewed-by: Johann Hofmann <johannhof@chromium.org>
> Commit-Queue: Johann Hofmann <johannhof@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1121755}

Bug: 1427214
Change-Id: Ia45f4ebf5c12c539303f816004f9a265ecb0b4d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4374078
Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1122390}

--

wpt-commits: afd629a8bdb2212d1d8018e062fb6c1759d48658
wpt-pr: 39214
2023-04-12 11:21:35 +00:00
moz-wptsync-bot 1c27bf6cd7 Bug 1824751 [wpt PR 39215] - Update wpt metadata, a=testonly
wpt-pr: 39215
wpt-type: metadata
2023-04-12 11:21:34 +00:00
Matt Menke a35b63e5dd Bug 1824751 [wpt PR 39215] - [FLEDGE] Add "use strict" to FLEDGE WPT tests' JS scripts., a=testonly
Automatic update from web-platform-tests
[FLEDGE] Add "use strict" to FLEDGE WPT tests' JS scripts.

The tests are already written in a strict manner, so this just requires
adding the "use strict" directive.

This does not add the directive to bidding or scoring scripts, just to
renderer scripts. Since bidding and scoring scripts use generated JS,
unclear if it's worth using the directive on them, though all generated
scripts currently don't actually declare any variables, so should be
fine with it.

Bug: 1425952
Change-Id: Ie4e0cf3930ed2e95936ef64c96cc6626c258a992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4368335
Reviewed-by: Maks Orlovich <morlovich@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122386}

--

wpt-commits: a99d6a9854b7cf16903e860df49db93520de4e4e
wpt-pr: 39215
2023-04-12 11:21:33 +00:00
Delan Azabani d7f5bc1a90 Bug 1824672 [wpt PR 39211] - [html] Interactions between indexed and named access on the Window object, a=testonly
Automatic update from web-platform-tests
HTML: interactions between indexed and named access on the Window object

--

wpt-commits: a10581823a5de55d896b60ddc60249e7f0e86ff4
wpt-pr: 39211
2023-04-12 11:21:33 +00:00
moz-wptsync-bot 83ba109b3d Bug 1824120 [wpt PR 39162] - Update wpt metadata, a=testonly
wpt-pr: 39162
wpt-type: metadata
2023-04-12 11:21:32 +00:00
Anders Hartvoll Ruud ec7982a313 Bug 1824120 [wpt PR 39162] - [scroll-animations] Reset animation-range-* in animation shorthand, a=testonly
Automatic update from web-platform-tests
[scroll-animations] Reset animation-range-* in animation shorthand

Fixed: 1408680
Change-Id: Ib2c076be38f1ef7d6396f3f5a339c45ae1bc9149
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363802
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122309}

--

wpt-commits: d2a103e01ea2a2a0b7b4a7678789038f6ee37270
wpt-pr: 39162
2023-04-12 11:21:32 +00:00
Noam Rosenthal 41df3bb5ef Bug 1824595 [wpt PR 39207] - LoAF: Deflake script tests, a=testonly
Automatic update from web-platform-tests
LoAF: Deflake script tests

1. When encountering the wrong script name, retry
   instead of failing the test.

2. Use token-generated names for module tests to avoid
   caching

Bug: 1422630
Change-Id: I0e73af31caf15ecff42e49d01943f871ead5f1bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370266
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122282}

--

wpt-commits: b6b3c22a25b94003c8e55dd60f9861d172c043c2
wpt-pr: 39207
2023-04-12 11:21:31 +00:00
Noam Rosenthal b58116fd3f Bug 1824598 [wpt PR 39208] - LoAF flaky test: account for occasional UI event, a=testonly
Automatic update from web-platform-tests
LoAF flaky test: account for occasional UI event

Instead of checking that the first ui event is 0, test that it's
not equal to the img load event timestamp.

Bug: 1424506
Change-Id: Ia766b4864fa98b3ea7182c2e6a4aa6d3057d5931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370491
Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122250}

--

wpt-commits: 6a8cbe724884a096974803e1235fb3e737c38578
wpt-pr: 39208
2023-04-12 11:21:30 +00:00
moz-wptsync-bot 7e43153bd8 Bug 1822973 [wpt PR 39048] - Update wpt metadata, a=testonly
wpt-pr: 39048
wpt-type: metadata
2023-04-12 11:21:30 +00:00
BruceDai 9146cef820 Bug 1822973 [wpt PR 39048] - [webnn] Add float32 tests for WebNN prelu op, a=testonly
Automatic update from web-platform-tests
[webnn] Add float32 tests for WebNN prelu op. (#39048)

--

wpt-commits: 2820980df4af02571cc1c0f71bcdacd569d21830
wpt-pr: 39048
2023-04-12 11:21:29 +00:00
Chris Dumez 2d79795d09 Bug 1824559 [wpt PR 39206] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=254454, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=254454 (#39206)

--

wpt-commits: 56647128b3da38a5a5456c5e9ec85fd1adf277f6
wpt-pr: 39206
2023-04-12 11:21:29 +00:00
Yoav Weiss 366a4e4651 Bug 1824311 [wpt PR 39175] - [SoftNavigations] Fix up ViewTransition test, a=testonly
Automatic update from web-platform-tests
[SoftNavigations] Fix up ViewTransition test

Bug: 1405448
Change-Id: I034ca223da8a55be0230195e648e48c32341878a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369840
Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: Khushal Sagar <khushalsagar@chromium.org>
Reviewed-by: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122098}

--

wpt-commits: d2b96f37c0ce12bfda62e1c1a313a9490c6e0dff
wpt-pr: 39175
2023-04-12 11:21:28 +00:00
dependabot[bot] dd14cc9a94 Bug 1824485 [wpt PR 39197] - Bump selenium from 4.8.2 to 4.8.3 in /tools, a=testonly
Automatic update from web-platform-tests
Bump selenium from 4.8.2 to 4.8.3 in /tools

Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
--

wpt-commits: 24478db63897e370f222ffdaa5424dcd737cda78
wpt-pr: 39197
2023-04-12 11:21:27 +00:00
moz-wptsync-bot b6d0b1379b Bug 1824476 [wpt PR 39195] - Update wpt metadata, a=testonly
wpt-pr: 39195
wpt-type: metadata
2023-04-12 11:21:27 +00:00
Joey Arhar b515e63f05 Bug 1824476 [wpt PR 39195] - Make selectmenu user-select:none, a=testonly
Automatic update from web-platform-tests
Make selectmenu user-select:none

This was discussed here: https://github.com/openui/open-ui/issues/687

Bug: 1121840
Change-Id: I98d743b55e070968ff9cb08b8b0f07c0771f4f3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370763
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122041}

--

wpt-commits: 35b6da1ca5e16aa0e0143d26560ad760e568df4d
wpt-pr: 39195
2023-04-12 11:21:26 +00:00
moz-wptsync-bot 1c315a2be5 Bug 1824486 [wpt PR 39198] - Update wpt metadata, a=testonly
wpt-pr: 39198
wpt-type: metadata
2023-04-12 11:21:26 +00:00
Mason Freed f6bfebd71c Bug 1824486 [wpt PR 39198] - Fix attr-associated element reflection for disconnected nodes, a=testonly
Automatic update from web-platform-tests
Fix attr-associated element reflection for disconnected nodes

Nothing in the spec [1] says that attr-associated elements should
not be functional when disconnected from the document. The prior
code would always return null for these references, however. This
fixes the code and adds a test.

[1] https://html.spec.whatwg.org/#attr-associated-element

Fixed: 1427374
Change-Id: I9897cd33310bd13e7acb4a1a122b3614e99edba7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4371122
Commit-Queue: Mason Freed <masonf@chromium.org>
Reviewed-by: Di Zhang <dizhangg@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Di Zhang <dizhangg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1122020}

--

wpt-commits: 2703c75d5e889bb7c6a918de44841bf9de8d63a7
wpt-pr: 39198
2023-04-12 11:21:25 +00:00
L. David Baron f2cc75445d Bug 1822324 [wpt PR 38989] - Improve interaction of pointer-events with scroll gesture hit testing, scrollability decisions, and overlay scrollbars, a=testonly
Automatic update from web-platform-tests
Improve interaction of pointer-events with scroll gesture hit testing, scrollability decisions, and overlay scrollbars

* First, this change stops considering pointer-events when deciding
  whether a paint layer is scrollable.  This avoids pointer-events
  having strange effects on decisions about whether to show overlay
  scrollbars.  These strange effects include the backdrop of a <dialog>
  causing the things behind it to become inert (and thus have
  pointer-events: none) and cause overlay scrollbars to spontaneously
  appear.

  This is done by changing a test of
  ComputedStyle::VisibleToHitTesting() to test only
  ComputedStyle::Visibility(), which is one of the two parts of
  VisibleToHitTesting().  This test dates back to
  9de09a320e%5E%21/
  and I don't think the pointer-events part of the test makes sense.
  (I'm somewhat suspicious of the visibility part of the test as well,
  although the authors of the tests at
  web_tests/fast/scrolling/scrollable-area-{frame{,-scrolling-no}-visibility-hidden-child,overflow-auto-visibility-hidden{,-in-parent}}.html
  believed in that part at least enough to write 4 tests for it.)  It
  doesn't seem to me that pointer-events (or, really, visibility) should
  affect the result of ScrollsOverflow since it doesn't affect whether
  something can be scrolled programmatically (or, for pointer-events,
  via the keyboard).

  Additionally, this CL then undoes the effect that the above change
  would have on decisions about implicit promotion to the root scroller.

  On Mac (but not Linux), the two added tests show the bug without this
  change, when run in virtual/overlay-scrollbar/, but are fixed by this
  change.

* Second, in order to both fix regressions from the above change and
  fix existing bugs that exist prior to it, this change changes how
  gesture scrolls are targeted when some but not all elements have
  pointer-events: none, so that gesture scrolls are reliably hit tested
  based on the pointer-events values of the elements involved.  In
  particular, it forces a scrollable region that is not visible to hit
  testing to use the main thread hit testing codepath (since it may have
  arbitrary descendants, scrollable or not, that are visible to hit
  testing).  It also adjusts the hit testing of scrollbars themselves to
  match.

  This is needed to avoid regressing
  external/wpt/pointerevents/pointerevent_hit_test_scroll.html on Mac
  only, and to avoid
  pointerevent_hit_test_scroll_visible_descendant.html starting to fail
  again (after being fixed by the first part) on Linux and Windows.  (I
  don't fully understand why the regression in
  pointerevent_hit_test_scroll.html is Mac-only, but I know that on
  Linux, UpdateNonFastScrollableRegion fails to bail out early in some
  cases where on Mac it does bail out early because layer.element_id()
  == scroll_element_id; in these cases, on Linux, layer.element_id() is
  0 while scroll_element_id is not zero.)

* Third, this change also makes virtual/overlay-scrollbar/ and
  virtual/non-overlay-scrollbar/ never expire, because they test
  something that varies based on OS and settings rather than a feature
  being rolled out (e.g., virtual/overlay-scrollbar/ matches the default
  behavior on a Mac, whereas running outside that virtual suite does
  not), and renames the README.txt to README.md to satisfy
  https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/tools/blinkpy/web_tests/lint_test_expectations.py;l=345-348;drc=fdd1781f121a555a8f4b771b970147e1a7ec4876

Fixed: 1414142
Change-Id: Ic26cfb933948bca55e4042ed360ed07692d14a0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4237636
Commit-Queue: David Baron <dbaron@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121965}

--

wpt-commits: 0b8c8ceda78d3134ada3da1fc3d203988b962ee8
wpt-pr: 38989
2023-04-12 11:21:25 +00:00
Dave Tapuska 52cea05efb Bug 1824448 [wpt PR 39191] - Attempt to deflake test by forcing an explicit done., a=testonly
Automatic update from web-platform-tests
Attempt to deflake test by forcing an explicit done.

The test expectation is flaky because the error isn't be reported always.
Ensure that the unhandledrejection actually runs before the test
completes.

Bug: 1427571
Change-Id: Ie11a3d2347cdd755cd9fd620a02f5479c0ec6312
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369500
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Scott Haseley <shaseley@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121904}

--

wpt-commits: 52138ad6a21cc6be6d111c1a3258320d548ec832
wpt-pr: 39191
2023-04-12 11:21:24 +00:00
Joey Arhar a760f9e629 Bug 1823843 [wpt PR 39135] - Fix selectmenu's button for writing-mode, a=testonly
Automatic update from web-platform-tests
Fix selectmenu's button for writing-mode

Before this patch, the selectmenu's button would not rotate when
writing-mode is asking it to, but based on the mockups from this issue
we should be rotating the button:
https://github.com/openui/open-ui/issues/600

Fixed: 1426702
Bug: 1427573
Change-Id: Ib2b4884efa518d2a445638f99d87be66e87138f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359392
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121829}

--

wpt-commits: c5c18c817d0f8e816b81b731f41efcc218a4ff8a
wpt-pr: 39135
2023-04-12 11:21:23 +00:00
moz-wptsync-bot 4a2c1944a7 Bug 1824381 [wpt PR 39181] - Update wpt metadata, a=testonly
wpt-pr: 39181
wpt-type: metadata
2023-04-12 11:21:23 +00:00
Philipp Hancke 80a22de8bc Bug 1824381 [wpt PR 39181] - WebRTC WPT: Test that the answer negotiates a subset of RTP header extensions, a=testonly
Automatic update from web-platform-tests
WebRTC WPT: Test that the answer negotiates a subset of RTP header extensions

as defined in JSEP
  https://www.rfc-editor.org/rfc/rfc8829.html#section-5.3.1:

  For each supported RTP header extension that is present in the offer,
  [add] an "a=extmap" line

BUG=None

Change-Id: Ic9e2195a8a6aa011c8938f8a5ef0d74055d36cc8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369845
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1121783}

--

wpt-commits: 10c4049e41aec3e9945381e64aa8ab638eb00a6f
wpt-pr: 39181
2023-04-12 11:21:22 +00:00
Chris Fredrickson 2d31f294f2 Bug 1824415 [wpt PR 39190] - Deflake permission observation WPT by ignoring the event target, a=testonly
Automatic update from web-platform-tests
Deflake permission observation WPT by ignoring the event target

This just hides the underlying problem, that the event is being fired
at the wrong target sometimes (if my hypothesis is correct, anyway).
But it will fix the flake, so we don't have to disable this test or
ignore its status.

Bug: 1427214
Change-Id: Ic97acb53d95077264e34253adc25a125b3ce1685
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4368364
Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
Auto-Submit: Chris Fredrickson <cfredric@chromium.org>
Reviewed-by: Johann Hofmann <johannhof@chromium.org>
Commit-Queue: Johann Hofmann <johannhof@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121755}

--

wpt-commits: 9a351c2a10bebd22e29dd5c47544c91fe02b0ecb
wpt-pr: 39190
2023-04-12 11:21:21 +00:00
Antoine Quint 93adddb24b Bug 1824392 [wpt PR 39183] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=254401, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=254401 (#39183)

--

wpt-commits: cb2b2f3bc52dd7c61057cead5bc42f1f72d6828e
wpt-pr: 39183
2023-04-12 11:21:21 +00:00
moz-wptsync-bot b70d61889b Bug 1824302 [wpt PR 39174] - Update wpt metadata, a=testonly
wpt-pr: 39174
wpt-type: metadata
2023-04-12 11:21:20 +00:00
Romain Menke 6072a8b02e Bug 1824302 [wpt PR 39174] - [css-color-4] fix incorrect copy/paste from #39137, a=testonly
Automatic update from web-platform-tests
[css-color-4] fix incorrect copy/paste from https://github.com/web-platform-tests/wpt/pull/39137 (#39174)

--

wpt-commits: 7c9c76e4eedebd3448e69ccc6becd80f49abd86d
wpt-pr: 39174
2023-04-12 11:21:20 +00:00
moz-wptsync-bot 856b657672 Bug 1824366 [wpt PR 39180] - Update wpt metadata, a=testonly
wpt-pr: 39180
wpt-type: metadata
2023-04-12 11:21:19 +00:00
Anders Hartvoll Ruud c469be6727 Bug 1824366 [wpt PR 39180] - [scroll-animations] Make initial value of animation-range-* normal, a=testonly
Automatic update from web-platform-tests
[scroll-animations] Make initial value of animation-range-* normal

Fixed: 1406981
Change-Id: I69d91f9858e2f9c96a8391617ff397060a2190f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4364080
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121678}

--

wpt-commits: 926fe4179fb2cce537f554eb44f5cfcdf0453069
wpt-pr: 39180
2023-04-12 11:21:18 +00:00
David Awogbemila 56a6b41824 Bug 1824364 [wpt PR 39178] - Set longer timeouts for scrollend promises, a=testonly
Automatic update from web-platform-tests
Set longer timeouts for scrollend promises

The flakiness in these tests might be due to not having a long enough
timeout waiting for scrollend.
We can set a longer timeout and enable the disabled test to see if it
addresses the flakiness

Bug: 1419058, 1401318
Change-Id: Ic6e0562628fde07d6cc95ba3ef1563bb0774ca25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370339
Commit-Queue: David Awogbemila <awogbemila@chromium.org>
Reviewed-by: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121670}

--

wpt-commits: 12ccfd78a755789ab84cdc556b5381a687c74442
wpt-pr: 39178
2023-04-12 11:21:18 +00:00
moz-wptsync-bot 836d04f04b Bug 1824248 [wpt PR 39171] - Update wpt metadata, a=testonly
wpt-pr: 39171
wpt-type: metadata
2023-04-12 11:21:17 +00:00
Matt Reichhoff 0f0d0a3a6a Bug 1824248 [wpt PR 39171] - Minor update of site vs origin comments/names, a=testonly
Automatic update from web-platform-tests
Minor update of site vs origin comments/names

Change-Id: I698941c621ca70c923589daf8e543672161fe6e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4365207
Auto-Submit: Matt Reichhoff <mreichhoff@chromium.org>
Commit-Queue: Matt Reichhoff <mreichhoff@chromium.org>
Reviewed-by: Shuran Huang <shuuran@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121648}

--

wpt-commits: a544f9a82958c0db5ffcd4a8e476f137a3fda119
wpt-pr: 39171
2023-04-12 11:21:17 +00:00
moz-wptsync-bot 19188ea2ee Bug 1824101 [wpt PR 39159] - Update wpt metadata, a=testonly
wpt-pr: 39159
wpt-type: metadata
2023-04-12 11:21:16 +00:00
Anders Hartvoll Ruud 9adcf9180d Bug 1824101 [wpt PR 39159] - [scroll-animations] Make <length-percentage> optional in animation-range, a=testonly
Automatic update from web-platform-tests
[scroll-animations] Make <length-percentage> optional in animation-range

This CL makes the <length-percentage> part of animation-range-*
properties optional, i.e. the following is now allowed:

  animation-range-start: cover; // cover 0%
  animation-range-end: cover; // cover 100%

Additionally, the shorthand gains a new form in which the end
part can be inferred from the start part:

  animation-range: cover 42%; // cover 42% cover 100%

The old special form of the shorthand (only a single range name)
is still valid, since <length-percentage> is now optional in general:

  animation-range: cover; // cover 0% cover 100%

This CL adjusts existing tests as needed, but also adds new tests.
In particular, we were missing tests for "auto auto" contraction,
as well as tests for the computed value of the animation-range
shorthand.

Fixed: 1426501
Change-Id: I6a5e6a8818ab29a5a3653454c6d97c7bf47bb583
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363018
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121635}

--

wpt-commits: 508476a64944697ad6dc75bc98988e002a8a76e4
wpt-pr: 39159
2023-04-12 11:21:16 +00:00
Anne van Kesteren 81ab33df3a Bug 1824351 [wpt PR 39177] - URL: constructor only takes strings, a=testonly
Automatic update from web-platform-tests
URL: constructor only takes strings

--

wpt-commits: 25ba474c8ae377cb0dccabf591f7e73e13bd159f
wpt-pr: 39177
2023-04-12 11:21:15 +00:00
moz-wptsync-bot 8a67991263 Bug 1824028 [wpt PR 39149] - Update wpt metadata, a=testonly
wpt-pr: 39149
wpt-type: metadata
2023-04-12 11:21:14 +00:00
Thiago Perrotta f2b9111062 Bug 1824028 [wpt PR 39149] - fix typo: px -> cm in cm_to_px argument, a=testonly
Automatic update from web-platform-tests
fix typo: px -> cm in cm_to_px argument

--

wpt-commits: 8f8bdf33155b6770a453b79af1bcfcdf96d47deb
wpt-pr: 39149
2023-04-12 11:21:14 +00:00
Frédéric Wang 89d3434a00 Bug 1824107 [wpt PR 39161] - [mathml] Improve parsing of negative dimensions for mspace/mpadded, a=testonly
Automatic update from web-platform-tests
[mathml] Improve parsing of negative dimensions for mspace/mpadded

A CSSPrimitiveValue::ValueRange parameter is added to the
ParseMathLength/AddMathLengthToComputedStyle functions and is used to
prevent negative values for some attributes of the mspace/mpadded at
parsing time. This fixes some assertion failures during layout.

Bug: 1421195
Change-Id: Ia6e8ecdbb1554e5e255a95c503cf9ed5d096916f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362438
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Frédéric Wang <fwang@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1121571}

--

wpt-commits: 83b3c1a529564cbd6ebc63bd219c95e7ea1742f8
wpt-pr: 39161
2023-04-12 11:21:13 +00:00
moz-wptsync-bot 5311ac7165 Bug 1824132 [wpt PR 39163] - Update wpt metadata, a=testonly
wpt-pr: 39163
wpt-type: metadata
2023-04-12 11:21:12 +00:00
zcorpan 8bc4847988 Bug 1824132 [wpt PR 39163] - Add rendering tests for the <search> element, a=testonly
Automatic update from web-platform-tests
Add rendering tests for the <search> element

See https://github.com/whatwg/html/pull/7320

--

wpt-commits: c49cf0a72fd7278b6f6da0fd19ed37a3d9262bec
wpt-pr: 39163
2023-04-12 11:21:12 +00:00
Traian Captan 53d4d9bbe0 Bug 1821883 [wpt PR 38947] - Add calc() resolution parsing support, a=testonly
Automatic update from web-platform-tests
Add calc() resolution parsing support

R=xiaochengh, futhark, pdr

Bug: 983613
Change-Id: I53be579cca601cddbd87981cebe08a62b914b79c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4330619
Commit-Queue: Traian Captan <tcaptan@chromium.org>
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121484}

--

wpt-commits: dc23a29ef252ea39af1aa09e0b8e0b1d80e61b19
wpt-pr: 38947
2023-04-12 11:21:11 +00:00
Traian Captan b29ae9542e Bug 1824256 [wpt PR 39172] - Add CSSMathExpressionNumericLiteral canonical units eager simplification, a=testonly
Automatic update from web-platform-tests
Add CSSMathExpressionNumericLiteral canonical units eager simplification

Spec def:
"If root is a dimension that is not expressed in its canonical unit, and
there is enough information available to convert it to the canonical
unit, do so, and return the value."
https://w3c.github.io/csswg-drafts/css-values/#calc-simplification

However, Numbers should not be eagerly simplified at this time since
that would result in converting Integers to Doubles (kNumber, canonical
unit for Numbers).

R=xiaochengh

Bug: 1050968
Change-Id: I79adfbd516be640be51b86e1b33a2693c3b51ed9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4367363
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Traian Captan <tcaptan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121473}

--

wpt-commits: 1a3bfb1f60e9ec2d237d09c386e27fd124c66236
wpt-pr: 39172
2023-04-12 11:21:11 +00:00
Joey Arhar 3f5b7fb934 Bug 1824055 [wpt PR 39154] - CSSTransitionDiscrete: Fix CounterRulesEqual, a=testonly
Automatic update from web-platform-tests
CSSTransitionDiscrete: Fix CounterRulesEqual

Instead of returning the value of base::ranges::equal, the initial
implementation I merged of CounterRulesEqual was throwing away the
return value and unconditionally returning true.

Bug: 1399631, 1413556
Change-Id: I2df45579ddf02056ff48763772d55be7885460fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363281
Auto-Submit: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121451}

--

wpt-commits: 94fb2031f52efaccd25e5d63ae14874ca7a48798
wpt-pr: 39154
2023-04-12 11:21:10 +00:00