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

688979 Коммитов

Автор SHA1 Сообщение Дата
Simon Giesecke 99f4d7d6d8 Bug 1545196 - Avoid copying large RequestParams sub-object in ObjectStoreAddOrPutRequestOp. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D59726

--HG--
extra : moz-landing-system : lando
2020-01-15 09:32:31 +00:00
Emilio Cobos Álvarez c3c6689c8b Bug 1609711 - Minor fuzz adjustments.
CLOSED TREE

MANUAL PUSH: orange
2020-01-23 13:39:29 +01:00
Kirk Steuber 0c6c51ee27 Bug 1607575 - Restore support for saving/restoring MozTree column ordering r=bgrins CLOSED TREE
MozTrees persist column ordering using the XUL persist="ordinal" attribute. This patch synchronizes MozTree with that old mechanism to restore the ability to save and restore column ordering. Because the persist data will be stored in the same place as before, this should prevent people from losing their column ordering data without requiring data migration.

Differential Revision: https://phabricator.services.mozilla.com/D59763

--HG--
extra : rebase_source : 0474619cb817263d7a56b970c44cf8987d719355
extra : histedit_source : d8ed787170f5dd3ac6e19bf318e1a69c9ad0eac5
2020-01-21 18:48:58 +01:00
Kirk Steuber 44aeb05573 Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D59762

--HG--
extra : rebase_source : e70a0b95e3f878fa57d4af134e5ed7d16200467c
2020-01-22 17:23:47 +01:00
Kirk Steuber dc99689ced Bug 1607575 - Remove support for the XUL ordinal attribute r=bgrins,bz
This removes nsTreeColumns::RestoreNaturalOrder, which requires the ordinal attribute to function. It only has one consumer: toolkit/content/widgets/tree.js. The call is removed from that consumer in this patch. This will break column ordering in MozTree's, which is fixed by a later changeset in this stack.

Differential Revision: https://phabricator.services.mozilla.com/D59761

--HG--
extra : rebase_source : 88c0b1dda44dc64eedbb73f7902e6cc61faeee1b
2020-01-21 18:46:13 +01:00
moz-wptsync-bot 426450a9e2 Bug 1610401 - [wpt-sync] Update web-platform-tests to aa6a704951e60f7173afba5e36171c4f5ce931ce, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: aa6a704951e60f7173afba5e36171c4f5ce931ce
wpt-type: landing
2020-01-23 11:09:29 +00:00
Anne van Kesteren fdcffce60f Bug 1610299 [wpt PR 21265] - COOP+COEP: correct and add timeout markers, a=testonly
Automatic update from web-platform-tests
COOP+COEP: correct and add timeout markers

--

wpt-commits: 5e66d2a46b388b4bfdb1497cac50f26400d5c7d1
wpt-pr: 21265
2020-01-23 11:09:28 +00:00
James Graham 6c4554307b Bug 1610316 [wpt PR 21269] - Make it clear that event handler callbacks require wrapping in promise_test, a=testonly
Automatic update from web-platform-tests
Make it clear that event handler callbacks require wrapping in promise_test

--

wpt-commits: e78c95ebf1cce550e9b7e55b281d4c10e9b99d48
wpt-pr: 21269
2020-01-23 11:09:28 +00:00
Simon Pieters d31292f8ba Bug 1610309 [wpt PR 21268] - COOP: remove popup-meta-http-equiv.https.html.headers, a=testonly
Automatic update from web-platform-tests
COOP: remove popup-meta-http-equiv.https.html.headers

This file was accidentally added in #20874.
The test was added in #20875 but it should not have a .headers file
since it's testing that `<meta>` has no effect.

--

wpt-commits: 7b1a0f47811c8e4899072296b8c88af5c1986c6b
wpt-pr: 21268
2020-01-23 11:09:27 +00:00
Ian Kilpatrick 2f4d832a43 Bug 1610269 [wpt PR 21259] - [LayoutNG] Remove IsIntermediateLayout flag., a=testonly
Automatic update from web-platform-tests
[LayoutNG] Remove IsIntermediateLayout flag.

