Commit Graph

690850 Commits

Author SHA1 Message Date
Sam Sneddon
eebf0dab95 Bug 1612449 [wpt PR 21522] - Drop pypy from tox.ini, a=testonly
Automatic update from web-platform-tests
Drop pypy from tox.ini

This has been broken for a while due to https://bitbucket.org/pypy/pypy/issues/3157

--

wpt-commits: 9469d80dc489346bb2f8e71c35ad1d350b4d649d
wpt-pr: 21522
2020-02-11 12:00:16 +00:00
Fredrik Söderquist
9e5fff4185 Bug 1612383 [wpt PR 21514] - Clamp the presentation time to a usable range, a=testonly
Automatic update from web-platform-tests
Clamp the presentation time to a usable range

If the time container is seeked to a large enough value, we will end up
truncating it to SMILTime::Latest(), which is the largest value that
isn't one of the two special values ("indefinite" and "unresolved").
When trying to derive other values from this value - like if we have an
interval begin at it - we can end up in a loop since any the result of
any additions will yield the same value, leading to the element being
rescheduled at the same point in time, hanging UpdateIntervals().
This mechanism can also be used to implement the "once" animation-policy
in a slightly nicer way. This will be done as a follow-up.

Bug: 1039886
Change-Id: If13d7d7d3c44c4f586d15852eb05105879f44918
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030885
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#737260}

--

wpt-commits: 0db6154c63f5412dd557b1ae70acd17bc1c32b25
wpt-pr: 21514
2020-02-11 12:00:16 +00:00
Stephen McGruer
0ce7c524de Bug 1612576 [wpt PR 21531] - Support crashtests in testfiles.affected_testfiles, a=testonly
Automatic update from web-platform-tests
Support crashtests in testfiles.affected_testfiles (#21531)

Co-Authored-By: Robert Ma <robertma@chromium.org>

--

wpt-commits: c7227ea61e08f972023767b22cbea7ab23209426
wpt-pr: 21531
2020-02-11 12:00:15 +00:00
Sahir Vellani
94a79bbbd7 Bug 1609580 [wpt PR 21212] - Resize Observer - Simple content-box and border-box observations, a=testonly
Automatic update from web-platform-tests
Resize Observer - Simple content-box and border-box observations

It is possible to now observe changes to content box and border box of
an element that is being observed. However, changes to an element's
content box without a change in its border box can not be observed yet,
and will be addressed in a subsequent change.

Bug: 1042537
Change-Id: I6415fc4f5cec783cc717051c11b2fdd95d3a28e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004051
Reviewed-by: Philip Rogers <pdr@chromium.org>
Reviewed-by: Daniel Libby <dlibby@microsoft.com>
Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#737369}

--

wpt-commits: 276cbde855f10082da600bef4d2e8432f4e3a9fe
wpt-pr: 21212
2020-02-11 12:00:15 +00:00
moz-wptsync-bot
555b6e48bd Bug 1609065 [wpt PR 21157] - Update wpt metadata, a=testonly
wpt-pr: 21157
wpt-type: metadata
2020-02-11 12:00:15 +00:00
Leon Han
6cca16717b Bug 1609065 [wpt PR 21157] - [webnfc] Support writing/reading local type records, a=testonly
Automatic update from web-platform-tests
[webnfc] Support writing/reading local type records

Some notable points:

1) Local type in WebNFC APIs is always prefixed by ':', but, the ':'
   will be omitted when it's actually written into the nfc tag.
     ":act"  --> "act" to be written as the TYPE field into the nfc tag.
     ":text" --> "text"
   The reading direction is vice versa.
     "act"  --> ":act" to be exposed as NDEFRecord#recordType.
     "text" --> ":text"

2) Only "smart-poster", external, and local type records are supposed to
   be able to carry a ndef message as payload.

3) Local type is only expected to exist inside a ndef message that is
   another ndef record's payload. Top level ndef message is not allowed
   to have a local type record.

