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

31637 Коммитов

Автор SHA1 Сообщение Дата
Henrik Skupin 70900d75c4 Bug 1704697 - [wdspec] Add cross-origin navigation tests. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D114403
2021-05-11 13:34:04 +00:00
John Dai a080791a21 Bug 1537689 - Fix HTML output element default value is absent; r=emilio DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D24759
2021-05-11 11:57:20 +00:00
Emilio Cobos Álvarez 01419dd4c8 Bug 1709622 - Apply EXIF resolution to SurfaceFromElement. r=tnikkel,jrmuizel,jgilbert
And make sure we return the surface of the right size for canvas, which
makes that assumption in a bunch of places.

Depends on D114686

Differential Revision: https://phabricator.services.mozilla.com/D114687
2021-05-10 23:39:05 +00:00
Emilio Cobos Álvarez 9180254463 Bug 1709622 - Split density-corrected-image-in-canvas.html. r=tnikkel
So it's easier to see where we fail.

Differential Revision: https://phabricator.services.mozilla.com/D114685
2021-05-10 23:39:04 +00:00
Andreu Botella 8537e5c423 Bug 1709066 - Normalize strings to USV when constructing the entry list. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D114689
2021-05-10 16:06:34 +00:00
Emilio Cobos Álvarez 2b15d4a06b Bug 1707170 - Fix will-change-stacking-context-z-index-1.html.
z-index doesn't apply to non-positioned elements, so will-change:
z-index does nothing in that case per spec.

MANUAL PUSH: Orange fix CLOSED TREE
2021-05-10 16:12:04 +02:00
Emilio Cobos Álvarez c8aa59aaae Bug 1707170 - Will-change should only create stacking contexts / containing blocks / etc if the property it'd change would apply. r=miko
As per https://drafts.csswg.org/css-will-change/#will-change.

> If any non-initial value of a property would cause the element to
> generate a containing block for absolutely positioned elements,
> specifying that property in will-change must cause the element to
> generate a containing block for absolutely positioned elements.

But in this case the transform property wouldn't apply to the element so
there's no reason to create a stacking-context.

