Automatic update from web-platform-tests
Remove danielweck as css-speech reviewer
danielweck has not accepted the org invite and thus cannot be assigned by wpt-pr-bot.
--
wpt-commits: c499108ca4bf323e52911c86d8ae3835881f0362
wpt-pr: 19189
Automatic update from web-platform-tests
Add test that CSP frame-ancestors violations are reported.
Bug: 759184
Change-Id: I72c874798047f89c08271ba471d67baf04f2a920
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825899
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700288}
--
wpt-commits: c990a7c30abdef107be59669a9070af07fd43a47
wpt-pr: 19312
Automatic update from web-platform-tests
[Payments] Enable shipping and contact info delegation [4/5]
This cl implements shipping address/option change events for PH. With
this change payment handlers can notify the merchant when the user
changes the selected shipping address/option, and wait for updated
details (e.g. new shipping cost, etc) from merchant.
For overall flow please check
https://chromium-review.googlesource.com/c/chromium/src/+/1779003
Bug: 984694
Change-Id: Id881ba22bf4c846a4570801bacc49e5d4e89a72b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804557
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Sahel Sharify <sahel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700238}
--
wpt-commits: ba39b34e2096be2affd18bd97449f4ed3d286157
wpt-pr: 19230
Automatic update from web-platform-tests
Run Reporting API idlharness.js tests in workers (#19148)
Also update reviewers in META.yml.
--
wpt-commits: 927c83a447fb83baf32cba3522b3409a9a772774
wpt-pr: 19148
--HG--
rename : testing/web-platform/tests/reporting/idlharness.window.js => testing/web-platform/tests/reporting/idlharness.any.js
Automatic update from web-platform-tests
Validate IDLs in idl_test() (#18382)
This ignores errors that are still too frequent.
--
wpt-commits: 0d9fecceac869018c2b54b6251600f3d184d98c0
wpt-pr: 18382
Automatic update from web-platform-tests
Run the results jobs when idlharness.js changes (#18500)
* Run stability job for idlharness.js changes
* Distinguish single run from stability
* Fix test
* Add missing job_name
--
wpt-commits: 120c6c09da6ce71b8c7eecf5dd0782b5af7b273a
wpt-pr: 18500
Automatic update from web-platform-tests
Test for member name clashes in idlharness (#12231)
* Test for member name clashes in idlharness
* Allow overloaded methods
* Fix tests
* Remove SRI.idl test, it is built into HTML
* Fix dict tests - offset always increments now
* Update resources/idlharness.js
* Invert are_different_member logic
--
wpt-commits: de4b4df94ebfb5816cb5237b01a41eec0fbb19b0
wpt-pr: 12231
Automatic update from web-platform-tests
Add serialization WPT for CSS comparison functions min/max on <angle>
Note that the test failures are due to an existing bug crbug.com/1008146
that we fail to sort terms in a summation in the serialization. The bug
is orthogonal to the implementation of min/max.
Bug: 978682
Change-Id: Ieb04637427bdd7ba30e3bed82036d098598b6bde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824835
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700135}
--
wpt-commits: 2f2cfccf144765a9288c93a662a2cc29b1d2b0d5
wpt-pr: 19316
Automatic update from web-platform-tests
Add serialization WPT for CSS comparison functions min/max on <time>
Note that the test failures are due to an existing bug crbug.com/1008146
that we fail to sort terms in a summation in the serialization. The bug
is orthogonal to the implementation of min/max.
Bug: 978682
Change-Id: I0407fd40488f8e1a262e697977a9b80e22f9788c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825726
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700134}
--
wpt-commits: c378dabb5d6a375ecd8e764bfefe5ae5c80ca749
wpt-pr: 19310
Automatic update from web-platform-tests
Fix transform-box handling for <svg:image>
The transform for <svg:image> was not being updated properly when the
reference box was changed.
Bug: 1007146
Change-Id: I39e73105e4a2d284afd1588e38eb8ff90e45c6f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824271
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#700133}
--
wpt-commits: 70edd49bd2b4799c62f8e10c58bc47e7c6805592
wpt-pr: 19299
--HG--
rename : testing/web-platform/tests/css/css-transforms/transform-box/fill-box-mutation.html => testing/web-platform/tests/css/css-transforms/transform-box/fill-box-mutation-001.html
Automatic update from web-platform-tests
Do not simplify calculation across math functions
The existing code is too aggressive in simplifying calc() expressions
that, math functions (min/max etc) can be simplified away when they
can be directly resolved. This doesn't match the spec (*), and is fixed
in this patch.
(*) https://drafts.csswg.org/css-values-4/#math-function-simplify-a-calculation
Bug: 825895
Change-Id: Id5796299da50e40b09bc38bf0271c8f5cd7897de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825325
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700132}
--
wpt-commits: 66689b5c50fa635f64ef48cff2498b7d17937dae
wpt-pr: 19309
Automatic update from web-platform-tests
[css-text] Correct test to match spec
See #17599
--
wpt-commits: 9a11c0e0cd42e244548c27f9155afc3f5f51f40d
wpt-pr: 19313
Automatic update from web-platform-tests
Fix up a crash relied on LineBreaker
This patch fixes up a crash relied on line break with 'white-space'.
Because After HandleOverflow is called, the current style is changed
into |HandleOverflow|. So When |TextBreak|'s result is Overflow,
this patch restores the current style as the old current style.
Bug: 999863
Change-Id: I787d80abac66599671fd6cb19cb19eebb2110852
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806616
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Hyunjune Kim <hyunjune.kim@samsung.com>
Cr-Commit-Position: refs/heads/master@{#700090}
--
wpt-commits: 79d6880513fb72342b5cbb555956af9607b07c36
wpt-pr: 19244
Automatic update from web-platform-tests
Add a webkitgtk_minibrowser product/browser. (#19227)
The current "webkit" product is a bit of confusing because
it is a too much generic name, and it can be used for
running webkitgtk or wpewebkit based browsers (but not for
safari/mac based ones)
This adds a webkitgtk_minibrowser product that makes much
clearer what is the product about. It also defines default
values for all variables that previously the user had to
fill when running the "webkit" product. Now it simply
suffices with running: "/wpt run webkitgtk_minibrowser"
Add documentation about what packages are needed for
Fedora/Debian/Ubuntu to test with the WebKitGTK
MiniBrowser and how to launch it.
--
wpt-commits: d3a712a2efa2e0eb4c00aee22aef878e1cb845ac
wpt-pr: 19227
Automatic update from web-platform-tests
Port translate-interpolation.html to WPT
There were some remaining tests in the Blink-internal version that were
not present in the external/WPT version, so port those over.
Bug: 900581
Change-Id: I40d09b0bd87abe9294e82818688ce60332317438
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824122
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699925}
--
wpt-commits: f3bc5f252df01ab417340a10f7b78c1c82b8a47b
wpt-pr: 19302
Automatic update from web-platform-tests
Expose IDBTransacation durability enum
Per discussion at TPAC, this value that was previously only a parameter
on IDBDatabase.transaction is now visible on the IDBTransaction itself.
This experimental option is behind the
RuntimeEnabledFeatures::IDBRelaxedDurabilityEnabled flag.
Bug: 965883
Change-Id: Iace6607b0b28702de3e9bd397f9942e9457f1cad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818462
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699862}
--
wpt-commits: 7d99d2ca0def8468acfaee9aa15076a68efb21ca
wpt-pr: 19234
Automatic update from web-platform-tests
Use promise in wpt tests to end the tests to avoid memory leak - Part 3
When we add default tick duration of two-frame time, we see some tests
memory leak which may end the tests when the page is still active, so
I add promise to each tests, once the actions are all finished, we will
call the test end in the promise callback.
Bug: 606367
Change-Id: Ie63b8fd168426b84bedc6c31d5b3bdbb1813ccd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790742
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699856}
--
wpt-commits: 7b280682440029e0346904590001bbd84346a194
wpt-pr: 18935
Automatic update from web-platform-tests
Port scale-interpolation.html to WPT
There were some remaining tests in the Blink-internal version that were
not present in the external/WPT version, so port those over.
This work revealed two separate issues; one where the spec does not
specify the behavior to use
(https://github.com/w3c/csswg-drafts/issues/3290), and one where there
is a Chrome bug (https://crbug.com/1007978)
Bug: 900581
Change-Id: I8e47cba411f6787440282be3519d18f89a68bbc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823891
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699807}
--
wpt-commits: 0291636099aa40d72b71c94a73f620ce8f87406f
wpt-pr: 19301
Automatic update from web-platform-tests
Never create merge_commit_* tags (#19256)
This has happened in production, creating a number of these tags.
The tags have already been deleted.
--
wpt-commits: 19dc5b5b3c743ceae813ae6195958ce0b0ce035f
wpt-pr: 19256
Automatic update from web-platform-tests
Restore dropped test in transition-timing-function-computed.html
This part of 0d2db6ea124f47dd9ffd8bbd1c6198f46b58e628 wasn't correctly
exported in https://github.com/web-platform-tests/wpt/pull/19124 and
then reverted by dd5d2254250ea85d458f6e6d581f137022ca89d5.
Bug: 1007920
Change-Id: I0090bfc009c1faa994323af69d2994f38d4790f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824266
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699794}
--
wpt-commits: d3b1ffc4fb644e940471a781599e7f9adddb2456
wpt-pr: 19293
Automatic update from web-platform-tests
[css-grid] Preserve auto repeat() in getComputedStyle() for non-grids
Usually, the resolved value of grid-template-rows/columns is the used
value, expanding the repeat() notation. But for elements with a non-grid
display, the resolved value is just the computed value, with repeat(),
since the used value doesn't exist.
Before this patch, the repeat() was dropped, and line names after it
appeared at the wrong position or were also dropped. There was also an
assert failure in debug. This patch fixes the serialization for auto
repeat(). Integer repeat() is still expanded at computed-value time, so
it's not preserved in getComputedStyle().
Spec: https://drafts.csswg.org/css-grid/#resolved-track-list
BUG=988516
TEST=external/wpt/css/css-grid/parsing/grid-template-columns-computed-nogrid.html
TEST=external/wpt/css/css-grid/parsing/grid-template-columns-computed.html
TEST=external/wpt/css/css-grid/parsing/grid-template-rows-computed-nogrid.html
TEST=external/wpt/css/css-grid/parsing/grid-template-rows-computed.html
There are some test failures because integer repeat() is still expanded
at computed-value time (http://crbug.com/989004).
Change-Id: Ia262102472f2270cc9fed97a76f2766a1c17e931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724517
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#699793}
--
wpt-commits: 41755257513155e862a93344dd44f19013d347d1
wpt-pr: 18936
Automatic update from web-platform-tests
[Trusted Types] Use policy name as sample when creation fails.
Also, set the blocked-uri to "trusted-types-policy" in the violation report.
Bug: 992377
Change-Id: I164719050a39a654d002e0accc6858c55efef684
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816467
Commit-Queue: Stefano Sanfilippo <ssanfilippo@chromium.org>
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699760}
--
wpt-commits: 849cf8874b9ab3aadd6f321423eaa0e9ad8b245e
wpt-pr: 19255
Automatic update from web-platform-tests
HTML: update <img>.complete tests
Align them somewhat with more modern practices and fix one test that expects img.complete to change during a while loop.
Helps with https://github.com/whatwg/html/issues/1055 and issues pointed out from there.
https://github.com/whatwg/html/pull/4934 has proposed HTML Standard changes.
--
wpt-commits: dc2e245a955c832e88d24e6a1af5f718da5491bd
wpt-pr: 19298
Automatic update from web-platform-tests
[css-text] Fix tests to match https://github.com/w3c/csswg-drafts/issues/3440
--
[css-text] Add test based on https://github.com/w3c/csswg-drafts/issues/4359
--
[css-text] Add tests based on spec examples
--
wpt-commits: 65da2c8a6c6c4f93cae73034a2cbca9bde7413e0, 63d4c5cecaa8a5ae1f5b206e009f1c8e63c06eca, a6d00e0865b86f9440f0e079a7324a8eefa752ad
wpt-pr: 19286
Automatic update from web-platform-tests
Add feature-policy to battery-status (#7944)
* Add feature-policy to battery-status
- Add feature-policy tests
- Disallow using battery in cross-origin iframe
- Allow using battery in same-origin iframe
https://github.com/w3c/battery/pull/13
* Replace SecurityError with NotAllowedError
and use modern ES6
--
wpt-commits: fab60f68f7227113a171fb8e17d84d2f5983109b
wpt-pr: 7944