The spec changes:
https://github.com/w3c/web-nfc/pull/491
https://github.com/w3c/web-nfc/pull/493
https://github.com/w3c/web-nfc/pull/495
https://github.com/w3c/web-nfc/pull/502
https://github.com/w3c/web-nfc/pull/506

BUG=520391

Change-Id: Ic2890c031109aa583437ac93a8901ff71992af78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996946
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Leon Han <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#737290}

--

wpt-commits: a1652e2faab5c92db0d3a2523ef9a94003e1e8f5
wpt-pr: 21157
2020-02-11 12:00:14 +00:00
Makoto Shimazu
2050493dae Bug 1612485 [wpt PR 21528] - ServiceWorkerSingleScriptUpdateChecker has credentials, a=testonly
Automatic update from web-platform-tests
ServiceWorkerSingleScriptUpdateChecker has credentials

Before the new byte-for-byte checking, credentials_mode was set to
kInclude for imported scripts. However,
ServiceWorkerSingleScriptUpdateChecker sets the flag to kOmit because
it's missed from the current spec. This CL is to correct the mode to
fix the unintentional change.
Spec issue: https://github.com/w3c/ServiceWorker/issues/1497

Bug: 1042159
Change-Id: I553d7bec015eb4cb80f7f59c640f26491fa02b75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032689
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737253}

--

wpt-commits: acc51c1f9cb98db4419132c4cf8510c13e958f0f
wpt-pr: 21528
2020-02-11 12:00:14 +00:00
Hiroshige Hayashizaki
967cd932b7 Bug 1612194 [wpt PR 21497] - [WPT] Remove testharness-helper.sub.js, a=testonly
Automatic update from web-platform-tests
[WPT] Remove testharness-helper.sub.js

This CL migrates
wpt/content-security-policy/securitypolicyviolation/upgrade-insecure-requests-reporting.https.html
to use the new /common/security-features/ infrastructure.

This CL removes the last use of
wpt/upgrade-insecure-requests/support/testharness-helper.sub.js
(other tests under wpt/upgrade-insecure-requests/ have been
already migrated) and thus removes the file.

Follow-up of a comment at
https://chromium-review.googlesource.com/c/chromium/src/+/2024249

Bug: 906850
Change-Id: I7a992491652d988115d1d9e62eafe179473e534a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027899
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Eriko Kurimoto <elkurin@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737307}

--

wpt-commits: 87011862748b009f7ef5134f23315655e1600073
wpt-pr: 21497
2020-02-11 12:00:13 +00:00
moz-wptsync-bot
6710132b1b Bug 1612314 [wpt PR 21511] - Update wpt metadata, a=testonly
wpt-pr: 21511
wpt-type: metadata
2020-02-11 12:00:13 +00:00
Blink WPT Bot
c908b2c3ea Bug 1612314 [wpt PR 21511] - Set network_isolation_key for signed exchange cert fetch, a=testonly
Automatic update from web-platform-tests
Set network_isolation_key for signed exchange cert fetch (#21511)

Currently network_isolation_key is not set for signed exchange cert fetch.
So, even if the signed exchange and the certificate were prefetched,
the certificate is fetched again while navigation when
SplitCacheByNetworkIsolationKey is enabled.

Bug=1047110

Change-Id: I524df1da097c6f544777f20cca5a3e53246693cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029564
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737251}

Co-authored-by: Tsuyoshi Horo <horo@google.com>

--

wpt-commits: 171fdd773bef185a7b4adb9238d090141dbee3fa
wpt-pr: 21511
2020-02-11 12:00:12 +00:00
Patrick Shaughnessy
099b5867fc Bug 1612357 [wpt PR 21513] - Implement SubmitEvent, a=testonly
Automatic update from web-platform-tests
SubmitEvent and test changes

--

wpt-commits: 0f989dfb560f167f9968a87a8938ff88734816bf
wpt-pr: 21513
2020-02-11 12:00:12 +00:00
Patrick Shaughnessy
e93a09ca88 Bug 1611875 [wpt PR 21455] - Implement :defined CSS selector, a=testonly
Automatic update from web-platform-tests
:defined works

--