Previously if we synthesized the min/max sizes by performing a layout
on the orthogonal subtree - we could end up in a situation where the
"DCHECK(!constraint_space.IsIntermediateLayout() || box_->NeedsLayout())"
was hit.

This was caused by a legacy layout fieldset needing a preferred widths
recalc.

This is an indirect fix for the below DCHECK bug. Removing the
IsIntermediateLayout flags means that we now perform a copy back when
we are in this (relatively rare) phase.

The IsIntermediateLayout was initially introduced as a performance
optimization - however it could also hurt performance if we perform
a correct layout of a subtree with a fixed size.
(we'd need to layout that sub-tree twice, getting exactly the same
layout result).

Bug: 1039241
Change-Id: I468a9c8e26b5e7855a72ddb2b1f2614538cedd21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007422
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733344}

--

wpt-commits: 676c9d957b75188553d3dfd75b7c19856561e773
wpt-pr: 21259
2020-01-23 11:09:27 +00:00
moz-wptsync-bot f913af309b Bug 1610281 [wpt PR 21261] - Update wpt metadata, a=testonly
wpt-pr: 21261
wpt-type: metadata
2020-01-23 11:09:26 +00:00
Pâris MEULEMAN 558f829588 Bug 1610281 [wpt PR 21261] - Update timeout and split slow COOP WPTs, a=testonly
Automatic update from web-platform-tests
Update timeout and split slow COOP WPTs

This updates the timeout to long and splits into smaller tests the
flaky COOP web-platform tests.

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

--

wpt-commits: ddfddb5114e32c45908ba4cb63b6cf5f30836a9c
wpt-pr: 21261


--HG--
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups-to-same-origin-allow-popups.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups-to-same-origin.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-allow-popups-to-unsafe-none.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-to-same-origin.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-same-origin-to-unsafe-none.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-unsafe-none.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-unsafe-none-to-same-origin.https.html.headers
rename : testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-unsafe-none.https.html.headers => testing/web-platform/tests/html/cross-origin-opener-policy/iframe-popup-unsafe-none-to-unsafe-none.https.html.headers
2020-01-23 11:09:26 +00:00
moz-wptsync-bot 77ec195a81 Bug 1608451 [wpt PR 21133] - Update wpt metadata, a=testonly
wpt-pr: 21133
wpt-type: metadata
2020-01-23 11:09:25 +00:00
Yifan Luo 65eb37a15e Bug 1608451 [wpt PR 21133] - [Trusted Types] Implement require-trusted-types-for, a=testonly
Automatic update from web-platform-tests
[Trusted Types] Implement require-trusted-types-for

This CL separates 'require-trusted-types-for' from 'trusted-typs'
Content Security Policy directive, which currently has only one injection
sink 'script'.
https://w3c.github.io/webappsec-trusted-types/dist/spec/#require-trusted-types-for-csp-directive

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

--

wpt-commits: b302c6dcdad515be7a446ee05cfda1027805226b
wpt-pr: 21133


