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

760744 Коммитов

Автор SHA1 Сообщение Дата
André Bargull 4da3e2df9b Bug 1714933 - Part 6: Remove guards around previous ICU draft APIs. r=tcampbell
`udtitvfmt_formatToResult` and `udtitvfmt_formatCalendarToResult` were both
promoted to stable in ICU 69, so we can remove the `U_HIDE_DRAFT_API` for this
code.

Depends on D116972

Differential Revision: https://phabricator.services.mozilla.com/D116973
2021-06-15 07:54:06 +00:00
André Bargull 724e58d043 Bug 1714933 - Part 5: Bump minimum required ICU version to 69.1. r=tcampbell
Change the system requirement to ICU 69 in order to remove some conditional
code in the next patch.

Depends on D116971

Differential Revision: https://phabricator.services.mozilla.com/D116972
2021-06-15 07:54:05 +00:00
André Bargull 95243d11eb Bug 1714933 - Part 4: Update expected test results. r=tcampbell
Updating to CLDR 39 means a couple of format strings have changed, update the
expected results accordingly.

unicode-bcp47-locale-ids-language-mappings.js:
Replace "no -> nb" mapping with "tl -> fil" mapping, because CLDR 39 removed
the "no -> nb" mapping [1,2]. Use the "tl -> fil" mapping as the replacement,
because it is only present in CLDR, but not in the IANA language data registry.

[1] https://unicode-org.atlassian.net/browse/CLDR-2698
[2] https://unicode-org.atlassian.net/browse/CLDR-14493

Depends on D116969

Differential Revision: https://phabricator.services.mozilla.com/D116971
2021-06-15 07:54:05 +00:00
André Bargull a2901d01b1 Bug 1714933 - Part 3: Update numbering systems, measurement units, language tags, and time zone data. r=tcampbell
Re-run
```
./make_intl_data.py numbering
./make_intl_data.py units
./make_intl_data.py langtags
./make_intl_data.py tzdata
```

to update numbering systems, measurement units, language tags, and time zone data.

Also remove the "US/Pacific-New" link from `otherICULegacyLinks()` because it
is no longer needed. Output from `./make_intl_data.py tzdata` with the link
still present:
```
Info: Link 'US/Pacific-New -> America/Los_Angeles' can be removed from otherICULegacyLinks()
```

Depends on D116968

Differential Revision: https://phabricator.services.mozilla.com/D116969
2021-06-15 07:54:05 +00:00
André Bargull e3d2b6377c Bug 1714933 - Part 2: Update in-tree ICU to release 69.1. r=tcampbell
Update to ICU 69.1 by running "update-icu.sh" with "maint/maint-69" as the target.

Differential Revision: https://phabricator.services.mozilla.com/D116968
2021-06-15 07:53:58 +00:00
André Bargull ffd5b23c02 Bug 1714933 - Part 1: Update ICU patches. r=tcampbell
Generate the WASI patch from bug 1706949 to apply cleanly on ICU 69.

Differential Revision: https://phabricator.services.mozilla.com/D116967
2021-06-15 07:53:57 +00:00
Sebastian Hengst c6d5e82a83 Backed out 4 changesets (bug 1715365) for cpp(non-unified) bustage in FFmpegVideoFramePool.h. CLOSED TREE
Backed out changeset d6f7f2c7a16c (bug 1715365)
Backed out changeset ce4482aedcfc (bug 1715365)
Backed out changeset b98c57e8a5b5 (bug 1715365)
Backed out changeset 9cca273b243a (bug 1715365)
2021-06-15 11:22:05 +02:00
Sebastian Hengst 121016e63e Bug 1716439 - Set selection/textcontrols/selectionchange.tentative.html as passing on Windows opt
Latest synchronization of web-platform-tests with upstream repository had set it
as failing on Windows opt (and intermittent on some other platforms).
2021-06-15 11:19:52 +02:00
Jan-Erik Rediger d0fd4c9cbc Bug 1713398 - Implement the Glean custom distribution. r=chutten
Also includes an upgrade to glean_parser.
Enables GIFFT as well, mapping between Glean's custom distribution and
Firefox Telemetry's linear or exponential histograms directly.