wpt-commits: cdd3b613e1e108d805ae9441e9827777f1d7072c
wpt-pr: 21455
2020-02-11 12:00:11 +00:00
Sam Sneddon
29aa15784d Bug 1612450 [wpt PR 21523] - Fix #4813: document when screenshots are taken for visual tests, a=testonly
Automatic update from web-platform-tests
Fix #4813: document when screenshots are taken for visual tests

--

wpt-commits: 638f1774d565ba228feee10dc3707dea566bc45f
wpt-pr: 21523
2020-02-11 12:00:11 +00:00
moz-wptsync-bot
b754d3e684 Bug 1612227 [wpt PR 21506] - Update wpt metadata, a=testonly
wpt-pr: 21506
wpt-type: metadata
2020-02-11 12:00:10 +00:00
Tab Atkins Jr
c97bc7b7f1 Bug 1612227 [wpt PR 21506] - Test the CSS round() function., a=testonly
Automatic update from web-platform-tests
Test the CSS round() function. (#21506)

* Test the CSS round() function.

* Indent with spaces.

* Sigh, don't shadow the test() function with an argument name.

* assert_not_equal*s*(); the weird grammar of that name always messes me up

--

wpt-commits: 5c5f1c18f51f5774b67cfd6672b88dae3fa8af25
wpt-pr: 21506
2020-02-11 12:00:10 +00:00
moz-wptsync-bot
a4ab4a6ccf Bug 1612420 [wpt PR 21519] - Update wpt metadata, a=testonly
wpt-pr: 21519
wpt-type: metadata
2020-02-11 12:00:09 +00:00
Xiaocheng Hu
6571d1f1c8 Bug 1612420 [wpt PR 21519] - Use parseFloat() to parse CSS pixels values in two WPT, a=testonly
Automatic update from web-platform-tests
Use parseFloat() to parse CSS pixels values in two WPT

Two WPT use CSSNumericValue.parse() to parse CSS pixel values, which
makes the tests basically Chrome-only. This patch changes them to use
parseFloat() directly so that other browsers can pass.

Bug: 441925
Change-Id: I01d6d2999cf4266bd6d3bda521d2bdfc8732ab7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031932
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737036}

--

wpt-commits: f6e67637596cccd6bd38b8837440b394b9e14aef
wpt-pr: 21519
2020-02-11 12:00:09 +00:00
moz-wptsync-bot
9c169406f2 Bug 1611868 [wpt PR 21451] - Update wpt metadata, a=testonly
wpt-pr: 21451
wpt-type: metadata
2020-02-11 12:00:08 +00:00
Ayu Ishii
7dcab62937 Bug 1611868 [wpt PR 21451] - CookieStore: Rename cookie sameSite 'unrestricted' to 'none', a=testonly
Automatic update from web-platform-tests
CookieStore: Rename cookie sameSite 'unrestricted' to 'none'

Bug: 1045114
Change-Id: Ifd1a1cac094daab05e2d2330d393c3bdfc0d75b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020425
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: Balazs Engedy <engedy@chromium.org>
Commit-Queue: Ayu Ishii <ayui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736987}

--