--HG--
rename : testing/web-platform/tests/trusted-types/default-policy-report-only.tentative.html.headers => testing/web-platform/tests/trusted-types/no-require-trusted-types-for-report-only.tentative.html.headers
2020-01-23 11:09:25 +00:00
moz-wptsync-bot 2d37f5ad78 Bug 1607136 [wpt PR 21046] - Update wpt metadata, a=testonly
wpt-pr: 21046
wpt-type: metadata
2020-01-23 11:09:25 +00:00
Blink WPT Bot 732c729377 Bug 1607136 [wpt PR 21046] - Sort the registrations returned by getRegistrations() by registration ID., a=testonly
Automatic update from web-platform-tests
Sort the registrations returned by getRegistrations() by registration ID. (#21046)

This patch makes the order of the registrations returned by
getRegistrations() be sorted by registration ID, which fixes the flaky
test of getregistrations.https.html. Related Github issue is in
https://github.com/w3c/ServiceWorker/issues/1465

Bug: 925740
Change-Id: Iaa5716eec886232df61bd23487fbae5c63413e9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984900
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Commit-Queue: Wei4 Wang <wei4.wang@intel.com>
Cr-Commit-Position: refs/heads/master@{#732749}

Co-authored-by: WangW_intel <54053982+wangw-1991@users.noreply.github.com>

--

wpt-commits: 3b8990ef1b99135ad02f13b3389049921054c88f
wpt-pr: 21046
2020-01-23 11:09:24 +00:00
Stephen McGruer 23d6126876 Bug 1609703 [wpt PR 21221] - Relax expectations for fuzzy matches on Chrome on MacOS, a=testonly
Automatic update from web-platform-tests
Relax expectations for fuzzy matches on Chrome on MacOS

We've been unable to reproduce, but on the bots these tests are
reporting a 254 channel difference rather than 255. It has been holding
up infrastructure changes and is a minor enough difference that we're
just going to accept the delta.

--

wpt-commits: 2f4e0f978f626ac74bb8b75574c240f023f0ab25
wpt-pr: 21221
2020-01-23 11:09:24 +00:00
Blink WPT Bot 9f42549afd Bug 1587989 [wpt PR 19634] - Enable Scroll To Text by default, a=testonly
Automatic update from web-platform-tests
Enable Scroll To Text by default (#19634)

Enables scroll to text by default for M81. Note we plan to launch via
Finch for M80.

Intent to ship with LGTMs:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ

This patch also updates web platform test expectations:
- scroll-to-text-fragment.html now passes; it just needed an extra rAF
  for the fallback to element anchor behavior.
- scroll-to-text-fragment-security.html has two expected failures, as
  they need to be updated to test cross-origin navigations. I'll make
  this change in a follow-up patch to close bug 1042311.

Bug: 919204
Change-Id: Ic2d563934cd9406fb335904a94c390bba789e0b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838701
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Commit-Queue: Nick Burris <nburris@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732592}

Co-authored-by: Nick Burris <nburris@chromium.org>

--

wpt-commits: 91ae81eb86ffffeed3abee0f45ccfcd3f82750ef
wpt-pr: 19634
2020-01-23 11:09:23 +00:00
moz-wptsync-bot 4c3b4c0106 Bug 1609863 [wpt PR 21229] - Update wpt metadata, a=testonly
wpt-pr: 21229
wpt-type: metadata
2020-01-23 11:09:23 +00:00
Blink WPT Bot 6894d2932f Bug 1609863 [wpt PR 21229] - SharedWorker: Add static import with 'module' type for SharedWorker, a=testonly
Automatic update from web-platform-tests
SharedWorker: Add static import with 'module' type for SharedWorker (#21229)

This CL implements static import for module script.
The feature is still behind the flag.

This CL also adds SharedWorker with type 'module' Web Platform Tests.
Dynamic import is not yet supported, so WPTs which include dyamic import
is expected to fail.

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

wpt-commits: d516f2d97890cb217d2436f0b45cd00c837e1260
wpt-pr: 21229
2020-01-23 11:09:22 +00:00
moz-wptsync-bot ac246bd773 Bug 1609439 [wpt PR 21196] - Update wpt metadata, a=testonly
wpt-pr: 21196
wpt-type: metadata
2020-01-23 11:09:22 +00:00
Ulan Degenbaev 233cc171a3 Bug 1609439 [wpt PR 21196] - Implement performance.measureMemory with per-frame sizes, a=testonly
Automatic update from web-platform-tests
Implement performance.measureMemory with per-frame sizes

This uses a new v8::Isolate::MeasureMemory API to compute the JS memory
footprint of each v8::Context that has the same security origin and
the same JS agent as the calling context does.

The V8 API takes a delegate with two methods that are implemented here:
1) ShouldMeasure(context) for selecting the contexts to measure.
   It fetches the security origin and the JS agent of a context by
   going through Context => ExecutionContext.

2) MeasurementComplete(context_sizes, unattributed_size) is called by
   V8 when the measurement is done. The function constructs an object
   representing the result and resolves the promise with it.

# Disable audit_non_blink_usage std::vector check per reviewer's comment
NOPRESUBMIT=True

Bug: 973627
Change-Id: Ibd0fb3463978184f1d467be306063d1f40105fda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986795
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733300}