Differential Revision: https://phabricator.services.mozilla.com/D114121
2021-05-10 13:09:42 +00:00
Butkovits Atila 0b90caf494 Backed out 4 changesets (bug 1704697) for causing wpt failures. CLOSED TREE
Backed out changeset 6f587a056ef3 (bug 1704697)
Backed out changeset 079b8863727b (bug 1704697)
Backed out changeset 64e2c34d5cbb (bug 1704697)
Backed out changeset e2a390ce81a9 (bug 1704697)
2021-05-10 15:47:09 +03:00
Henrik Skupin 4ac4e43baf Bug 1704697 - [wdspec] Add cross-origin navigation tests. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D114403
2021-05-10 12:05:35 +00:00
moz-wptsync-bot 3e0d81377f Bug 1710272 - [wpt-sync] Update web-platform-tests to bd445b11e5a91dc5f1ed22e66cd08e587a37bd47, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: bd445b11e5a91dc5f1ed22e66cd08e587a37bd47
wpt-type: landing
2021-05-09 14:22:52 +00:00
pyup.io bot 4876411163 Bug 1710258 [wpt PR 28915] - Update flake8 to 3.9.2, a=testonly
Automatic update from web-platform-tests
Update flake8 from 3.9.1 to 3.9.2 (#28915)

--

wpt-commits: bd445b11e5a91dc5f1ed22e66cd08e587a37bd47
wpt-pr: 28915
2021-05-09 14:22:51 +00:00
moz-wptsync-bot c421e37628 Bug 1709479 [wpt PR 28827] - Update wpt metadata, a=testonly
wpt-pr: 28827
wpt-type: metadata
2021-05-09 14:22:51 +00:00
Mason Freed b61db15d60 Bug 1709479 [wpt PR 28827] - Implement <popup> focus, autofocus, delegatesfocus, a=testonly
Automatic update from web-platform-tests
Implement <popup> focus, autofocus, delegatesfocus

This CL implements most of the focus behavior for <popup. This includes
the default focus behavior, plus the implementation of the autofocus
and delegatesfocus attributes. See [1] for more context. A WPT is
added here that exercised all new functionality.

[1] https://open-ui.org/components/popup.research.explainer

Bug: 1168738
Change-Id: I6ec607c7dc250c8edb0d8bd4245e0f21303599a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2869490
Commit-Queue: Mason Freed <masonf@chromium.org>
Reviewed-by: Ionel Popescu <iopopesc@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#879576}

--

wpt-commits: c7701fb99a781145d3e68bdb5901f2600280cc0d
wpt-pr: 28827
2021-05-09 14:22:50 +00:00
autofoolip d85ad41c4b Bug 1710192 [wpt PR 28912] - Update Safari Technology Preview to 124, a=testonly
Automatic update from web-platform-tests
Update Safari Technology Preview to 124 (#28912)

--

wpt-commits: e9ca5ec1d77efb6ea4324e7e1b4acd5285f15c59
wpt-pr: 28912
2021-05-09 14:22:50 +00:00
moz-wptsync-bot a528363a34 Bug 1710201 - [wpt-sync] Update web-platform-tests to c435fae819e593723c4db853c76019e8122f2183, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: c435fae819e593723c4db853c76019e8122f2183
wpt-type: landing
2021-05-08 16:20:49 +00:00
François Beaufort 61a2f2213f Bug 1710002 [wpt PR 28888] - [Web Bluetooth] Throw TypeError if dataPrefix is present and empty, a=testonly
Automatic update from web-platform-tests
[Web Bluetooth] Throw TypeError if dataPrefix is present and empty

This CL makes sure a TypeError is thrown when manufacturer data filter
contains an empty dataPrefix.

Spec: https://github.com/WebBluetoothCG/web-bluetooth/pull/548
Bug: 707635
Change-Id: I849e4aa095e8128899802210c84be5f813d5b439
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878794
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#880686}

--

wpt-commits: c435fae819e593723c4db853c76019e8122f2183
wpt-pr: 28888
2021-05-08 16:20:48 +00:00
Ian Kilpatrick eaf5f8a689 Bug 1710161 [wpt PR 28907] - [TablesNG] Fix OOF static-position of empty baseline-aligned table-cells, a=testonly
Automatic update from web-platform-tests
[TablesNG] Fix OOF static-position of empty baseline-aligned table-cells

Alignment typically does affect the static-position of any
OOF-positioned children inside of a table-cell. However when we are
baseline-aligned, we should only apply the adjustment if we have
*inflow* children.

This doesn't shift the OOF-positioned children if we have no inflow
children.

Bug: 1206654
Change-Id: I54e80831148407797354157d2c0d19afbb2a7858
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880809
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880652}

--

wpt-commits: ffa840434904f20efc52145bb66048129a874fad
wpt-pr: 28907
2021-05-08 16:20:47 +00:00
moz-wptsync-bot 50790aa30c Bug 1710182 [wpt PR 28911] - Update wpt metadata, a=testonly
wpt-pr: 28911
wpt-type: metadata
2021-05-08 16:20:47 +00:00
Ethan Jimenez e3be632522 Bug 1710182 [wpt PR 28911] - [GridNG] Update test expectations of legacy grid failure, a=testonly
Automatic update from web-platform-tests
[GridNG] Update test expectations of legacy grid failure

Rebaselining expectations of a test failing due to incorrect margin
collapsing in legacy; LayoutNG implementation fixes the issue.

Bug: 1045599
Change-Id: I9d0d57931e9d65ea5cc38755f332b93968534f52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2881175
Commit-Queue: Ethan Jimenez <ethavar@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880641}

--

wpt-commits: 2a50e89663e666191f451b0ffbc643dbe3e00d8a
wpt-pr: 28911
2021-05-08 16:20:46 +00:00
L. David Baron 2cf5deb022 Bug 1709929 [wpt PR 28877] - Make 3D Rendering Context follow DOM tree for absolute/fixed position., a=testonly
Automatic update from web-platform-tests
Make 3D Rendering Context follow DOM tree for absolute/fixed position.

When TransformInterop is enabled, make the notion of 3D Rendering
Context and the should_flatten_inherited_transform state follow the DOM
tree for absolute and fixed-positioned elements like it does for
everything else.

(This changes behavior only when
RuntimeEnabledFeatures::TransformInteropEnabled().)

This is one of a number of changes discussed in more detail in
https://docs.google.com/document/d/1Up6NwhX0lWhASPCa0gADbV3kvEFGezbDxotAgKzfSUQ/edit