wpt-commits: 25bab3bad2001737f68619666fbe88cef9afb843
wpt-pr: 21451
2020-02-11 12:00:08 +00:00
Stephen McGruer
29d676210a Bug 1612021 [wpt PR 21482] - Add interfaces/visual-viewport.idl and test, a=testonly
Automatic update from web-platform-tests
Add interfaces/visual-viewport.idl and test (#21482)

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

wpt-commits: 27730943b37c1d86c90fb5fb03f0596f57c9715f
wpt-pr: 21482
2020-02-11 12:00:07 +00:00
Stephen McGruer
cf5f9b8ac6 Bug 1612340 [wpt PR 21512] - Update interfaces/DOM-Parsing.idl and associated test, a=testonly
Automatic update from web-platform-tests
Update interfaces/DOM-Parsing.idl and associated test (#21512)

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

See https://github.com/web-platform-tests/wpt/pull/21488 for where the
IDL has moved to
--

wpt-commits: ff41ce271628e397d269109f29d6e9c8d00ba2b1
wpt-pr: 21512
2020-02-11 12:00:07 +00:00
Stephen McGruer
d411201de6 Bug 1612090 [wpt PR 21488] - Update interfaces/html.idl and associated test, a=testonly
Automatic update from web-platform-tests
Update interfaces/html.idl and associated test (#21488)

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

wpt-commits: b6a121c18a397b7572af76c8bab61cc19884e82a
wpt-pr: 21488
2020-02-11 12:00:07 +00:00
Maks Orlovich
8a2ad6e126 Bug 1612402 [wpt PR 21516] - Mark wpt/cookies/http-state/{general,name}-tests.html slow, a=testonly
Automatic update from web-platform-tests
Mark wpt/cookies/http-state/{general,name}-tests.html slow

Seeing some flakiness due to timeouts in them, and they do look like they
do a lot of things.

Bug: 1047067
Change-Id: I1892f35a8047fdad8c50aeafc2da54665b522bc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031364
Reviewed-by: Lily Chen <chlily@chromium.org>
Commit-Queue: Maksim Orlovich <morlovich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736938}

--

wpt-commits: 78ca07deef3efc7aea53ae69f17eadcc92af5544
wpt-pr: 21516
2020-02-11 12:00:06 +00:00
moz-wptsync-bot
e65be77af9 Bug 1612138 [wpt PR 21493] - Update wpt metadata, a=testonly
wpt-pr: 21493
wpt-type: metadata
2020-02-11 12:00:06 +00:00
Raymond Toy
216234b655 Bug 1612138 [wpt PR 21493] - ConvolverNode channel count and mode can be changed, a=testonly
Automatic update from web-platform-tests
ConvolverNode channel count and mode can be changed

The channelCount and channelCountMode for a convolver node is no
longer fixed.  The count can be 1 or 2 and the mode can be set to any
valid value other than "max".  This is basically the same constraints
as for a StereoPannerNode.

Also see https://github.com/WebAudio/web-audio-api/issues/2050
Feature: https://www.chromestatus.com/feature/6248507407073280

Bug: 1021552
Change-Id: I1cd814376d88ff4a525bae1f5e608ca4b989ac07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988714
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736899}

--

wpt-commits: 7b7fb5c3e26d92be655cbca00a233fbe4243c085
wpt-pr: 21493
2020-02-11 12:00:05 +00:00
Ziran Sun
bdbd46dd7a Bug 1611095 [wpt PR 21371] - Python3: replace the usage of cStringIO with StringIO, a=testonly
Automatic update from web-platform-tests
Python3: replace the usage of cStringIO with StringIO

--

wpt-commits: 122146ab4ede32ff6d97dcaf1f003435bfd005cf
wpt-pr: 21371
2020-02-11 12:00:05 +00:00
moz-wptsync-bot
37ac65048d Bug 1610645 [wpt PR 21325] - Update wpt metadata, a=testonly
wpt-pr: 21325
wpt-type: metadata
2020-02-11 12:00:04 +00:00
Stephen McGruer
e8594ea8d1 Bug 1610645 [wpt PR 21325] - Remove instance of 'whitelist' in webdriver/, a=testonly
Automatic update from web-platform-tests
Remove instance of 'whitelist' in webdriver/

As per https://whatwg.org/style-guide

--

wpt-commits: 4024c744fb9e543155dc18bbce9947014ed48cf6
wpt-pr: 21325
2020-02-11 12:00:04 +00:00
autofoolip
b41c5ef6cf Bug 1612225 [wpt PR 21504] - Update interfaces/media-source.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/media-source.idl (#21504)

Source: https://github.com/tidoust/reffy-reports/blob/cbe0bd9/ed/idl/media-source.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/643650371
--

wpt-commits: db42a737d6e82640fe952457938891b07d011e2a
wpt-pr: 21504
2020-02-11 12:00:03 +00:00
Robert Flack
3afb317b02 Bug 1611803 [wpt PR 21437] - Test that CSS animations composite in their animation-name order., a=testonly
Automatic update from web-platform-tests
Test that CSS animations composite in their animation-name order.

This adds a WPT test verifying that CSS animations are composited in the
order of their name within the animation-name property.

Bug: 1045835
Change-Id: I8e746e1841cd4f5ca55e3e067762c2ea93e5c101
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022616
Auto-Submit: Robert Flack <flackr@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736825}

--

wpt-commits: 80c04f7d1db0d311f46eb44abfd321cacb36192f
wpt-pr: 21437
2020-02-11 12:00:03 +00:00
autofoolip
298e2be588 Bug 1612226 [wpt PR 21505] - Update interfaces/webauthn.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webauthn.idl (#21505)

Source: https://github.com/tidoust/reffy-reports/blob/cbe0bd9/ed/idl/webauthn.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/643650371
--

wpt-commits: e0f8b18865312b56ed1f963a4e820665fc13d70b
wpt-pr: 21505
2020-02-11 12:00:02 +00:00
Rune Lillesveen
d74823a8a4 Bug 1612219 [wpt PR 21502] - Check that initial color value matches canvastext., a=testonly
Automatic update from web-platform-tests
Check that initial color value matches canvastext.

Resolved in https://github.com/w3c/csswg-drafts/issues/4608

Pull request: https://github.com/w3c/csswg-drafts/pull/4714

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

--

wpt-commits: be89b1755e5d1dcb59bbc0952aed02d839964634
wpt-pr: 21502
2020-02-11 12:00:02 +00:00
Kei Nakashima
e226deddc7 Bug 1612073 [wpt PR 21486] - Separated willValidate check in HTMLInputElement::validationMessage, a=testonly
Automatic update from web-platform-tests
Separated willValidate check in HTMLInputElement::validationMessage

This change is for following the spec of validationMessage.
It affects the situation where willValidate is false and
actual validation message exists.
It enables validationMessage to return empty string in this situation.

Bug: 1046211
Change-Id: Ie501535464b61366c81ee08d6b234fb52cc076f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024132
Auto-Submit: Kei Nakashima <keinakashima@google.com>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736778}

--

wpt-commits: 0e5a09f42726d971c206f2ba70455f3790513c6c
wpt-pr: 21486
2020-02-11 12:00:01 +00:00
Yoav Weiss
1edc555df1 Bug 1612272 [wpt PR 21508] - Fix beacon referrer test to pass when blocked for mixed content, a=testonly
Automatic update from web-platform-tests
Fix beacon referrer test to pass when blocked for mixed content (#21508)

--

wpt-commits: d65350a4df0b65794ff408ea06e2c3668031a9ea
wpt-pr: 21508
2020-02-11 12:00:01 +00:00
moz-wptsync-bot
b73c4ad1f6 Bug 1612113 [wpt PR 21491] - Update wpt metadata, a=testonly
wpt-pr: 21491
wpt-type: metadata
2020-02-11 12:00:00 +00:00
Rune Lillesveen
092d9b1e13 Bug 1612113 [wpt PR 21491] - Let color-scheme affect the initial color value., a=testonly
Automatic update from web-platform-tests
Let color-scheme affect the initial color value.

We used to have a root element color value based on an internal UA sheet
value, but this is not according to spec since it affects the initial
value for the color property, hence setting the color value to 'initial'
should result in a used value that depends on the color-scheme for that
element.

Initial value for the color property is canvastext, but we do not yet
ship color-scheme aware system colors, so instead we implement this as a
method on ComputedStyle which is color-scheme aware and currently return
black for light and white for dark.

The devtools test changes are basically a revert of the necessary
changes done when we introduced -internal-root-color.

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

--

wpt-commits: 6a7bdc42ab3688499203b154772cccc3f01c0f5b
wpt-pr: 21491
2020-02-11 12:00:00 +00:00
moz-wptsync-bot
20b3280647 Bug 1612208 [wpt PR 21499] - Update wpt metadata, a=testonly
wpt-pr: 21499
wpt-type: metadata
2020-02-11 11:59:59 +00:00
Kevin McNee
aeaac9163d Bug 1612208 [wpt PR 21499] - Add WPTs for requiring a completed navigation in a portal before activation, a=testonly
Automatic update from web-platform-tests
Add WPTs for requiring a completed navigation in a portal before activation

We've started rejecting activation of a portal contents with no
committed navigations. We already have a test relating to 1P navigation
restrictions. We introduce WPTs to cover this condition more generally.

We also convert one of the bail out conditions for transferring session
history to a DCHECK as this is now covered by the rejection.

Bug: 942198
Change-Id: I2f4a9aae5aa3461c7c5e25a677f659a7e7d7ffc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028755
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736597}

--

wpt-commits: 4017c884097baf142893dd7aeebdb972c6832d7c
wpt-pr: 21499
2020-02-11 11:59:59 +00:00
Fredrik Söderquist
3a209f0a79 Bug 1612079 [wpt PR 21487] - Make sure layout is triggered when changing clip-path resource, a=testonly
Automatic update from web-platform-tests
Make sure layout is triggered when changing clip-path resource

When changing the 'clip-path' property on an (SVG) element we need to
recompute the visual rect since it includes contributions from the clip
bounds (as well as the mask and filter bounds). This wasn't happening,
which meant that the element wouldn't repaint properly if the old bounds
were smaller than the new bounds.
Add some detection of bounds-affecting changes to SVGResourcesCache and
Make use of that in SVGResourcesCache::ClientStyleChanged() to mark the
element for layout if needed so that its bounds are updated properly.

Fixed: 1045915
Change-Id: Ia08904945b26c382e0b9c90c15b7cc45d40434cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023561
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#736486}

--

wpt-commits: c206a3b3b144ae607acb040303a7740073eba8a0
wpt-pr: 21487
2020-02-11 11:59:59 +00:00
moz-wptsync-bot
b572b3e20c Bug 1610848 [wpt PR 21342] - Update wpt metadata, a=testonly
wpt-pr: 21342
wpt-type: metadata
2020-02-11 11:59:58 +00:00
haozhe
3370f47733 Bug 1610848 [wpt PR 21342] - Avoid dereferencing a null pointer in list_interpolation_function, a=testonly
Automatic update from web-platform-tests
Avoid dereferencing a null pointer in list_interpolation_function

The current code doesn't catch the case where non_interpolatable_value
is null for the interpolation_list. This patch add a protection for
this situation.

Bug: 1039733
Change-Id: I442a56e4984285dfe524dcd669fae9f4da0a7f94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011167
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Xida Chen <xidachen@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736481}