--

wpt-commits: 8ce3c82fb7f762b60e37918d56c7c99bfe4dde76
wpt-pr: 21196
2020-01-23 11:09:21 +00:00
Mustapha Jaber 1707a861fc Bug 1610034 [wpt PR 21245] - Added support for Edge Stable channel, a=testonly
Automatic update from web-platform-tests
Added support for Edge Stable channel (#21245)

--

wpt-commits: ab8f451eb39eb198584d547f5d965ef54df2a86a
wpt-pr: 21245
2020-01-23 11:09:21 +00:00
Rune Lillesveen 30bd09f6dc Bug 1609929 [wpt PR 21231] - Don't stop text-decoration-propagation in general for UA shadows., a=testonly
Automatic update from web-platform-tests
Don't stop text-decoration-propagation in general for UA shadows.

We used to stop propagation of text-decoration into elements rendered
with UA shadow trees in general. Instead we should list the specific
cases where we need to do this. This is currently for media elements
which has a special rendering where the media controls do not use a
proper containing block model.

This fixes text-decoration propagation for elements like, summary,
details, object, and marquee.

TEST=fast/table/backgr_layers-opacity.html
TEST=fast/table/backgr_layers-opacity-collapsed-border.html
TEST=media/controls-styling.html

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

--

wpt-commits: e04da38398be2b6655d044fd3ba3e4bd25a0ba42
wpt-pr: 21231
2020-01-23 11:09:20 +00:00
moz-wptsync-bot bd2e585a49 Bug 1610245 [wpt PR 21257] - Update wpt metadata, a=testonly
wpt-pr: 21257
wpt-type: metadata
2020-01-23 11:09:20 +00:00
Frédéric Wang b7b7673144 Bug 1610245 [wpt PR 21257] - Add tests for baseline, stretchiness and spacing in unknown elements., a=testonly
Automatic update from web-platform-tests
Add tests for baseline, stretchiness and spacing in unknown elements. (#21257)

See https://github.com/mathml-refresh/mathml/issues/139

This also fixes wrong mpadded@notation attribute and repeats spacing tests
for other mrow-like elements.
--

wpt-commits: 87646d626a9a84941e790da383f140df6b37279d
wpt-pr: 21257
2020-01-23 11:09:19 +00:00
Frédéric Wang 66ff0b0d5f Bug 1610238 [wpt PR 21256] - Relax feature-detection for <menclose>, a=testonly
Automatic update from web-platform-tests
Relax feature-detection for <menclose> (#21256)

Discussion is still open: https://github.com/mathml-refresh/mathml/issues/105
so let's only check some minimal <mrow> support.

Igalia does not plan to implement this element in Chromium for now so
making detection too strict is causing test failures.
--

wpt-commits: ee2b3c3d8740dcfccf6d6a0c5a371335dd198654
wpt-pr: 21256
2020-01-23 11:09:19 +00:00
Eric Lawrence ed0e168ac1 Bug 1610196 [wpt PR 21252] - Enforce character restrictions for registerProtocolHandler scheme, a=testonly
Automatic update from web-platform-tests
Enforce character restrictions for registerProtocolHandler scheme

Schemes that begin with the prefix "web+" must contain one or more ASCII
lower alphas, forbidding other characters. Chrome previously allowed any
character otherwise valid in URI schemes. Now, it matches the HTML5 spec
(https://html.spec.whatwg.org/#custom-handlers) and Firefox.

Bug: 1019995
Change-Id: Id1b86eb75ca2159fc6b2c2bd1b96adac6ba494c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009825
Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com>
Reviewed-by: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733234}

--

wpt-commits: d7faaa65a15ef351c882e1b457ecee7070ea24c6
wpt-pr: 21252
2020-01-23 11:09:19 +00:00
Koji Ishii 55218a3adc Bug 1609992 [wpt PR 21239] - Limit inline negative margin quirks only when line overflows, a=testonly
Automatic update from web-platform-tests
Limit inline negative margin quirks only when line overflows

crbug.com/979894 and crbug.com/1011816 revealed that, boxes
with inline negative margins can be put back to the line even
if they appear beyond the end margin. The behavior is not
defined in the spec, but supported because all browsers do it
and there are good amount of sites relying on the behavior.

The special behavior, however, turned out that it should
apply only when the line overflows.

As described in fixes for the above issues, this behavior is
not well-defined, not really interoperable, and sometimes
the result of combinations of bugs. This patch takes the parts
of observable behaviors that are interoperable and reasonable,
while fixes the reported page.

Bug: 1040461
Change-Id: I3e4883220645a59dd3c33bdad4116f200fc4208d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000412
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733154}

--

wpt-commits: 2f346208c2a115a601b580e7869fe112b97c4246
wpt-pr: 21239
2020-01-23 11:09:18 +00:00
moz-wptsync-bot a508b5329e Bug 1610047 [wpt PR 21246] - Update wpt metadata, a=testonly
wpt-pr: 21246
wpt-type: metadata
2020-01-23 11:09:18 +00:00
Ayu Ishii 1dee857cd5 Bug 1610047 [wpt PR 21246] - CookieStore: Validate subscription URLs in SW registration.cookie.subscribe()/unsubscribe(), a=testonly
Automatic update from web-platform-tests
CookieStore: Validate subscription URLs in SW registration.cookie.subscribe()/unsubscribe()

Bug: 1035910
Change-Id: I3a19a1691b7bd04c8978c9aa7c75a3e0c430d92f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008423
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733131}

--

wpt-commits: dd0a134f8cb03ac72b99613568d5dafa648807cc
wpt-pr: 21246
2020-01-23 11:09:17 +00:00
moz-wptsync-bot 85ceb07e24 Bug 1609803 [wpt PR 21227] - Update wpt metadata, a=testonly
wpt-pr: 21227
wpt-type: metadata
2020-01-23 11:09:17 +00:00
Ayu Ishii 68ceff4102 Bug 1609803 [wpt PR 21227] - CookieStore: Handle URL option in cookieStore.get() and .getAll(), a=testonly
Automatic update from web-platform-tests
CookieStore: Handle URL option in cookieStore.get() and .getAll()

Bug: 1035913
Change-Id: Iff6a8e4e50354e906f65e23d20151b61bcd34c52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001255
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733133}