Differential Revision: https://phabricator.services.mozilla.com/D117420
2021-06-15 07:42:15 +00:00
Dragana Damjanovic 700b351b98 Bug 1711738 - When retrying to resolve a host always set the state to TransportSetupState::RETRY_RESOLVING. When a connection fails the status was set to TransportSetupState::RESOLVING which have a bad influence on the state of DnsAndConnectSocket. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D117706
2021-06-15 07:38:16 +00:00
Julian Descottes a128c5a742 Bug 1707588 - [puppeteer] Sync vendored puppeteer to v9.1.1 r=webdriver-reviewers,whimboo
PR to upstream the comment update: https://github.com/puppeteer/puppeteer/pull/7324

Differential Revision: https://phabricator.services.mozilla.com/D117539
2021-06-15 07:35:20 +00:00
Iulian Moraru 952b525e6f Backed out changeset 55a7556ae185 (bug 1715282) for causing base-toolchain bustages and python failures on test_toolchain_configure.py. CLOSED TREE 2021-06-15 10:46:39 +03:00
Jens Stutte fc2b0abf2a Bug 1714573: Ensure profile deletion takes place before the profile is unlocked. r=mossop,dom-storage-reviewers,janv
We want to make our best effort to delete all files we can before we unlock the profile. This includes a retry loop hoping that whoever else locked those files did so intermittently.
And once the profile is unlocked, we want to reduce as much as possible the possibility to interfere with a starting instance on the same profile directory.

Until bug 1716291 lands, we need to get back here to finish the work, but this patch is already supposed to mitigate some of the problems we might see in the wild.

Differential Revision: https://phabricator.services.mozilla.com/D116834
2021-06-15 06:28:04 +00:00
stransky 30825d8880 Bug 1715292 [Wayland] Update popup visibility and hierarchy handling, r=jhorak
- Don't remove popup from widget hierarchy on nsWindow::Destroy() but leave nsWindow::Show(false) do the job.
- Don't check popup widget visibility from Gtk as it's not reliable.

Differential Revision: https://phabricator.services.mozilla.com/D117601
2021-06-15 06:10:21 +00:00
stransky 8af94c89dd Bug 1715365 [Linux] Move DMABuf video frames allocation from FFmpegVideoFramePool to FFmpegDataDecoder, r=alwu
- Replace DMABufSurfaceWrapper array by FFmpegVideoFramePool and create it only when DMABuf/VA-API is used.
- Use FFmpegVideoFramePool to allocate/recycle video frames backed by DMABuf surfaces.
- Enable SW decoding to DMABuf surfaces only when VA-API is enabled to avoid potential breakage (keep recent state).
- Disable VA-API / DMABuf decoding when WebRender is not used.
- Remove DMABufSurfaceWrapper class.

Differential Revision: https://phabricator.services.mozilla.com/D117223
2021-06-15 06:08:48 +00:00
stransky 2d8912ada7 Bug 1715365 [Linux] Implement FFmpegVideoFramePool class to allocate and recycle DMABuf video frames, r=alwu
- Implement abstract class for video frames named VideoFrameSurface
- Implement VideoFrameSurfaceDMABuf class for video frames uploaded to DMABuf memory from SW decoding.
- Implement VideoFrameSurfaceVAAPI class for video frames decoded by VA-API.
- Implement VideoFramePool to create and recycle video frames.

Depends on D117221

Differential Revision: https://phabricator.services.mozilla.com/D117222
2021-06-15 06:08:48 +00:00
stransky 19d30272c9 Bug 1715365 [Linux] Update DMABuf log, r=rmader
- Fix typo in dmabuf log.
- Print error type when dmabuf node can't be opened.

