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

719521 Коммитов

Автор SHA1 Сообщение Дата
Pâris MEULEMAN 85561716cf Bug 1652971 [wpt PR 24604] - [COOP] Fix typo in test name, a=testonly
Automatic update from web-platform-tests
[COOP] Fix typo in test name

Change-Id: I5a250161dc050319fddbb0b9a86821796c37ef96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290860
Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org>
Reviewed-by: Arthur Hemery <ahemery@chromium.org>
Commit-Queue: Arthur Hemery <ahemery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788619}

--

wpt-commits: 9f03007321a6ff681a2b80b7c25bdf8c33087aef
wpt-pr: 24604
2020-07-24 09:10:23 +00:00
Marijn Kruisselbrink 30dd4d6961 Bug 1653150 [wpt PR 24621] - Make sure all methods have a correct name., a=testonly
Automatic update from web-platform-tests
Make sure all methods have a correct name.

Adds an assertion to idlharness to check the name attribute of
methods, and fixes the bindings code to make sure we actually set the
name correctly.

Bug: 1106097, 1097814
Change-Id: I73dea7b96a94a9b2925c23156e6ef8146291cbc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300824
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789135}

--

wpt-commits: 0416c1f1ba812f28cf227830a692fd1c68b6e072
wpt-pr: 24621
2020-07-24 09:10:22 +00:00
Roger McFarlane 0961dc4169 Bug 1654511 [wpt PR 24606] - [Sheriff] Revert "Deflake preservesPitch tests", a=testonly
Automatic update from web-platform-tests
[Sheriff] Revert "Deflake preservesPitch tests"

This reverts commit 7b6c4007896853f91f32bd69b2c770f0210c66e5.

Reason for revert:

Post this change, preservesPitch seems to consistently fail.

https://ci.chromium.org/p/chromium/builders/ci/Mac10.14%20Tests

Original change's description:
> Deflake preservesPitch tests
>
> This CL changes preservesPitch tests to wait until the audioElement's
> currentTime is at least 0.5 seconds before trying to detect the pitch.
> Without this check, the test can try to detect the pitch before the
> audio has played enough, which can return a dominant frequency of 0Hz
> and fail the test.
>
> The CL also makes a few stylistic changes, and fixes an off-by-one error
> in the number of increments used to calculate frequencies.
>
> Bug: 1096238
> Change-Id: I6e98e172862a47bea1c4026737138293914f7906
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298281
> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org>
> Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
> Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#788535}

TBR=tguilbert@chromium.org,foolip@chromium.org

Change-Id: I0042f73ca9c5de7d82be1200794c45b46a003f9b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1096238
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299183
Reviewed-by: Roger McFarlane <rogerm@chromium.org>
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788626}

--
Reland preservesPitch test deflake, fix timeouts

This CL relands "Deflake preservesPitch tests", which was reverted by:
commit f19f3404371bba3cac38bf1bcf672ef5f3e96558.

It also attempts to incorporate some of the WPT changes made upstream,
but not yet landed, in:
https://github.com/web-platform-tests/wpt/pull/24599

Specifically, it fixes typos in the Safari prefixes, and explicitly
starts the audio context. However, it is different from the PR, since
it reuses the same Audio element, MediaElementAudioSourceNode and
AudioContext. This is an attempt to cut down on overhead costs and
fix test timeouts. We instead reset the audio.currentTime to 0, and
only create a new analyser node for each test.

Bug: 1105877, 1096238
Change-Id: Ie528ec0b7c38d9df59fcb04696c810e6d1c232f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300929
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Auto-Submit: Thomas Guilbert <tguilbert@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789262}

--

wpt-commits: 9abf97af00b4a3f55ecba875bf1cdbecb4a1a1ee, 9a67b791ec7d9c6538411430677ac25eb6ef60b0
wpt-pr: 24606
2020-07-24 09:10:22 +00:00
Yifan Luo 75fa901228 Bug 1647907 [wpt PR 24321] - [Trusted Types] JS event tracking for policy creation, a=testonly
Automatic update from web-platform-tests
[Trusted Types] JS event tracking for policy creation