--

wpt-commits: 19ef7e9d915cd634c5289a131fd79dea453223c5
wpt-pr: 21227
2020-01-23 11:09:16 +00:00
Aleks Totic c6f35dbde4 Bug 1609756 [wpt PR 21225] - [TableNG] Fix table's box sizing in UA stylesheet, a=testonly
Automatic update from web-platform-tests
[TableNG] Fix table's box sizing in UA stylesheet

Table width is treated as border-box width, but UA does not specify box-sizing,
so it defaults to content-box. This fixes it.

The fix required rebaseline of several tests.

The only "not clearly better" difference is %ge resolution block
size for captions. Old code resolved against table's border-box size,
new code resolves against content-box size.
FF/Edge/Legacy all disagree on what is the correct answer.

Filed a spec issue, hope to match FF.
https://github.com/w3c/csswg-drafts/issues/4676

Rebaseline details:

Better, passing more tests.
 .../tables/table-ua-stylesheet-expected.txt                     |   2 +-

Test depended on table's default box-sizing being content-box. Made
table's box sizing explicit for the test.
 .../web_tests/fast/borders/border-image-fill-no-border.html     |   3 +

Better. Was testing old bad behavior. Fixed up test also passes in FF.
 .../fast/table/min-width-html-block-table-expected.txt          | 120 ++++++++++++++--------------
 .../fast/table/min-width-html-inline-table-expected.txt         | 120 ++++++++++++++--------------
 .../web_tests/fast/table/script-tests/min-width-helpers.js      |  30 +++----