Differential Revision: https://phabricator.services.mozilla.com/D117221
2021-06-15 06:08:48 +00:00
stransky 45203bce39 Bug 1715365 [Linux] Polish FFmpegVideoDecoder VA-API code, r=alwu
- Split VA-API / DMABuf video images decoding to CreateImageDMABuf() and CreateImageVAAPI(). CreateImageVAAPI() is used for VA-API only and CreateImageDMABuf() for images decoded by SW and uploaded to DMABuf.
- Implement FFmpegVideoDecoder::InitHWDecodingPrefs() where VA-API related prefereces are processed.
- Change mDisableHardwareDecoding to mEnableHardwareDecoding for better readability.
- Implement nsDMABufDevice::IsDMABufVideoEnabled() to explicitly configure dmabuf texture setup.
- Remove unused AllocateYUV420PVideoBuffer() prototype.

Differential Revision: https://phabricator.services.mozilla.com/D117220
2021-06-15 06:08:47 +00:00
Alexandru Michis 862514ac0a Bug 1625690 - Disable browser_urlbar_event_telemetry.js on OS X 10.15 for frequent failures. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D117593
2021-06-15 06:06:39 +00:00
Alexandru Michis ace850e7bd Bug 1711507 - Disable browser_remoteTroubleshoot.js on linux asan for frequent failures. r=intermittent-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D117594
2021-06-15 06:03:36 +00:00
Jeff Muizelaar e5c5ce020a Bug 1715282 - Bump minimum Rust version to 1.50. r=glandium
Various people want 1.50 and it's been out for a while so let's require it.

Differential Revision: https://phabricator.services.mozilla.com/D117158
2021-06-15 05:46:02 +00:00
Alexandru Michis e294111bfb Bug 1716439 - Update expectations on android. a=wpt-fix
CLOSED TREE
2021-06-15 10:06:59 +03:00
Marian-Vasile Laza ad6029d91d Backed out changeset 2c4c38e037f0 (bug 1715803) for causing crashtest failures in 1513133.html
CLOSED TREE
2021-06-15 09:06:59 +03:00
Alexis Beingessner d8a751025a Bug 1693832 - Bump the OOM handler version check. r=glandium
Depends on D105812

Differential Revision: https://phabricator.services.mozilla.com/D117730
2021-06-15 05:30:05 +00:00
Alexis Beingessner d647cb3bfa Bug 1693832 - Use a patched version of rustc/cargo for tsan/asan builds. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D105812
2021-06-15 05:30:05 +00:00
Alexis Beingessner caa8f413f4 Bug 1693832 - Tweak repack_rust build config. r=glandium
The docs task takes 20 minutes in our CI, and we don't need it.

This also makes --patch work like --target (cleaner in the yaml)

Differential Revision: https://phabricator.services.mozilla.com/D105811
2021-06-15 05:30:05 +00:00
moz-wptsync-bot 18804b5a81 Bug 1716439 - [wpt-sync] Update web-platform-tests to ca6913e021a3ade77e4b5f0aa5d650abef568843, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: ca6913e021a3ade77e4b5f0aa5d650abef568843
wpt-type: landing
2021-06-15 05:09:21 +00:00
L. David Baron 8d8c0fc0ee Bug 1716056 [wpt PR 29349] - Make DCHECK() about signs of w test the same condition the caller does., a=testonly
Automatic update from web-platform-tests
Make DCHECK() about signs of w test the same condition the caller does.

This changes the DCHECK() that tests that the signs of h1.w() and h2.w()
are different to test exactly the same condition that the callers test.
While it looks equivalent, it's different in the cases where the values
are not finite, which fuzzers have (unfortunately) managed to hit, and
which we should probably eventually address in a better way (given that
it's undefined behavior in C++).

Fixed: 1217813
Change-Id: I5b268dad8a2c2435789b00620ca0bd3cdd7bb919
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2956400
Commit-Queue: David Baron <dbaron@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892200}

--