Add a new event listener `beforecreatepolicy` to
TrustedTypePolicyFactory::createPolicy which allow
people to track or block the creation process for
Trusted Types.

Bug: 1075601
Change-Id: Ib885e7adc740999ba0e39037b7f4a90af6ff6aef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260594
Commit-Queue: Yifan Luo <lyf@chromium.org>
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789409}

--

wpt-commits: f037132d3a3332a873a34926ced24933a49251c0
wpt-pr: 24321
2020-07-24 09:10:21 +00:00
Mike Wasserman fa0d2fd503 Bug 1651546 [wpt PR 24524] - Screen Enumeration: Add Window.isMultiScreen() function, a=testonly
Automatic update from web-platform-tests
Screen Enumeration: Add Window.isMultiScreen() function

This single bit exposes whether the device has multiple screens.
It informs the value of permission prompts to request more information.
This CL adds the IDL, IPC, implementation, and testing.

Add a mojo struct for GetDisplays results; reject on failure.

Test with the DevTools console (and multiple screens) with:
chrome://flags#enable-experimental-web-platform-features

Bug: 1098861, 1080710
Test: window.isMultiScreen() works as expected
Change-Id: I5d5d86716f1910bfc4ddc5dc70faef252b831a31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278529
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Commit-Queue: Michael Wasserman <msw@chromium.org>
Auto-Submit: Michael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789356}

--

wpt-commits: 8ba782c9d5a545b850cd8920032cb14cfbab2c35
wpt-pr: 24524
2020-07-24 09:10:21 +00:00
Dominic Farolino 4a64e67e7b Bug 1653439 [wpt PR 24639] - Add iframe loading=lazy data: and Blob URL WPTs, a=testonly
Automatic update from web-platform-tests
Add iframe loading=lazy data: and Blob URL WPTs

R=sclittle@chromium.org

Bug: 1047909
Change-Id: Ic5e1ef207e8483ae1a56a4ee090d7ad6317a3a3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303859
Commit-Queue: Dominic Farolino <dom@chromium.org>
Reviewed-by: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789314}

--

wpt-commits: 37281cb3688020685cd2d651a37234736eb262a4
wpt-pr: 24639
2020-07-24 09:10:20 +00:00
moz-wptsync-bot fa15cc313f Bug 1647936 [wpt PR 24322] - Update wpt metadata, a=testonly
wpt-pr: 24322
wpt-type: metadata
2020-07-24 09:10:20 +00:00
Christian Biesinger 12c28201d5 Bug 1647936 [wpt PR 24322] - [AspectRatio] Support aspect-ratio for out-of-flow boxes, a=testonly
Automatic update from web-platform-tests
[AspectRatio] Support aspect-ratio for out-of-flow boxes

R=ikilpatrick@chromium.org

Bug: 1098475
Change-Id: Ibe99426f1737841957b7f6611bcab70228724786
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261875
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Auto-Submit: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789267}

--

wpt-commits: 55940227ab251253a6ebfe0475185b5a23ed511c
wpt-pr: 24322
2020-07-24 09:10:19 +00:00
Stephen McGruer b0621f3350 Bug 1653102 [wpt PR 24617] - Python 3: Port three files in fetch/, a=testonly
Automatic update from web-platform-tests
Python 3: Port three files in fetch/ (#24617)

This change also modifies wptserve, to return True/False from response.writer.write if data can/cannot be written.
--

wpt-commits: 0fe99651ed38987d40e29822a841a1180af3e2ca
wpt-pr: 24617
2020-07-24 09:10:19 +00:00
Dominic Farolino b6e1ba6ac2 Bug 1653174 [wpt PR 24622] - Add image loading=lazy data: and Blob URL WPTs, a=testonly
Automatic update from web-platform-tests
Add image loading=lazy data: and Blob URL WPTs

R=sclittle@chromium.org

Bug: 1047909
Change-Id: I71ca1728a4cc148587e12fce98841488591e869a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299475
Commit-Queue: Dominic Farolino <dom@chromium.org>
Reviewed-by: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789176}