Better. Table's absolute position was incorrect. Correct now.
 .../platform/linux/tables/mozilla/bugs/bug145572-expected.png   | Bin 4239 -> 4238 bytes

Not better, just different. Different sizes are used to resolve caption
percentage heights.
 .../mozilla_expected_failures/bugs/bug3166-14-expected.png      | Bin 4477 -> 4477 bytes
 .../mozilla_expected_failures/bugs/bug3166-17-expected.png      | Bin 4446 -> 4444 bytes

Bug: 423997
Change-Id: I8e090390970a637713a9e1d4b62dc55114fd944b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003810
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733115}

--

wpt-commits: e671d58951e69df89c05fb3eb2a361be3303aa38
wpt-pr: 21225
2020-01-23 11:09:16 +00:00
moz-wptsync-bot 6808bfdc24 Bug 1610022 [wpt PR 21244] - Update wpt metadata, a=testonly
wpt-pr: 21244
wpt-type: metadata
2020-01-23 11:09:15 +00:00
Piotr Bialecki ef50885e1b Bug 1610022 [wpt PR 21244] - Add test case to WebXR WPTs - XRFrame.getPose & getViewerPose are equal, a=testonly
Automatic update from web-platform-tests
Add test case to WebXR WPTs - XRFrame.getPose & getViewerPose are equal

This adds a new test case that should ensure that
`frame.getViewerPose(refSpace)` matches the pose returned by
`frame.getPose(viewerSpace, refSpace)`.

Change-Id: I0836649ed4911d714a6319bddc83f01ca3d8dd76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008133
Commit-Queue: Piotr Bialecki <bialpio@chromium.org>
Auto-Submit: Piotr Bialecki <bialpio@chromium.org>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733050}

--

wpt-commits: 248560faff74c9e8b4cc811b126e0833783d09d9
wpt-pr: 21244
2020-01-23 11:09:15 +00:00
Alison Maher 9d6c21e7c2 Bug 1609458 [wpt PR 21198] - Don't override background-images for atomic inlines in forced colors, a=testonly
Automatic update from web-platform-tests
Don't override background-images for atomic inlines in forced colors

In a previous change, we had ignored background images for all inlines
to prevent background images from being painted on top of the
readability backplate in forced colors mode.
https://chromium-review.googlesource.com/c/chromium/src/+/1757685

However, it turns out that atomic inlines paint their backgrounds
before the backplate is painted. As such, we do not want to ignore
background images for these inlines in forced colors mode.

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

--

wpt-commits: 4e55a63338592a8fa6a505aa7feb5967874e64e6
wpt-pr: 21198
2020-01-23 11:09:14 +00:00
moz-wptsync-bot 939938d27e Bug 1608612 [wpt PR 21138] - Update wpt metadata, a=testonly
wpt-pr: 21138
wpt-type: metadata
2020-01-23 11:09:14 +00:00
Kai Ninomiya 97e0464a01 Bug 1608612 [wpt PR 21138] - Add WebGPU CTS to DEPS, and roll it using the new tools, a=testonly
Automatic update from web-platform-tests
Add WebGPU CTS to DEPS, and roll it using the new tools