Fixed: 1189985
Change-Id: If56d8092bdab4bd294c98d5b3c73ec4bc1d32009
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877917
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880630}

--

wpt-commits: 8dee5dbb8c9b17ae876ad3b1f74043c0156487ba
wpt-pr: 28877
2021-05-08 16:20:46 +00:00
Mason Freed 9ec43a443f Bug 1710177 [wpt PR 28910] - Mark xmldecl-3 as slow, a=testonly
Automatic update from web-platform-tests
Mark xmldecl-3 as slow

This should hopefully reduce/eliminate timeout flakiness on the bots.

Fixed: 1206772
Change-Id: I72ab9c207357efbf3941dd96f17fa2f24ba22872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880906
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Commit-Queue: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880605}

--

wpt-commits: d684e879acbb6e8ccf66dc943f41fff00154467a
wpt-pr: 28910
2021-05-08 16:20:45 +00:00
Philip Jägenstedt 417f08a201 Bug 1709690 [wpt PR 28849] - Fix setting os.environ["PATH"] to a binary string, a=testonly
Automatic update from web-platform-tests
Fix setting os.environ["PATH"] to a binary string (#28849)

This code would raise "TypeError: str expected, not bytes" is run using
Python 3, since setting os.environ keys implictly encodes using
sys.getfilesystemencoding():
https://docs.python.org/3/library/os.html#os.environ

This might be dead code, or simply not exercised in wpt's CI.

Spotted while preparing https://github.com/web-platform-tests/wpt/pull/28848.
--

wpt-commits: 3d2cc9904a08bf372bdc09c96628cc4c986278ee
wpt-pr: 28849
2021-05-08 16:20:45 +00:00
Nicolás Peña Moreno 7ae1548dc6 Bug 1710093 [wpt PR 28898] - Clean up resource-timing/resource_ignore_data_url.html, a=testonly
Automatic update from web-platform-tests
Clean up resource-timing/resource_ignore_data_url.html

Bug: 1171767
Change-Id: Ic3fc4c2bc1d7eb5e083e6e4213c36d08429a07ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877956
Reviewed-by: Tom McKee <tommckee@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880508}

--

wpt-commits: e985799f913af8f2a12563876bc981161ed3a482
wpt-pr: 28898
2021-05-08 16:20:44 +00:00
Mike West c42887c7cf Bug 1709798 [wpt PR 28861] - Expose direct socket APIs via [DirectSocketEnabled]., a=testonly
Automatic update from web-platform-tests
Expose direct socket APIs via [DirectSocketEnabled].

This patch introduces a new placeholder IDL extended attribute for the
set of restrictions which might enable us to safely expose direct
sockets, as well as a set of other APIs that have similar
outside-the-web threat models. It then applies that IDL extended
attribute to the existing direct socket IDL files.

For the moment, this imposes two requirements on Direct Sockets:

1.  Opting-into COI via COOP/COEP.
2.  Toggling the kDirectSockets CLI flag.

I expect these requirements to shift in the future, but this is a
reasonable place to start.

Patch 5/5:
1.  https://chromium-review.googlesource.com/c/chromium/src/+/2871670
2.  https://chromium-review.googlesource.com/c/chromium/src/+/2874306
3.  https://chromium-review.googlesource.com/c/chromium/src/+/2874288
4.  This patch.
5.  https://chromium-review.googlesource.com/c/chromium/src/+/2875217

Note that this CL removes the Direct Socket interfaces from the
`webexposed` test suite. That's a little too complicated to fix in
this CL, but I aim to fix it in https://crbug.com/1206656.

Bug: 1206150
Change-Id: I519e1c5d164c43f5870c45823d08063f4a3af682
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874890
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880498}

--

wpt-commits: a0e29ee89172ef818a403af8a44fd45fe11b133d
wpt-pr: 28861
2021-05-08 16:20:44 +00:00
moz-wptsync-bot 2c7b65ed6e Bug 1709674 [wpt PR 28846] - Update wpt metadata, a=testonly
wpt-pr: 28846
wpt-type: metadata
2021-05-08 16:20:43 +00:00
Domenic Denicola 5b08d9bb1d Bug 1709674 [wpt PR 28846] - Upstream and expand outerText tests, a=testonly
Automatic update from web-platform-tests
Upstream and expand outerText tests

This accompanies https://github.com/whatwg/html/pull/6653.