--

wpt-commits: 71a49b6a48ef83837562485f1349793a858717d6
wpt-pr: 21342
2020-02-11 11:59:58 +00:00
Steve Anton
b6a8dbe367 Bug 1611981 [wpt PR 21473] - Validate remote ICE parameters in RTCIceTransport.start(), a=testonly
Automatic update from web-platform-tests
Validate remote ICE parameters in RTCIceTransport.start()

Bug: 1044521
Change-Id: Ib7350579495f4774a05980c763d1fe453a4c179b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024074
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Steve Anton <steveanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736443}

--

wpt-commits: be7ccc19c940268e31b3eb77acab4275526777dc
wpt-pr: 21473
2020-02-11 11:59:57 +00:00
moz-wptsync-bot
de2231ce90 Bug 1612018 [wpt PR 21480] - Update wpt metadata, a=testonly
wpt-pr: 21480
wpt-type: metadata
2020-02-11 11:59:57 +00:00
Alison Maher
28800b6dd5 Bug 1612018 [wpt PR 21480] - SVG default forced colors, a=testonly
Automatic update from web-platform-tests
SVG default forced colors

This change adds the default color and fill forced colors for SVG
elements (WindowText). Before this change, SVG fill and color
would default to black in forced colors mode, making certain elements
un-readable.

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