wpt-commits: ca6913e021a3ade77e4b5f0aa5d650abef568843
wpt-pr: 29349
2021-06-15 05:09:21 +00:00
moz-wptsync-bot 64b94493a8 Bug 1715906 [wpt PR 29336] - Update wpt metadata, a=testonly
wpt-pr: 29336
wpt-type: metadata
2021-06-15 05:09:20 +00:00
Piotr Bialecki f3e523573b Bug 1715906 [wpt PR 29336] - WebXR: fix regression in obtaining pose between targetRay and grip space, a=testonly
Automatic update from web-platform-tests
WebXR: fix regression in obtaining pose between targetRay and grip space

Introduces a change to native origins to be able to distinguish between
input-source-derived grip space origin and target ray space origin.
Since the native origins of those 2 spaces were identical, the change
introduced in https://crrev.com/c/2803481 caused them to be treated as
the same space, thus resulting in returning identity pose from
XRFrame::getPose() method.

Also adds a WPT test that would've caught this regression.

Other minor changes:
- converted if-elseif-else chain into a switch statement

Fixed: 1214497
Change-Id: I66e18b863b2769fce6c8126b5d0ddade99fe9b25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2953960
Commit-Queue: Piotr Bialecki <bialpio@chromium.org>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892183}

--

wpt-commits: bc614ca73eb8b7e73faa61f7878a888530b63ed8
wpt-pr: 29336
2021-06-15 05:09:20 +00:00
moz-wptsync-bot bb84b6ca6c Bug 1716083 [wpt PR 29352] - Update wpt metadata, a=testonly
wpt-pr: 29352
wpt-type: metadata
2021-06-15 05:09:20 +00:00
L. David Baron 68303d970a Bug 1716083 [wpt PR 29352] - [TransformInterop] Make blocks whose DOM parent is an inline follow DOM tree., a=testonly
Automatic update from web-platform-tests
[TransformInterop] Make blocks whose DOM parent is an inline follow DOM tree.

When the TransformInterop feature is enabled, 3D scene extension
(transform-style: preserve-3d) and the perspective property should
follow the DOM tree.  This makes that happen for blocks (or, really, any
non-inlines) whose DOM parent is an inline.

Bug: 1008483
Change-Id: I5bcd6d7087c28639a053b686f90880d94f4c6986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2956891
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892164}

--