Fixed: 710764
Change-Id: I7168df9bbaeef12ed256b7f2fb9c2c43c9d6b227
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2875725
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880460}

--

wpt-commits: e2bfe7b3d06bb26ff4d800087df6aad417feadfa
wpt-pr: 28846
2021-05-08 16:20:43 +00:00
arthursonzogni 588b083ab5 Bug 1710016 [wpt PR 28891] - [Credentialless]: WPT vs CacheStorage., a=testonly
Automatic update from web-platform-tests
[Credentialless]: WPT vs CacheStorage.

Add tentative WPT tests about COEP and CacheStorage.

Issues:
- COEP:require-corp: https://github.com/w3c/ServiceWorker/issues/1490
- COEP:credentialless: https://github.com/w3c/ServiceWorker/issues/1592

Bug: 1175099
Change-Id: I857adbd134443b17b9689c314307bb1e3888235b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876191
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880447}

--

wpt-commits: 6bf109f244a20f48bb8723663c384e1e2220f006
wpt-pr: 28891
2021-05-08 16:20:42 +00:00
Philip Jägenstedt 97c030a363 Bug 1710081 [wpt PR 28896] - Drop read_gzp workaround for a mypy problem in Python 2, a=testonly
Automatic update from web-platform-tests
Drop read_gzp workaround for a mypy problem in Python 2 (#28896)

There's no issue here with mypy on Python 3.

Part of https://github.com/web-platform-tests/wpt/pull/28895.
--

wpt-commits: e953dffdcee1a2a276ea0b73c15e3c6e04d4683f
wpt-pr: 28896
2021-05-08 16:20:42 +00:00
Philip Jägenstedt c8d0e8c831 Bug 1710080 [wpt PR 28895] - Update retry.py to Python 3 with type annotations, a=testonly
Automatic update from web-platform-tests
Update retry.py to Python 3 with type annotations (#28895)

The type annotations here aren't very useful, but simple to do and
avoids the need to exempt this script from mypy later. It's been tested
with mypy locally.

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

wpt-commits: 4bc9779398edf5c66d7630830e384ba774c5969e
wpt-pr: 28895
2021-05-08 16:20:41 +00:00
Philip Jägenstedt f3692fd96f Bug 1710074 [wpt PR 28894] - Simplify try-except imports of things moved between Python 2 and 3, a=testonly
Automatic update from web-platform-tests
Simplify try-except imports of things moved between Python 2 and 3 (#28894)

It's not clear from the code alone which is which, but these import
statements work on Python 3.8.2:
```py
from html import escape
import queue
from urllib.request import urlopen
```

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

wpt-commits: 20e07ca88113ef6132c4756019e4dd4ab6c46f0a
wpt-pr: 28894
2021-05-08 16:20:41 +00:00
Nicolás Peña Moreno 0c041303b5 Bug 1710100 [wpt PR 28899] - [ResourceTiming] Change 'htm' files to 'html', a=testonly
Automatic update from web-platform-tests
[ResourceTiming] Change 'htm' files to 'html'

Bug: 1171767
Change-Id: I9ef9452e02073379a852bb0d3c5c75834db4acf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879654
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880421}

--

wpt-commits: 88ba698c906c594d3c21080758684e97a582641a
wpt-pr: 28899
2021-05-08 16:20:40 +00:00
Koji Ishii fb13126f50 Bug 1710027 [wpt PR 28892] - Fix getBoundingClientRect for hyphens, a=testonly
Automatic update from web-platform-tests
Fix getBoundingClientRect for hyphens

This patch fixes getBoundingClientRect and its families to not
to include all hyphens and ellipses when the start range is 0.

Bug: 1205666
Change-Id: I43bd47e35e1ddd5830d9a1c408dcb6edd6f0c24f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879644
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880363}

--

wpt-commits: 3806bf2419e25bd57e70b42103478fd3c12a143b
wpt-pr: 28892
2021-05-08 16:20:40 +00:00
moz-wptsync-bot 70fea672b9 Bug 1709610 [wpt PR 28838] - Update wpt metadata, a=testonly
wpt-pr: 28838
wpt-type: metadata
2021-05-08 16:20:40 +00:00
arthursonzogni 7d9ee2d456 Bug 1709610 [wpt PR 28838] - Rename COEP:{cors-or-credentialless => credentialless}, a=testonly
Automatic update from web-platform-tests
Rename COEP:{cors-or-credentialless => credentialless}

This was discussed here:
https://github.com/whatwg/html/issues/6637#issuecomment-831113698

This patch renames "cors-or-credentialless" into "credentialless".

The WPT test directory:
- html/cross-origin-embedder-policy/credentialless/cors-or-credentialess/
- html/cross-origin-embedder-policy/credentialless/full-credentialless/
are renamed:
- html/cross-origin-embedder-policy/cors-or-credentialess/
- html/cross-origin-embedder-policy/anonymous-iframe/

Bug: 1175099
Change-Id: Iba052a2b3fbf4b45607c48807622d5ced202d583
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2867588
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Owners-Override: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880359}