--

wpt-commits: 0db0c67f7499409479ec020cf636184a986f7fcd
wpt-pr: 21480
2020-02-11 11:59:56 +00:00
Eriko Kurimoto
13b17e4f9f Bug 1612023 [wpt PR 21483] - SharedWorker: Add WPT for upgrade-insecure-requests, a=testonly
Automatic update from web-platform-tests
SharedWorker: Add WPT for upgrade-insecure-requests

This CL adds upgrade-indecure-requests web-platform-tests for module shared workers
"sharedworker-module" is added to spec.src.json and it auto-generates tests.

Bug: 824646
Change-Id: I3d75f4b7b1af93c12548331ad46e5f812205ea00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024249
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Commit-Queue: Eriko Kurimoto <elkurin@google.com>
Cr-Commit-Position: refs/heads/master@{#736229}

--

wpt-commits: c3240b66a895c68eff2f67331cbffecfb08573c5
wpt-pr: 21483
2020-02-11 11:59:56 +00:00
moz-wptsync-bot
6d9452525b Bug 1611856 [wpt PR 21448] - Update wpt metadata, a=testonly
wpt-pr: 21448
wpt-type: metadata
2020-02-11 11:59:55 +00:00
Jeremy Roman
480aa434dc Bug 1611856 [wpt PR 21448] - Cancel rather than block navigations which violate portals 1P rules., a=testonly
Automatic update from web-platform-tests
Cancel rather than block navigations which violate portals 1P rules.

Since this can lead to a WebContents with no committed entries, deal
with that case in the browser-side Activate logic, by rejecting
activations which occur before we can say with certainty that we
will load a page (i.e. navigation commit).

Bug: 1046121,1034740,942198
Change-Id: Icd219dc0bb1e4a9ab6fdc433f8644c14e69964e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015768
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: Lucas Gadani <lfg@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736369}