wpt-commits: f0b94497ad7b6ee103310f9e493386764e975863
wpt-pr: 29352
2021-06-15 05:09:19 +00:00
moz-wptsync-bot 67edca9d3b Bug 1716325 [wpt PR 29361] - Update wpt metadata, a=testonly
wpt-pr: 29361
wpt-type: metadata
2021-06-15 05:09:19 +00:00
youennf 8bb50035c1 Bug 1716325 [wpt PR 29361] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226968, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226968 (#29361)

--

wpt-commits: 9e22874647ce46e4b2f56526d0b5fd64dc567c86
wpt-pr: 29361
2021-06-15 05:09:18 +00:00
moz-wptsync-bot 3623e665fb Bug 1716323 [wpt PR 29360] - Update wpt metadata, a=testonly
wpt-pr: 29360
wpt-type: metadata
2021-06-15 05:09:18 +00:00
youennf 849e13af4b Bug 1716323 [wpt PR 29360] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226967, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=226967 (#29360)

--

wpt-commits: 5fc98523d958ce913c36bc4d1e176fc34ee0caf5
wpt-pr: 29360
2021-06-15 05:09:17 +00:00
Sergio 4e9850719a Bug 1715964 [wpt PR 29341] - New test for summary element as list item, a=testonly
Automatic update from web-platform-tests
New test for summary element as list item (#29341)

--

wpt-commits: a8e5772a0f1c4d666acc5aee2423c38da7c9a71c
wpt-pr: 29341
2021-06-15 05:09:17 +00:00
Philip Jägenstedt 77365d2669 Bug 1716330 [wpt PR 29362] - Rewrite use of socket.error and socket.timeout errors, a=testonly
Automatic update from web-platform-tests
Rewrite use of socket.error and socket.timeout errors (#29362)

Part of these changes are made by pyupgrade, but it doesn't simplify use
of socket.timeout.

socket.error is now an alias of OSError:
https://docs.python.org/3/library/socket.html#socket.error

socket.timeout is now a subclass of OSError:
https://docs.python.org/3/library/socket.html#socket.timeout
--

wpt-commits: fefb741387e99868e9637113809df0853f6359bb
wpt-pr: 29362
2021-06-15 05:09:16 +00:00
Rune Lillesveen 564242fa33 Bug 1716055 [wpt PR 29348] - Don't do body propagation for non-root html, a=testonly
Automatic update from web-platform-tests
Don't do body propagation for non-root html

Fixes DCHECK failure in StyleResolver::ShouldStopBodyPropagation.

Bug: 1217946
Change-Id: If7a0ace1d5db5627ac5299c6ec84a2daa47ea7ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2956588
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892031}

--

wpt-commits: ca3c7f1380e52ebe91c226f98e4bf89a7285510b
wpt-pr: 29348
2021-06-15 05:09:16 +00:00
François Daoust 70a8c081c0 Bug 1716283 [wpt PR 29358] - Update URL for MathML Core, a=testonly
Automatic update from web-platform-tests
Update URL for MathML Core (#29358)

Spec now developed by Math Working Group. Repository moved to W3C organization
accordingly.
--

wpt-commits: 83e82630d4af4e1c31c03c1cfc3b424d7f805ab4
wpt-pr: 29358
2021-06-15 05:09:15 +00:00
Guido Urdaneta cdf0d1219b Bug 1716267 [wpt PR 29357] - [BreakoutBox] Stop MSTGenerator in test, a=testonly
Automatic update from web-platform-tests
[BreakoutBox] Stop MSTGenerator in test

MediaStreamTrackProcessor-video.https.html was faling on the WebKit Linux Leak bot due to a generator not being closed.

Change-Id: I72d56611ec419fa0d700bd1bf0803ed007d3a46d
Fixed: 1219040
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2960248
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#891990}

--

wpt-commits: e1a723314f3c43edd94758ddba0e5dd715e352f7
wpt-pr: 29357
2021-06-15 05:09:15 +00:00
Philip Jägenstedt 76017ae1db Bug 1711005 [wpt PR 28988] - Run mypy for tools/serve/ (but still allow untyped defs), a=testonly
Automatic update from web-platform-tests
Run mypy for tools/serve/ (but still allow untyped defs)

Part of https://github.com/web-platform-tests/wpt/issues/28833.

--

wpt-commits: 9cbcc977a22a6fe04af23be0876823fb5d5c3d8f
wpt-pr: 28988
2021-06-15 05:09:14 +00:00
wpt-pr-bot 01ba1532ba Bug 1716097 [wpt PR 29353] - Regenerate WPT certificates, a=testonly
Automatic update from web-platform-tests
Automated regeneration of WPT certificates

--

wpt-commits: 68015e23b139f0dbddb62e784e0a4f86cefd82d3
wpt-pr: 29353
2021-06-15 05:09:14 +00:00
Yuki Shiino c2fa2cc8f9 Bug 1715739 [wpt PR 29325] - bind-gen: Enable the new IDL dictionary implementations, a=testonly
Automatic update from web-platform-tests
bind-gen: Enable the new IDL dictionary implementations

Enables the new IDL dictionary implementations.

The APIs are compatible and no major difference, but there are
minor differences between the old and new IDL dictionary
implementations:
1. Exact distinction between "missing" and IDL null.
  (dict->foo() is invalid when !dict->hasFoo().)
2. Use the new IDL unions and the new IDL enumerations as
  member types of the IDL dictionaries.
3. Move support for (Heap)Vector members.

The pinpoint result:
https://pinpoint-dot-chromeperf.appspot.com/job/1484ae38320000

bind-gen: switch

Bug: 839389
Change-Id: I5fddb608d9a43685963410861955bbd63162935b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2928684
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#891914}

--

wpt-commits: 9d65d22e4111c164a4eb753e2994ad74781ffdae
wpt-pr: 29325
2021-06-15 05:09:13 +00:00
moz-wptsync-bot f83688622d Bug 1715943 [wpt PR 29339] - Update wpt metadata, a=testonly
wpt-pr: 29339
wpt-type: metadata
2021-06-15 05:09:13 +00:00
Guido Urdaneta 4635256ef9 Bug 1715943 [wpt PR 29339] - [BreakoutBox] Replace MSTP::is_pending_pull_ with a counter, a=testonly
Automatic update from web-platform-tests
[BreakoutBox] Replace MSTP::is_pending_pull_ with a counter

|is_pending_pull_| was used to make sure that frames were made available
to the stream only if there was a pending pull request.

However, if multiple pull requests are issued and then no more pull
requests arrive, some of the corresponding read requests will remain
unsettled when |is_pending_pull_| becomes false.

This CL fixes this by replacing the boolean |is_pending_pull_| with a
counter.

Bug: 1218120
Change-Id: I0ffc038a73a6cd1d387dc17e9c21f2c62fc50613
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2950171
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#891735}

--

wpt-commits: 54a8d29bb4fee70eb1e34956069ebdfa23906d24
wpt-pr: 29339
2021-06-15 05:09:12 +00:00
Koji Ishii 9287c09b6c Bug 1715931 [wpt PR 29337] - Change |RebuildFragmentTreeSpine| to check |PhysicalFragmentCount|, a=testonly
Automatic update from web-platform-tests
Change |RebuildFragmentTreeSpine| to check |PhysicalFragmentCount|

This patch changes |RebuildFragmentTreeSpine| to check
|PhysicalFragmentCount| instead of |CanUseNewLayout|.

This is consistent with the change for the subtree layout in
r890653 crrev.com/c/2934743, and can handle flow threads
correctly, because flow threads are not |LayoutNGMixin| even
when NG block fragmentation is enabled.

Bug: 965639, 829028
Change-Id: I8c9cdb16e37e67b7a0a9b0665e633d8eb200395d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2952733
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#891728}

--

wpt-commits: e4979f6211d11c2614a70cc5231773f9c6e9be85
wpt-pr: 29337
2021-06-15 05:09:12 +00:00
Sahir Vellani 423cdbc8e6 Bug 1715894 [wpt PR 29335] - Add Fuzzy Matching to transfrom3d-sorting-006.html, a=testonly
Automatic update from web-platform-tests
Add Fuzzy Matching to transfrom3d-sorting-006.html

Test fails due to antialiasing. Fuzzy matching fixes the failure.

Bug: 753080
Change-Id: Ia992de578e44c4be8341ad7623fa31c14f6dbc54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2954539
Reviewed-by: Philip Rogers <pdr@chromium.org>
Reviewed-by: Olga Gerchikov <gerchiko@microsoft.com>
Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#891712}

--

wpt-commits: 47390a2d7a51364a5124abfff92f2dd7a6bd8a6f
wpt-pr: 29335
2021-06-15 05:09:11 +00:00
moz-wptsync-bot 3f8318ef2c Bug 1715668 [wpt PR 29321] - Update wpt metadata, a=testonly
wpt-pr: 29321
wpt-type: metadata
2021-06-15 05:09:11 +00:00
Alison Maher cebd84d512 Bug 1715668 [wpt PR 29321] - Viewport propagation of forced-color-adjust, a=testonly
Automatic update from web-platform-tests
Viewport propagation of forced-color-adjust

Forced-color-adjust propagates from the root to the viewport but not
from the body, per the resolution in the following spec issue:
https://github.com/w3c/csswg-drafts/issues/6307

This CL also moves the call for Document::UpdateForcedColors() earlier
in Document::Initialize() to ensure the state of forced colors mode
is set early enough when determining the background-color of the
viewport in forced colors mode.

Bug: 1212201
Change-Id: Ib8109659083d21e1c29fc8bdae519393cb417688
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2915382
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Alison Maher <almaher@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#891653}

--

wpt-commits: 2577ffbd3fb4a79766cfa03b1ae976fe446f4aa3
wpt-pr: 29321
2021-06-15 05:09:10 +00:00