--

wpt-commits: 3b08a1151aebae40e5e4b1fb40ccda3469ec3044
wpt-pr: 24622
2020-07-24 09:10:18 +00:00
Oriol Brufau 1e9b8adc7d Bug 1653254 [wpt PR 24626] - [css-grid] Clear size override in MinLogicalSizeForChild if needed, a=testonly
Automatic update from web-platform-tests
[css-grid] Clear size override in MinLogicalSizeForChild if needed

Grid items can get an override for their containing block size, which
for example can affect percentage resolution.
However, sometimes we need to clear such overrides, which can be checked
using ShouldClearOverrideContainingBlockContentSizeForChild.
That's already done in LogicalHeightForChild, used by MinContentForChild
and MaxContentForChild.

But when the min track sizing function is 'auto', the code may use
MinLogicalSizeForChild instead of LogicalHeightForChild. And
MinLogicalSizeForChild didn't check if the override had to be cleared.

This patch makes it perform the check.

Bug: 1103592
Change-Id: Ie6012b5099c4988217228352dc552f7437f738d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299354
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#789122}

--

wpt-commits: a2cd0c973e85b634094d996d3e80ed2e53c8ea1d
wpt-pr: 24626
2020-07-24 09:10:18 +00:00
autofoolip ec9209a7c6 Bug 1653367 [wpt PR 24632] - Update interfaces/streams.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/streams.idl (#24632)

Source: https://github.com/tidoust/reffy-reports/blob/77c34a4/ed/idl/streams.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/708867439
--

wpt-commits: e71dd66da3b3a6f44c5174b4495ad827d9c3f917
wpt-pr: 24632
2020-07-24 09:10:17 +00:00
autofoolip 61426cf914 Bug 1646816 [wpt PR 24241] - Update interfaces/wai-aria.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/wai-aria.idl (#24241)

Source: https://github.com/tidoust/reffy-reports/blob/513c0a1/ed/idl/wai-aria.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/699821042
--

wpt-commits: 5ebe3f49bc0e94ebe8adc91f90a13b479231a9fa
wpt-pr: 24241
2020-07-24 09:10:17 +00:00
autofoolip 890fb891e0 Bug 1650999 [wpt PR 24480] - Update interfaces/uievents.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/uievents.idl (#24480)

Source: https://github.com/tidoust/reffy-reports/blob/5958d7a/ed/idl/uievents.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/705679019
--

wpt-commits: daadcf25d86c910f499fc286d41321d830f5d734
wpt-pr: 24480
2020-07-24 09:10:17 +00:00
moz-wptsync-bot e61cc3c51a Bug 1650796 [wpt PR 24457] - Update wpt metadata, a=testonly
wpt-pr: 24457
wpt-type: metadata
2020-07-24 09:10:16 +00:00
Stephen McGruer 6ad1f8c2f1 Bug 1650796 [wpt PR 24457] - Update interfaces/audio-output.idl and test, a=testonly
Automatic update from web-platform-tests
Update interfaces/audio-output.idl and test (#24457)

Closes https://github.com/web-platform-tests/wpt/pull/24456

Co-authored-by: Philip Jägenstedt <philip@foolip.org>
--

wpt-commits: 115dd06bb12d28f1f6c992fa53f8faee3667e7a4
wpt-pr: 24457
2020-07-24 09:10:16 +00:00
Stephen McGruer b0c2369fc9 Bug 1652036 [wpt PR 24560] - Fix wpt rev-list failure-handling in epochs_update.sh, a=testonly
Automatic update from web-platform-tests
Fix wpt rev-list failure-handling in epochs_update.sh (#24560)

Previously if this subcommand failed it would be converted to the empty
string, which would then branch and push epochs at HEAD! This PR both
fixes the code to fail if the wpt subcommand fails, and also to
double-check that the SHA isn't empty.

Fixes https://github.com/web-platform-tests/wpt/issues/24504
--

wpt-commits: b448d547b6c82189980ceed1ca120dc50ad23c7e
wpt-pr: 24560
2020-07-24 09:10:15 +00:00
Philip Jägenstedt 34ceac41b4 Bug 1653040 [wpt PR 24611] - Test that AudioContext's state is updated if "allowed to start", a=testonly
Automatic update from web-platform-tests
Test that AudioContext's state is updated if "allowed to start" (#24611)

For https://github.com/WebAudio/web-audio-api/issues/2218.
--

wpt-commits: 36cff3577cfd29108a14b2f641f3ff21f46902bd
wpt-pr: 24611
2020-07-24 09:10:15 +00:00
Numfor Mbiziwo-Tiapo 9e6e0b8323 Bug 1653066 [wpt PR 24613] - Remove old comments from web platform tests, a=testonly
Automatic update from web-platform-tests
Remove old comments from web platform tests

Change-Id: I4932d737c4895d2cb4ebfee07b31b306f2580fad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300010
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: Olivier Yiptong <oyiptong@chromium.org>
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789067}

--

wpt-commits: 8c155e4d48d6cf4a776c7cf5eda4f5eb1911f104
wpt-pr: 24613
2020-07-24 09:10:14 +00:00
Robert Ma d4417da215 Bug 1653120 [wpt PR 24619] - [wptserve] Allow more headers in Python 3, a=testonly
Automatic update from web-platform-tests
[wptserve] Allow more headers in Python 3 (#24619)

Monkey patch http.client to support more headers.

Co-authored-by: Stephen McGruer <smcgruer@chromium.org>

--

wpt-commits: d301b89a96da799524a0d8229f7202397952cafb
wpt-pr: 24619
2020-07-24 09:10:14 +00:00
Robert Ma 43adfc2b18 Bug 1653004 [wpt PR 24608] - [lint] Implement EarlyTestdriverVendor lint, a=testonly
Automatic update from web-platform-tests
[lint] Implement EarlyTestdriverVendor lint (#24608)

testdriver-vendor.js must be included after testdriver.js.

--

wpt-commits: 370f9d815f2481a7b6fd1426cc01e185f86c734a
wpt-pr: 24608
2020-07-24 09:10:13 +00:00
Ian Kilpatrick e09b6a8123 Bug 1653266 [wpt PR 24627] - [FlexNG] Fix %-relpos for a grandchild of a flexbox., a=testonly
Automatic update from web-platform-tests
[FlexNG] Fix %-relpos for a grandchild of a flexbox.

When we resolve %-based offsets for a relative position child, if its
parent is a flex-item we'll read the constraint-space used to generate
this fragment, and resolve the %-based offset using that block-size. I.e.
https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/layout/layout_box.cc;l=4521;drc=3f50460dcc4c426eb876cd0a1d2838eb35472e18?originalUrl=https:%2F%2Fcs.chromium.org%2F

However flex can have two passes, one without a fixed block-size, and one
with. If we can determine ahead of time that these would result in the
same fragment we'll hit the cache, but the constraint space would
be the one without the fixed block-size.

In other words, if a flex-item remained the same size between the
measure, and layout passes, a relative position grandchild would resolve
its %-based offsets incorrectly.

This patch introduces *some* logic from another patch current WIP:
https://chromium-review.googlesource.com/c/chromium/src/+/2214608
which got reverted for unrelated reasons.

Effectively if we have a %-based grandchild like this, we'll miss the
cache, meaning that when we later read the constraint space fixed
block-size, it'll resolve against the correct size.

Bug: 1106074
Change-Id: I5003e4c0903bda408c45f8fb608ad4106c8f22b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302231
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789058}

--

wpt-commits: 81de986322a0de90f2fe895fcd62fcebf29b0e1a
wpt-pr: 24627
2020-07-24 09:10:13 +00:00
Robert Ma 66943000d0 Bug 1653080 [wpt PR 24614] - [wptserve] Make Request.GET.get return a value, a=testonly
Automatic update from web-platform-tests
[wptserve] Make Request.GET.get return a value (#24614)

instead of a list of values from the built-in get method inherited from
dict
--

wpt-commits: 165779e785cef2b6989ae00ed052f06c38488130
wpt-pr: 24614
2020-07-24 09:10:12 +00:00
Kent Tamura 238ca978a1 Bug 1653184 [wpt PR 24623] - [css/selectors] Merge css3-modsel-{23,24,68,69}.xml into a single testharness test, a=testonly
Automatic update from web-platform-tests
[css/selectors] Merge css3-modsel-{23,24,68,69}.xml into a single testharness test

They are for :enabled and :disabled.
Testharness is better than a reference test in this case because the rendering
result of form controls with CSS properties are not specified well.

Bug: crbug.com/1040826
Change-Id: Ia348854a9d2795518746757883ca0223f28e8a35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299826
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788945}

--

wpt-commits: 765a5cba3fd8477f430cbd8bc3489b474097ee0e
wpt-pr: 24623
2020-07-24 09:10:12 +00:00
Tsuyoshi Horo c0e6f3bc4e Bug 1651932 [wpt PR 24555] - NEL report for subresource sxg header integrity mismatch, a=testonly
Automatic update from web-platform-tests
NEL report for subresource sxg header integrity mismatch

When there is a mismatch between the 'header-integrity' value of
'allowed-alt-sxg' link header of the cached main resource and the header
integrity value of the cached subresource, Chrome will send a NEL report
with "sxg.header_integrity_mismatch" type when navigating to the main
resource if NEL reporting was setup.

Bug: 1025074
Change-Id: I7c0ae0904a211e11b72bae95cfe2274eb9c5550a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237212
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788891}

--

wpt-commits: f6d1d4dccb2735d9c90a5b79fa0dc1e6b0f882b1
wpt-pr: 24555
2020-07-24 09:10:11 +00:00
Robert Ma 09eaece8e3 Bug 1653012 [wpt PR 24609] - Fix incorrect uses of testdriver.js in WPT, a=testonly
Automatic update from web-platform-tests
Fix incorrect uses of testdriver.js in WPT

testdriver-vendor.js must be included after testdriver.js.
This CL fixes all the affected tests; there will be a new lint rule to
prevent regressions later.

Bug: 1105751
Change-Id: I793c5d3c65f4cdeeed3f120f6fad063dffaaa406
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300261
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Auto-Submit: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788828}

--

wpt-commits: 4cb6be1ace00074aad563c32b019adf096cbb307
wpt-pr: 24609
2020-07-24 09:10:11 +00:00
Kunihiko Sakamoto 69865eeac0 Bug 1652637 [wpt PR 24584] - Implement subresource loading with Web Bundles, a=testonly
Automatic update from web-platform-tests
Implement subresource loading with Web Bundles

- Adds WebBundleLoader class which loads a WebBundle resource using
  ThreadableLoader, and creates a WebBundleSubresourceLoaderFactory.

- LinkWebBundle is registered in ResourceFetcher, and used to forward
  subresource requests that match the corresponding <link>'s resources=
  attribute to the WebBundleSubresourceLoaderFactory. This is done via
  the SubresourceWebBundle interface.

Bug: 1082020
Change-Id: I3f26bd6b1fbd5855caa5175cdcb3db0fe103a093
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291809
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788842}

--

wpt-commits: 7693fed05a080fcfc4da00907efda3885f20e5e9
wpt-pr: 24584
2020-07-24 09:10:11 +00:00
moz-wptsync-bot a5a13b5a9e Bug 1642061 [wpt PR 23880] - Update wpt metadata, a=testonly
wpt-pr: 23880
wpt-type: metadata
2020-07-24 09:10:10 +00:00
Gérard Talbot 9e7a074654 Bug 1642061 [wpt PR 23880] - Corrected and improved border-radius-clipping.html test, a=testonly
Automatic update from web-platform-tests
Corrected and improved border-radius-clipping.html test (#23880)

* Corrected and improved border-radius-clipping.html test

* Corrected and improved border-radius-clipping.html test

* Corrected and improved border-radius-clipping.html test

* Numerous improvements to border-radius-clipping* tests
--

wpt-commits: 45884b15aa3c826f10705eebb4ac6cf3245d2a5b
wpt-pr: 23880
2020-07-24 09:10:10 +00:00
pyup.io bot a804a08f4c Bug 1652977 [wpt PR 24605] - Update psutil to 5.7.2, a=testonly
Automatic update from web-platform-tests
Update psutil from 5.7.0 to 5.7.2 (#24605)

--

wpt-commits: 00b7aebbbca60116d196a113fdb7799a99bfa391
wpt-pr: 24605
2020-07-24 09:10:09 +00:00
autofoolip 0e8c4032cc Bug 1653051 [wpt PR 24612] - Update interfaces/appmanifest.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/appmanifest.idl (#24612)

Source: https://github.com/tidoust/reffy-reports/blob/fcb06d4/ed/idl/appmanifest.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/708434037
--

wpt-commits: 7dab90ac9eaa6b69302614ad3612942deb4232e4
wpt-pr: 24612
2020-07-24 09:10:09 +00:00
moz-wptsync-bot ac6e65d6e2 Bug 1653021 [wpt PR 24610] - Update wpt metadata, a=testonly
wpt-pr: 24610
wpt-type: metadata
2020-07-24 09:10:08 +00:00
Dominic Farolino 4002dc4dad Bug 1653021 [wpt PR 24610] - Make iframe lazy loading WPTs as non-tentative, a=testonly
Automatic update from web-platform-tests
Make iframe lazy loading WPTs as non-tentative

R=sclittle@chromium.org

Bug: N/A
Change-Id: I3ea94a937ecc957389217a24bd4cc961a6d11c9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300500
Reviewed-by: Scott Little <sclittle@chromium.org>
Commit-Queue: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788713}

--

wpt-commits: 2e5721c4ac9dedb02bc6ac965fdf511b2d30e467
wpt-pr: 24610
2020-07-24 09:10:08 +00:00
moz-wptsync-bot 75cc1ed120 Bug 1651493 [wpt PR 24518] - Update wpt metadata, a=testonly
wpt-pr: 24518
wpt-type: metadata
2020-07-24 09:10:07 +00:00
Domenic Denicola 795e500a78 Bug 1651493 [wpt PR 24518] - Add a test for network errors with <embed>, a=testonly
Automatic update from web-platform-tests
Add a test for network errors with <embed> and <iframe>

Follows https://github.com/whatwg/html/pull/4247 for <embed> and existing spec text for <iframe>.
--

wpt-commits: 91b0d35770bcb521c540d08002d8d3700666180c
wpt-pr: 24518
2020-07-24 09:10:06 +00:00
moz-wptsync-bot 4a25c48758 Bug 1652964 [wpt PR 24603] - Update wpt metadata, a=testonly
wpt-pr: 24603
wpt-type: metadata
2020-07-24 09:10:06 +00:00
Rob Buis 3e162853db Bug 1652964 [wpt PR 24603] - Split mpadded-002.html first paragraph, a=testonly
Automatic update from web-platform-tests
Split mpadded-002.html first paragraph (#24603)

Due to lack of line-breaking, on narrow pages the first math
element will be positioned below the baseline reference. A lot
of test frameworks use narrow widths for testing and calculations
will fail, therefore split the first math element in half, giving
a higher chance for the test framework to pass this test.
--

wpt-commits: 2155d26033c70ec5789f6c00a9e6c9dae45d5fde
wpt-pr: 24603
2020-07-24 09:10:05 +00:00
autofoolip 6a9d20baef Bug 1652917 [wpt PR 24597] - Update interfaces/input-device-capabilities.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/input-device-capabilities.idl (#24597)

Source: https://github.com/tidoust/reffy-reports/blob/b041bca/ed/idl/input-device-capabilities.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/708238267
--

wpt-commits: 2e85d3fd95837d040380def2cfc5ae010089b3b8
wpt-pr: 24597
2020-07-24 09:10:05 +00:00
moz-wptsync-bot b68c538892 Bug 1649644 [wpt PR 24405] - Update wpt metadata, a=testonly
wpt-pr: 24405
wpt-type: metadata
2020-07-24 09:10:05 +00:00
Thomas Guilbert 2931950fb4 Bug 1649644 [wpt PR 24405] - Add preservesPitch tests, a=testonly
Automatic update from web-platform-tests
Add preservesPitch tests

This CL adds Web Platform Tests that check the behavior of the
preservesPitch flag.

The tests rely on WebAudio to analyze the frequency of an Audio element,
as the playback rate changes.

Firefox's mozPreservePitch does not affect MediaElementAudioSourceNode,
which means that these tests won't work on Firefox. See:
https://bugzilla.mozilla.org/show_bug.cgi?id=1648277

Change-Id: Ic25d474f96e32eb8d8584188d879a018daa6ae73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259375
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787947}

--
Deflake preservesPitch tests

This CL changes preservesPitch tests to wait until the audioElement's
currentTime is at least 0.5 seconds before trying to detect the pitch.
Without this check, the test can try to detect the pitch before the
audio has played enough, which can return a dominant frequency of 0Hz
and fail the test.

The CL also makes a few stylistic changes, and fixes an off-by-one error
in the number of increments used to calculate frequencies.

Bug: 1096238
Change-Id: I6e98e172862a47bea1c4026737138293914f7906
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298281
Auto-Submit: Thomas Guilbert <tguilbert@chromium.org>
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788535}

--

wpt-commits: f96e3094d5ad65792ef0cfe4fae3202c7ad99741, 09fbe278df64f25b6d0fea96ba6a5655ae19f2a6
wpt-pr: 24405
2020-07-24 09:10:04 +00:00
Marcos Cáceres ebdc8a357f Bug 1652936 [wpt PR 23423] - Web Share file sharing no longer tentative, a=testonly
Automatic update from web-platform-tests
Web Share file sharing no longer tentative (#23423)

--

wpt-commits: f25005b8a4509c23e125db2b0e842027df7698a3
wpt-pr: 23423
2020-07-24 09:10:04 +00:00
Johanna fa9dd6bcf2 Bug 1532479 [wpt PR 15618] - Screen Orientation: add requestFullscreen to final orientation-reading.html test, a=testonly
Automatic update from web-platform-tests
Screen Orientation: add requestFullscreen to final orientation-reading.html test (#15618)

--

wpt-commits: 237fce47cec56baeb64392506c0c21c0c9615e18
wpt-pr: 15618
2020-07-24 09:10:03 +00:00
Marcos Cáceres c6b6231566 Bug 1650721 [wpt PR 24447] - Relocate to link relationship to HTML spec, a=testonly
Automatic update from web-platform-tests
Relocate to link relationship to HTML spec (#24447)

--

wpt-commits: a337b1801eda0b39e67581a94467d0111a842c3e
wpt-pr: 24447
2020-07-24 09:10:03 +00:00
Marcos Cáceres ebe3f38e3e Bug 1650717 [wpt PR 24446] - Add MIME Checks for link rel=manifest, a=testonly
Automatic update from web-platform-tests
Add MIME Checks for link rel=manifest (#24446)

--

wpt-commits: 48340be6b8218f30540c7deb9da89736ff7144d9
wpt-pr: 24446
2020-07-24 09:10:02 +00:00
Marcos Cáceres 8aa9ed8a55 Bug 1650734 [wpt PR 24450] - check unattached doc + iframes for manifest, a=testonly
Automatic update from web-platform-tests
check unattached doc + iframes for manifest (#24450)

--

wpt-commits: 874838a005fa79ba00aa90fdc37506239b9f2c94
wpt-pr: 24450
2020-07-24 09:10:02 +00:00
Kent Tamura 764b235e6b Bug 1652905 [wpt PR 24595] - SELECT: The last selected OPTION should be selected when multiple selected OPTIONs are added by jQuery append()., a=testonly
Automatic update from web-platform-tests
SELECT: The last selected OPTION should be selected when multiple selected OPTIONs are added by jQuery append().

HTMLOptionElement::SetWasOptionInsertedCalled() had a silly bug.

Bug: 1105672
Change-Id: Ic70572f297969d44bbe8f3d55fe05af796397f19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298882
Auto-Submit: Kent Tamura <tkent@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788486}

--

wpt-commits: 42740f8337817eee7ecec4645ec41373b2735024
wpt-pr: 24595
2020-07-24 09:10:01 +00:00
Adam Rice 71d5e99ed9 Bug 1652459 [wpt PR 24577] - Streams: Update queuing strategies to match standard, a=testonly
Automatic update from web-platform-tests
Streams: Update queuing strategies to match standard

Update the IDL for ByteLengthQueuingStrategy and CountQueuingStrategy
to match the standard.

The most noticeable semantic difference is that incorrect calls like
`new CountQueuingStrategy(10)`, which previously silently gave
you the default highWaterMark, will now throw an exception.

Also cache the "size" function on the global object. Add a test that
iframes have a different "size" function, since they have a different
global object.

Change-Id: I9b6763944c0abc278451c28a4fcf615f624e1fdb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104815
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788474}

--

wpt-commits: 00d2a437cb9f382d734bd9af3c3ecb4c42ca2c79
wpt-pr: 24577
2020-07-24 09:10:01 +00:00
ziransun a6305e8af7 Bug 1649697 [wpt PR 24408] - Python 3: port tests forms, links & text-level-semantics tests in htm…, a=testonly
Automatic update from web-platform-tests
Python 3: port tests forms, links & text-level-semantics tests in html/semantics (#24408)

* Apply suggestions from code review

Co-authored-by: Philip Jägenstedt <philip@foolip.org>
Co-authored-by: Robert Ma <robertma@chromium.org>
--

wpt-commits: 1cd6ed009969f11a8feba62d4e81f92c62b4a6f9
wpt-pr: 24408
2020-07-24 09:10:00 +00:00
moz-wptsync-bot 4e398b714c Bug 1652840 [wpt PR 24593] - Update wpt metadata, a=testonly
wpt-pr: 24593
wpt-type: metadata
2020-07-24 09:10:00 +00:00
Domenic Denicola 3672414bf9 Bug 1652840 [wpt PR 24593] - Origin isolation: initial getter updates, a=testonly
Automatic update from web-platform-tests
Origin isolation: initial getter updates

This makes window.originIsolationRestricted available in non-secure
contexts, per the latest updates in
https://github.com/whatwg/html/pull/5545. It also updates the tests to
expect the values we would get from that spec. It does *not* update the
web platform tests, or the implementation, for the new name; that's
https://crbug.com/1103866.

Bug: 1095653
Change-Id: I9ac31d36e2744a3a49eb61c6899debbe38180868
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290782
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788297}

--

wpt-commits: d02251699d90d93f792461a2b61baf48a0e786ec
wpt-pr: 24593
2020-07-24 09:09:59 +00:00