--

wpt-commits: 3888d4d05c82a951afb63fd0d20a38bb5ea3bf90
wpt-pr: 21448
2020-02-11 11:59:55 +00:00
autofoolip
20a9736cb6 Bug 1610696 [wpt PR 21330] - Add interfaces/webrtc-svc.idl, a=testonly
Automatic update from web-platform-tests
Add interfaces/webrtc-svc.idl (#21330)

Source: https://github.com/tidoust/reffy-reports/blob/7ae7c91/ed/idl/webrtc-svc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/639926932
--

wpt-commits: 7bd4977b248e1f464f26f3c0b99d17676871de45
wpt-pr: 21330
2020-02-11 11:59:54 +00:00
Arthur Hemery
4fe667d069 Bug 1609418 [wpt PR 21191] - [Security] Implement the context switch for COOP., a=testonly
Automatic update from web-platform-tests
[Security] Implement the context switch for COOP.

This CL lands the Cross-Origin-Opener-Policy "changes to navigation",
as per: https://gist.github.com/annevk/6f2dd8c79c77123f39797f6bdac43f3e

In practice, it forces a BrowsingInstance switch when we have a COOP
mismatch. This is necessary but not sufficient, as we want to ensure
the following behavior:

(1) window.open() returned WindowProxy is closed when we know that we
need to switch.
(2) opener is null in opened popups.
(3) window.name is empty in opened popups.

This CL solves (2). Currently (1) is untested and will follow in
a different patch (tests under development by pmeuleman@ at
https://github.com/web-platform-tests/wpt/pull/21161) and (2) needs to
be updated with some other state in DidCommit.

Bug: 922191
Change-Id: I7d5169f7d53bfc28ea01a1a03c7658e0645bc492
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985013
Commit-Queue: Arthur Hemery <ahemery@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736344}

--

wpt-commits: 2ae8e39b7116213662bcc5357394d4418651211c
wpt-pr: 21191
2020-02-11 11:59:54 +00:00
Stephen McGruer
787b458cfd Bug 1612017 [wpt PR 21479] - Add interfaces/web-locks.idl and modify test, a=testonly
Automatic update from web-platform-tests
Add interfaces/web-locks.idl and modify test (#21479)

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

wpt-commits: 1c5d0a817201698ce43de1e0bf34c3e612dd2c82
wpt-pr: 21479
2020-02-11 11:59:53 +00:00