This brings WebGPU CTS into DEPS, and rolls the WPT copy to the same
version.

The new tools are NOT in this patch, and will land after this, in:
https://chromium-review.googlesource.com/c/chromium/src/+/1919211

Bug: dawn:323  # for added expectations
Change-Id: I334c51cc3b0a8473c77c486ea6293ba0500d4ba6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996140
Auto-Submit: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733000}

--

wpt-commits: 2032e1c975f70239680936ba812f7d40db45061a
wpt-pr: 21138
2020-01-23 11:09:13 +00:00
moz-wptsync-bot 8c9ac50909 Bug 1609955 [wpt PR 21233] - Update wpt metadata, a=testonly
wpt-pr: 21233
wpt-type: metadata
2020-01-23 11:09:13 +00:00
Adithya Srinivasan 0dd6248f12 Bug 1609955 [wpt PR 21233] - Portals: Make HTMLPortalElement keyboard focusable, a=testonly
Automatic update from web-platform-tests
Portals: Make HTMLPortalElement keyboard focusable

Also simulates a click when clicking enter/space when a portal is
focused (similar to buttons).

Bug: 1043127
Change-Id: I0b1a35cd978c191a958dea0ed47bf737cac7292f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995940
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732989}

--

wpt-commits: cef0f785d29fdc0df093f4551c4759ab00d1b0bf
wpt-pr: 21233
2020-01-23 11:09:12 +00:00
Olga Gerchikov e92de32dbd Bug 1607837 [wpt PR 21092] - Schedule frame for scroll linked animations only when scrolling changes, a=testonly
Automatic update from web-platform-tests
Schedule frame for scroll linked animations only when scrolling changes

Scheduling frame for scroll linked animations regardless of the scroller
updates makes scroll animations inefficient. This change schedules next
frame only when scroll timeline current time changes. The change
assumes that animation timeline scheduling runs (via
DocumentAnimations::UpdateAnimations) at the end of any frame in which
scroll timeline (i.e. its offset, range, overflow) is invalidated.

Bug: 1039750
Change-Id: Ib87a298e6d09cbeb85276cea4c165022b76f3732
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990003
Commit-Queue: Olga Gerchikov <gerchiko@microsoft.com>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732987}

--

wpt-commits: faf0b980eab5b7b9277937e8fdd79e282215faea
wpt-pr: 21092
2020-01-23 11:09:12 +00:00
Piotr Bialecki 32014a0f31 Bug 1610011 [wpt PR 21243] - CL followup - run ESLint, throw from math helper, a=testonly
Automatic update from web-platform-tests
CL followup - run ESLint, throw from math helper

- ran ESLint on webxr-test.js and xr-internal-device-mocking.js
- xr-internal-device-mocking.js now stores the
  `MockRuntime._injectAdditionalFrameData()` before overwriting it with
  its own implementation, and calls the original implementation as the
  first step
- throw instead of console.warn when math helper encounters unexpected
  combinations of .w component

Changes:
Change-Id: I94c015b5c89cfbc0e1a4b90db6ec44a198f4ce05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008073
Commit-Queue: Piotr Bialecki <bialpio@chromium.org>
Commit-Queue: Klaus Weidner <klausw@chromium.org>
Auto-Submit: Piotr Bialecki <bialpio@chromium.org>
Reviewed-by: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732977}

--

wpt-commits: b9607ef83f80ba7898def5f60c76c3e47ec9576f
wpt-pr: 21243
2020-01-23 11:09:11 +00:00
Yi Gu ddb261b162 Bug 1609999 [wpt PR 21241] - [ScrollSnap] Invalidate SnapContainer when applying transform to target, a=testonly
Automatic update from web-platform-tests
[ScrollSnap] Invalidate SnapContainer when applying transform to target

This is a follow-up patch of crrev.com/c/1962567 to support transform
inducing resnapping.