--

wpt-commits: 27ac2ec45f72f4785951cf3e2b9302b740f6372e
wpt-pr: 28838
2021-05-08 16:20:39 +00:00
Philip Jägenstedt 8263af544a Bug 1710007 [wpt PR 28890] - Replace io.open() with just open(), a=testonly
Automatic update from web-platform-tests
Replace io.open() with just open() (#28890)

In Python 3, io.open() is an alias for the builtin open() function:
https://docs.python.org/3/library/io.html#io.open

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

wpt-commits: fea1d6a355f790a0ab0415026ff5efd9f7310b80
wpt-pr: 28890
2021-05-08 16:20:39 +00:00
Philip Jägenstedt 4e45721f0b Bug 1709874 [wpt PR 28869] - [idlharness.js] Remove legacycaller support, a=testonly
Automatic update from web-platform-tests
[idlharness.js] Remove legacycaller support

It no longer appears in any IDL under test, and importantly isn't
supported by webidl2.js since https://github.com/w3c/webidl2.js/issues/78.

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

--

wpt-commits: 13daaed9d21b06bb9d9b98c35bea959a271cd744
wpt-pr: 28869
2021-05-08 16:20:38 +00:00
Marcos Cáceres a412f3e906 Bug 1709523 [wpt PR 28830] - Remove shipping related things from payment-request, a=testonly
Automatic update from web-platform-tests
Remove shipping related things from payment-request (#28830)

--

wpt-commits: 53b3a8eda25cce01aec86f70d0d1c4354ea7e09f
wpt-pr: 28830
2021-05-08 16:20:38 +00:00
moz-wptsync-bot 87f274b7db Bug 1709986 [wpt PR 28885] - Update wpt metadata, a=testonly
wpt-pr: 28885
wpt-type: metadata
2021-05-08 16:20:37 +00:00
Ethan Jimenez 8a910469b4 Bug 1709986 [wpt PR 28885] - [GridNG] Update expectations for intrinsic resolution of flexible tracks, a=testonly
Automatic update from web-platform-tests
[GridNG] Update expectations for intrinsic resolution of flexible tracks

1. Fixing behavior of distribution of grid item intrinsic contributions
   to flexible tracks; the updated behavior is now better matching
   https://drafts.csswg.org/css-grid-2/#algo-spanning-flex-items.

2. Updating test expectations for legacy, which were previously passing
   related tests with an incorrect ".expected" file.

Bug: 1045599
Change-Id: I96767122158c98ab5f7d3ed2189fbcc57eb54374
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877782
Commit-Queue: Ethan Jimenez <ethavar@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880244}

--

wpt-commits: 14cd4a02a489e96d503a05d66a81f74999f1bf23
wpt-pr: 28885
2021-05-08 16:20:37 +00:00
Rob Buis 8e454ac6d5 Bug 1709939 [wpt PR 28878] - Add test for padding %-ge usage against abs pos cb, a=testonly
Automatic update from web-platform-tests
Add test for padding %-ge usage against abs pos cb (#28878)

Add test for padding %-ge usage against abs pos containing block.
In this case padding-edge should be used:
https://www.w3.org/TR/CSS2/visudet.html#containing-block-details (4.2).
--

wpt-commits: c582a734c04c07201e67f55410620f1d048eae96
wpt-pr: 28878
2021-05-08 16:20:36 +00:00
Emilio Cobos Álvarez f56df48a8c Bug 1709953 [wpt PR 28881] - Avoid putting device-dependent string in test names., a=testonly
Automatic update from web-platform-tests
Avoid putting device-dependent string in test names.

--

wpt-commits: 17bf9de651f9f77d8f4f32aeb30da6128b046469
wpt-pr: 28881
2021-05-08 16:20:36 +00:00
Philip Jägenstedt d1796c31dd Bug 1709897 [wpt PR 28872] - Pin remaining dependencies in tox.ini with resources_*.txt files, a=testonly
Automatic update from web-platform-tests
Pin remaining dependencies in tox.ini with resources_*.txt files (#28872)

The current versions are used.

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

wpt-commits: 6cc1a430de86ac3427e1f1ed8bb6effb4a06975f
wpt-pr: 28872
2021-05-08 16:20:35 +00:00
Mason Freed 1393c9566d Bug 1709922 [wpt PR 28874] - Split the trickle.py test into a separate file, a=testonly
Automatic update from web-platform-tests
Split the trickle.py test into a separate file

The trickle.py test is slow - it trickles bytes out at 50ms per
byte. This can cause timeout issues, especially on WPT.fyi. This
is a speculative change to reduce/eliminate those failures.

Change-Id: Idc4d71ccc7ff19962a922bc4440c1d71b08b28a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876872
Auto-Submit: Mason Freed <masonf@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880055}

--

wpt-commits: 95c7d6ce299cf7d7047757f1aee5fef335f128e0
wpt-pr: 28874
2021-05-08 16:20:35 +00:00
moz-wptsync-bot 317a483562 Bug 1709925 [wpt PR 28875] - Update wpt metadata, a=testonly
wpt-pr: 28875
wpt-type: metadata
2021-05-08 16:20:35 +00:00
Philip Jägenstedt 6884620bc0 Bug 1709925 [wpt PR 28875] - Remove use of six.iteritems, a=testonly
Automatic update from web-platform-tests
Remove use of six.iteritems (#28875)

--

wpt-commits: 6979b5d4e0fa3ee49400c69b8fb39cf717c3db68
wpt-pr: 28875
2021-05-08 16:20:34 +00:00
Anders Hartvoll Ruud 3c4362134a Bug 1709721 [wpt PR 28851] - Let inherited_time be zero for new CSS animations with no timeline, a=testonly
Automatic update from web-platform-tests
Let inherited_time be zero for new CSS animations with no timeline

There is currently an inconsistency between CSS animations and JS
animations: creating a JS animation with a null-timeline causes
current time to be held at zero, but the same does not happen in
the equivalent case for CSS animations. Instead, new CSS animations
without a timeline effectively have *no* current time.

This inconsistency is possible because of how we use InertEffect
in the first frame to "simulate" what the real Animation would have
done, and in this case that simulation is wrong.

Bug: 1074052
Change-Id: I3ef7de3eb3ea7812cd45d7dca41db59d42310a15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874659
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880042}

--

wpt-commits: debbb947add04239ac11e1bf9ee870082c8b952d
wpt-pr: 28851
2021-05-08 16:20:34 +00:00
moz-wptsync-bot be5b118e5b Bug 1709946 [wpt PR 7862] - Update wpt metadata, a=testonly
wpt-pr: 7862
wpt-type: metadata
2021-05-08 16:20:33 +00:00
Dominique Hazael-Massieux 40c4958d99 Bug 1709946 [wpt PR 7862] - Test behavior of media capture from a cross-origin video, a=testonly
Automatic update from web-platform-tests
Test behavior of media capture from a cross-origin video (#7862)

--

wpt-commits: 80a2ab262c3f468900b5e5928bd3e0185a24870f
wpt-pr: 7862
2021-05-08 16:20:33 +00:00
Philip Jägenstedt 2f041a57b9 Bug 1709850 [wpt PR 28867] - Remove use of six.range, a=testonly
Automatic update from web-platform-tests
Remove use of six.range (#28867)

--

wpt-commits: 32fafca6de4e0a72d392dfa4f0afa5f05307f725
wpt-pr: 28867
2021-05-08 16:20:32 +00:00
Philip Jägenstedt 22d4d0627d Bug 1709686 [wpt PR 28848] - Simplify code converting os.environ to strings (avoiding six), a=testonly
Automatic update from web-platform-tests
Simplify code converting os.environ to strings (avoiding six) (#28848)

--

wpt-commits: ff6a3128bb76675f5cb6e0c2cad583ea0aa0f1e8
wpt-pr: 28848
2021-05-08 16:20:32 +00:00