Bug: 1028316
Change-Id: Ie1ae2f088919665c6ddfbf3d8a9dce119d066f8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008061
Reviewed-by: David Bokan <bokan@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732965}

--

wpt-commits: e2643469fd5a9c370f6d5df73f601a14b0abab1b
wpt-pr: 21241
2020-01-23 11:09:11 +00:00
arthursonzogni 3aef8fac34 Bug 1609972 [wpt PR 21238] - Deflake WPT test: required_csp-header.html, a=testonly
Automatic update from web-platform-tests
Deflake WPT test: required_csp-header.html

This test is navigating 14*7 = 70 iframes in parallel. This is a lot! We
need to increase the WPT test timeout to make it work without exceeding
it.

Bug: 818324
Change-Id: I80aa2f74e41957e35b5490a9d57dcfccd2ac011f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007416
Commit-Queue: Camille Lamy <clamy@chromium.org>
Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732895}

--

wpt-commits: 53e8914b40d9a9e41c12e07fbb34304f128833ca
wpt-pr: 21238
2020-01-23 11:09:11 +00:00
arthursonzogni 22d87ecd79 Bug 1609963 [wpt PR 21234] - Deflake CSP object-src-url*-allowed.html, a=testonly
Automatic update from web-platform-tests
Deflake CSP object-src-url*-allowed.html

Reenable the tests. They have probably been fixed by:
https://chromium-review.googlesource.com/c/chromium/src/+/1995261

Remove attribute "async defer" to the <script>. It delays the script execution
for no reasons and might also cause it to fail.

Improve coding style along the way.

Bug: 1039643, 1039642
Change-Id: I8e4667a455d96f03f3f2d99e229f529ec5d70153
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007732
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732890}

--

wpt-commits: d61f8dfcd7a6e768fa9874b261ead4c02b338da2
wpt-pr: 21234
2020-01-23 11:09:10 +00:00
moz-wptsync-bot 5492fbce57 Bug 1601266 [wpt PR 20605] - Update wpt metadata, a=testonly
wpt-pr: 20605
wpt-type: metadata
2020-01-23 11:09:10 +00:00
Eldar Rello 5ffa5aed8f Bug 1601266 [wpt PR 20605] - Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent, a=testonly
Automatic update from web-platform-tests
Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent

Spec:
https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnectioniceerrorevent

Intent:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/fs-Y4awdYj0/1UOKRxzmBQAJ

Bug: chromium:1013564
Change-Id: I32c7d731a08dc75adcfe640357e8636f7c4325be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944346
Commit-Queue: Eldar Rello <elrello@microsoft.com>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732828}

--

wpt-commits: 52acc76bca9fdc61e881c672d4b8fd1de07eeaf7
wpt-pr: 20605
2020-01-23 11:09:09 +00:00
_Ros_ a1c2070d4a Bug 1590347 [wpt PR 19823] - [css-grid] Align content vertical, a=testonly
Automatic update from web-platform-tests
[css-grid] Align content vertical (#19823)

* add tests for align content in different writing-modes

--

wpt-commits: 55c2b9bfc52e4b40d3ff2dd7cfed50cbf0b23ab6
wpt-pr: 19823
2020-01-23 11:09:09 +00:00
Mason Freed fe36becbbd Bug 1609574 [wpt PR 21211] - Fix valueMissing() for immutable text-mode inputs, a=testonly
Automatic update from web-platform-tests
Fix valueMissing() for immutable text-mode inputs

Prior to this commit, valueMissing() incorrectly returned true for
text-mode inputs that were readonly or disabled. With this CL, this
situation is fixed.

Fixed: 1039149
Change-Id: I0f3d9b5c00e7c4e9e8fa0a9767119a2ab5d6b01f
Bug: 1039149
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003637
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732686}

--

wpt-commits: a2dbc7c6cef42d2a272ebfb07bfb6f42da387cc1
wpt-pr: 21211
2020-01-23 11:09:08 +00:00