682989 Commits

Author SHA1 Message Date
Philip Jägenstedt
70be5a1dec Bug 1599253 [wpt PR 20441] - [Azure Pipelines] limit triggers to branches actually used, a=testonly
Automatic update from web-platform-tests
[Azure Pipelines] limit triggers to branches actually used (#20441)

Branches like epochs/six_hourly wouldn't do anything, but they create
a lot of entries in the Azure DevOps dashboard:
https://dev.azure.com/web-platform-tests/wpt/_build?definitionId=1

The no-op builds are mostly harmless, but make it harder to find the
interesting builds.

--

wpt-commits: 733805e11946718d9a74c2801146fbd30b992ddc
wpt-pr: 20441
2019-12-04 12:12:34 +00:00
haozhe
5ddeb96b6c Bug 1599881 [wpt PR 20488] - Port display interpolation to wpt, a=testonly
Automatic update from web-platform-tests
Port display interpolation to wpt

Both Chrome and Firefox pass

Bug: 900581
Change-Id: Ic686da5cf98667dd8c2be2e004c7f9b368a5d03d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940871
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719750}

--

wpt-commits: ac64581f15819fdefb94343e5f37f214c01c0444
wpt-pr: 20488
2019-12-04 12:12:33 +00:00
moz-wptsync-bot
1bf7d1ab91 Bug 1599599 [wpt PR 20464] - Update wpt metadata, a=testonly
wpt-pr: 20464
wpt-type: metadata
2019-12-04 12:12:33 +00:00
Steve Kobes
ad7b1a71aa Bug 1599599 [wpt PR 20464] - Convert LayoutShiftTrackerPointerdownTest to WPT., a=testonly
Automatic update from web-platform-tests
Convert LayoutShiftTrackerPointerdownTest to WPT.

The original tests are left intact, as they also verify the value of
LayoutShiftTracker::Score() which is not directly available to WPT.

Bug: 984109
Change-Id: I25d8fd48ac86ebbfc742d6dfe10e7097497b31d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937579
Commit-Queue: Steve Kobes <skobes@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719739}

--

wpt-commits: eab5fd860eaf5def6180a7de2b0186d6ab78d1c5
wpt-pr: 20464
2019-12-04 12:12:32 +00:00
James Graham
a18f4d94ec Bug 1599595 [wpt PR 20463] - Add support for just downloading browser, a=testonly
Automatic update from web-platform-tests
Add support for just downloading browser

--

wpt-commits: b980ca9454ebdac791ff153be731b8cea392ff99
wpt-pr: 20463
2019-12-04 12:12:32 +00:00
Simon Pieters
298a899497 Bug 1599786 [wpt PR 20480] - Add fsoder to svg/META.yml, a=testonly
Automatic update from web-platform-tests
Add fsoder to svg/META.yml (#20480)

--

wpt-commits: 4469c5c2b98434f16dc570c465f5c38dfcb58477
wpt-pr: 20480
2019-12-04 12:12:31 +00:00
moz-wptsync-bot
0146357b24 Bug 1596298 [wpt PR 20245] - Update wpt metadata, a=testonly
wpt-pr: 20245
wpt-type: metadata
2019-12-04 12:12:31 +00:00
Dave Tapuska
89a4328a01 Bug 1596298 [wpt PR 20245] - Limit backtracking on regexp called from blink., a=testonly
Automatic update from web-platform-tests
Limit backtracking on regexp called from blink.

It is possible to block the main thread with a invalid pattern, input
and CSS. Now that V8 has added a backtracking limit take advantage of it.
1000000 matches the limit Yarr (webkit's regex engine). See
89c28d471f/Source/JavaScriptCore/yarr/Yarr.h (L50)

BUG=966405

Change-Id: I08bc956806bc7efb8cdc06dc0db30fa94e68df9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915280
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715312}

--

wpt-commits: e193831dae8c91392dda58ea9c4752f006c10584
wpt-pr: 20245
2019-12-04 12:12:30 +00:00
moz-wptsync-bot
46c5d3181a Bug 1599706 [wpt PR 4322] - Update wpt metadata, a=testonly
wpt-pr: 4322
wpt-type: metadata
2019-12-04 12:12:30 +00:00
Nikos Andronikos
890773f86f Bug 1599706 [wpt PR 4322] - SVG 2 marker tests, a=testonly
Automatic update from web-platform-tests
Add SVG marker tests for marking multiple sub-paths

--
Add SVG marker tests for orient auto and auto-start-reverse

--

wpt-commits: c5eef7c34e30e66209c828db562bb7b2b99500f3, af667278edc9f7a9cde2fb31eda5b4d303af5d20
wpt-pr: 4322
2019-12-04 12:12:29 +00:00
pyup-bot
c3ef3afbe5 Bug 1599676 [wpt PR 20470] - Update psutil to 5.6.7, a=testonly
Automatic update from web-platform-tests
Update psutil from 5.6.6 to 5.6.7
--

wpt-commits: 9961c2dcf997a89a17e8692688420d1a73e78de6
wpt-pr: 20470
2019-12-04 12:12:29 +00:00
Oriol Brufau
2c8239304a Bug 1599510 [wpt PR 20453] - [css-pseudo] Fix assert failure when combining ::first-line and ::marker, a=testonly
Automatic update from web-platform-tests
[css-pseudo] Fix assert failure when combining ::first-line and ::marker

The interaction of a ::marker pseudo-element with a 'content' property
and the ::first-line of the list-item produced a DCHECK failure in debug
builds (it was fine with debug disabled). This patch fixes it.

Bug: 457718

TEST=external/wpt/css/css-pseudo/first-line-and-marker.html

Change-Id: I443934f3a5cbfd95913287ac2bfb0966fa707e3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937068
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#719561}

--

wpt-commits: afd1488b85e8a6c6381c901f43c27f62049fc256
wpt-pr: 20453
2019-12-04 12:12:28 +00:00
autofoolip
cc69ecff59 Bug 1599740 [wpt PR 20475] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#20475)

Source: https://github.com/tidoust/reffy-reports/blob/497ccc2/ed/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/617704186
--

wpt-commits: a0a7b10883628e5b77cedf70fe597d7e9b9d82fa
wpt-pr: 20475
2019-12-04 12:12:28 +00:00
autofoolip
26d0a169ca Bug 1599646 [wpt PR 20466] - Update interfaces/resize-observer.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/resize-observer.idl (#20466)

Source: https://github.com/tidoust/reffy-reports/blob/36fe518/ed/idl/resize-observer.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/617488341
--

wpt-commits: 22f0916578735607590e5444d92b00a89c65f252
wpt-pr: 20466
2019-12-04 12:12:28 +00:00
Yutaka Hirano
128758142e Bug 1599675 [wpt PR 20469] - Mark idlharness tests for fetch/xhr as slow, a=testonly
Automatic update from web-platform-tests
Mark idlharness tests for fetch/xhr as slow

They depend on dom/html which is slow. Also remove entries from
TestExpectations because they are covered either by
 - the long timeout introduced here, or
 - MSAN related expectations (see https://crbug.com/856601)

Bug: 1026151, 990900, 856601
Change-Id: I094590d485c318fef5ab4c2e213a621211a6a3a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936444
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Auto-Submit: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719517}

--

wpt-commits: 8321e0c262cfc7e247b0ae01839f5a7095afe59f
wpt-pr: 20469
2019-12-04 12:12:27 +00:00
moz-wptsync-bot
72ce094575 Bug 1587749 [wpt PR 19616] - Update wpt metadata, a=testonly
wpt-pr: 19616
wpt-type: metadata
2019-12-04 12:12:27 +00:00
Victor Costan
5df864832b Bug 1587749 [wpt PR 19616] - Cookie Store: Rework the SW change events API., a=testonly
Automatic update from web-platform-tests
Cookie Store: Rework the SW change events API.

Looking into two crashers revealed misconceptions in the initial Cookie
Store API implementation for change events in service works. This CL
reworks the API surface and brings it closer to other features.

The current API shape is that a SW version specifies the cookie changes
it's interested in by calling subscribeToCookieChanges() on the SW
global scope. getChangeSubscriptions() is available on the SW global
scope, and reflects the cumulative effect of all
subscribeToCookieChanges() calls during the install event.
Implementation errors aside, this API shape doesn't have a simple model
for continuously monitoring a cookie's change -- in the window between
deactivating an old SW version and activating the new version, there is
no obvious list of cookie change subscriptions.

The new API shape brings Cookie Store in line with the other SW APIs.
Cookie change subscriptions are associated with the SW registration, and
can be managed using
registration.cookies.{subscribe,unsubscribe,getSubscriptions}().

Unlike other SW APIs, the registration's subscriptions can be managed
from the SW itself, as well as from windows. We expect that most
applications will prefer to manage subscriptions from the SW code. This
exposes a rough edge -- a registration cannot be modified until the
first version of a SW is installed, so the methods listed above will
fail during a SW's first install event, but succeed during later install
events. We intend to evaluate the impact of this rough edge in an Origin
Trial.

Associated spec change: https://github.com/WICG/cookie-store/pull/111

Bug: 729800, 956732, 963042
Change-Id: I106a7d9b2e50a7304c5ad126e0f699ecac1de531
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837146
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: Staphany Park <staphany@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719476}

--

wpt-commits: 113960610a8a8e2b5d00943a099059346a6af84a
wpt-pr: 19616
2019-12-04 12:12:26 +00:00
jugglinmike
76725f9524 Bug 1599652 [wpt PR 20467] - [fetch] Designate tests for optional functionality, a=testonly
Automatic update from web-platform-tests
[fetch] Designate tests for optional functionality (#20467)

The subtests for "prefetch" have been observed to produce unstable
results in some browsers. Declaring them in a separate test reduces the
impact of this instability and helps to contextualize failures.
--

wpt-commits: 6b9333837fa2a8afcd896f1fa6631643d260c4b6
wpt-pr: 20467
2019-12-04 12:12:26 +00:00
haozhe
23e2b392bd Bug 1599589 [wpt PR 20462] - Port calc interpolation to wpt, a=testonly
Automatic update from web-platform-tests
Port calc interpolation to wpt

Both Chrome and Firefox passed

Bug: 900581
Change-Id: I7a8e4b3b7f2d040df128cd614e95b8a247d99e71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937907
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719355}

--

wpt-commits: 5454021b2ea6f85014606a2178a8fd26f1fa5f40
wpt-pr: 20462
2019-12-04 12:12:25 +00:00
haozhe
3cc079e7df Bug 1599572 [wpt PR 20460] - Port the border-image-slice-interpolation-stability test, a=testonly
Automatic update from web-platform-tests
Port the border-image-slice-interpolation-stability test

Both Chrome and Firefox pass

The original test is kept because it's in the smoke test

Bug: 900581
Change-Id: Iaa581f78cdde875f25a0accfbd953ba54277e9f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937513
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719340}

--

wpt-commits: d76f3002cfbeed2470b4b7c228ba6271f51b4335
wpt-pr: 20460
2019-12-04 12:12:25 +00:00
moz-wptsync-bot
6243b7eb62 Bug 1599523 [wpt PR 20456] - Update wpt metadata, a=testonly
wpt-pr: 20456
wpt-type: metadata
2019-12-04 12:12:24 +00:00
Mike Pennisi
84e330d9d4 Bug 1599523 [wpt PR 20456] - [fetch] Denote test as "tentative", a=testonly
Automatic update from web-platform-tests
[fetch] Denote test as "tentative"

--

wpt-commits: 98880a68dc146bb401f396107a61bb93372539d6
wpt-pr: 20456


--HG--
rename : testing/web-platform/tests/fetch/metadata/navigation.https.sub.html => testing/web-platform/tests/fetch/metadata/navigation.tentative.https.sub.html
2019-12-04 12:12:24 +00:00
Stephen McGruer
a547b88491 Bug 1599565 [wpt PR 20458] - [Documentation] Fix OS string used in manifest example, a=testonly
Automatic update from web-platform-tests
[Documentation] Fix OS string used in manifest example (#20458)

--

wpt-commits: 08023224d6bca0fd7a9b10803984e40b1f626fa3
wpt-pr: 20458
2019-12-04 12:12:23 +00:00
Stephen McGruer
ba4a29f203 Bug 1599562 [wpt PR 20457] - Tweak expectations for infrastructure/testdriver/actions/multiTouchPoints.html, a=testonly
Automatic update from web-platform-tests
Tweak expectations for infrastructure/testdriver/actions/multiTouchPoints.html (#20457)

* Tweak expectations for infrastructure/testdriver/actions/multiTouchPoints.html

* Try 'mac'

--

wpt-commits: 64eada786520bea0e14edd320742592e914c9d8f
wpt-pr: 20457
2019-12-04 12:12:23 +00:00
James Graham
d8e87b9ab1 Bug 1599536 [wpt PR 20321] - Fixup timeouts, a=testonly
Automatic update from web-platform-tests
Move timed runner into a common subclass

Most executors were implementing very common variations on "run a
function for up to some timeout and then mark the result as
EXTERNAL-TIMEOUT". But the logic for these weren't shared and so fixes
weren't shared between implementations.

Move these into a common subclass such that the implementations can be
shared, and adopt the logic from the WebDriverExecutor which runs the
function in a thread and waits a given amount of time for the flag to
be set. In contrast to the MarionetteExecutor implementation this
actually works in the case where there's a browser hang.

--
Add a timer of last resort to the TestRunner

In the case where the test just doesn't complete after the expected
amount of time (plus some slack), forcibly end the test in the parent
process. This eventually causes the child process to be restarted.

--

wpt-commits: 51e38823c3d4b44010c09655a87b8030800b1697, 35951c31d4f07cefb38a28b97eeda945ab74b851
wpt-pr: 20321
2019-12-04 12:12:23 +00:00
moz-wptsync-bot
3968adb75d Bug 1599450 [wpt PR 20450] - Update wpt metadata, a=testonly
wpt-pr: 20450
wpt-type: metadata
2019-12-04 12:12:22 +00:00
Aaron Tagliaboschi
cc84d62c25 Bug 1599450 [wpt PR 20450] - [client hints] Remove explicit lifetimes behind FeaturePolicyForClientHints flag, a=testonly
Automatic update from web-platform-tests
[client hints] Remove explicit lifetimes behind FeaturePolicyForClientHints flag

Adding changes to client hint lifetimes <7d24ea40f0>
under the client hint feature policy flag.

Bug: 1017166
Change-Id: Ia4d63777c4a4fcb150d4e854312851105fa0a11b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919953
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719162}

--

wpt-commits: 0b93a71f27ef7801ff69d787097b49c4e8ec5c40
wpt-pr: 20450
2019-12-04 12:12:22 +00:00
Philip Jägenstedt
3d4819464d Bug 1599254 [wpt PR 20442] - [Azure Pipelines] upgrade to STP 96, bypassing homebrew-cask-versions, a=testonly
Automatic update from web-platform-tests
[Azure Pipelines] upgrade to STP 96, bypassing homebrew-cask-versions (#20442)

https://github.com/Homebrew/homebrew-cask-versions/pull/8219 remains
open, so instead of relying on homebrew-cask-versions, put the cask
directly in wpt.

https://github.com/foolip/safari-technology-preview-updater will be
updated to send PRs to wpt as well to homebrew-cask-versions.
--

wpt-commits: a4f84ff2d73184bc462d0fd6046840e32fb7acd8
wpt-pr: 20442
2019-12-04 12:12:21 +00:00
Vladimir Levin
96d2b914c2 Bug 1599473 [wpt PR 20452] - intrinsic-size: Move external/wpt tests back to wpt_internal., a=testonly
Automatic update from web-platform-tests
intrinsic-size: Move external/wpt tests back to wpt_internal.

This patch removes the published WPT tests for intrinsic-size, since
we believe that the feature as it stands isn't as useful as we
initially thought.

R=chrishtr@chromium.org

Change-Id: Ie6cb1ebdd7e36be9cfc039406563ba8c603c37a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934244
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719157}

--

wpt-commits: f9b74935e76bf8e1772309fc41481d9a18f97f2f
wpt-pr: 20452
2019-12-04 12:12:21 +00:00
moz-wptsync-bot
16fa0e9caa Bug 1595557 [wpt PR 20197] - Update wpt metadata, a=testonly
wpt-pr: 20197
wpt-type: metadata
2019-12-04 12:12:20 +00:00
jgraham
e551987918 Bug 1595557 [wpt PR 20197] - Initial implementation of the TestRendered event for reftests, a=testonly
Automatic update from web-platform-tests
Implement TestRendered event for reftests (#20197)

This is described in RFC #34. The TestRendered event is emitted for
reftests with a `reftest-wait` class on the root at the point at which
the screenshot would occurs if that class was not present. It provides
a hook for test authors to dynamically modify the DOM after the
initial layout and paint are complete.

--

wpt-commits: 7b20b28674f71176bf1ad44157eb7287ffcb2c49
wpt-pr: 20197
2019-12-04 12:12:20 +00:00
pyup-bot
30ba2c3044 Bug 1599332 [wpt PR 20444] - Update psutil to 5.6.6, a=testonly
Automatic update from web-platform-tests
Update psutil from 5.6.5 to 5.6.6
--

wpt-commits: 716382fd76f438a39f3297aa35c902cbb66f55c7
wpt-pr: 20444
2019-12-04 12:12:19 +00:00
Luke Zielinski
ecf2a37bbe Bug 1596224 [wpt PR 20242] - Add --ignore-glob flag to wpt lint., a=testonly
Automatic update from web-platform-tests
Add --ignore-glob flag to wpt lint. (#20242)

This allows specifying file patterns to ignore via the commandline.

This feature is used inside Chromium CI to skip linting some
auto-generated files that aren't part of WPT. The motivation to make
this change upstream is because we sometimes get conflicts between the
local Chromium copy and the update upstream copy.
--

wpt-commits: cc31ccce0496f075d7db5b08b16b2d2398b20a46
wpt-pr: 20242
2019-12-04 12:12:19 +00:00
moz-wptsync-bot
52e28b0563 Bug 1599269 [wpt PR 20443] - Update wpt metadata, a=testonly
wpt-pr: 20443
wpt-type: metadata
2019-12-04 12:12:18 +00:00
Eldar Rello
192848b26a Bug 1599269 [wpt PR 20443] - Re-enable testing of wpt/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html and improve some test cases, a=testonly
Automatic update from web-platform-tests
Re-enable testing of wpt/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html and improve some test cases

Bug: chromium:1025557
Change-Id: I5be63e394c830faf55442d62a053e100875de5a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932793
Commit-Queue: Eldar Rello <elrello@microsoft.com>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719106}

--

wpt-commits: 8d97a8639365429d65b36d12b96103feb683c72e
wpt-pr: 20443
2019-12-04 12:12:18 +00:00
Yoshifumi Inoue
49267450ec Bug 1599357 [wpt PR 20447] - Mark external/wpt/css/cssom/idlharness.html as slow test, a=testonly
Automatic update from web-platform-tests
Mark external/wpt/css/cssom/idlharness.html as slow test

This patch markes external/wpt/css/cssom/idlharness.html as slow test.

Tbr: yosin@chromium.org
Bug: 1028482
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I4a16f628b3b3e9d3f70dc97300f822ba624c4aa4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935579
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719034}

--

wpt-commits: 1cee79240e1a6e2df18faa0ed27c7febada1e3fb
wpt-pr: 20447
2019-12-04 12:12:17 +00:00
Yoshifumi Inoue
ddfc22e9c9 Bug 1599355 [wpt PR 20446] - Mark external/wpt/cookies/http-state/path-tests.htm as slow test, a=testonly
Automatic update from web-platform-tests
Mark  external/wpt/cookies/http-state/path-tests.htm as slow test

This patch markes external/wpt/cookies/http-state/path-tests.htm as slow test.

Bug: 1028488
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Tbr: yosin@chromium.org
Change-Id: I56e99d2a237ef4038a9ec32b971eba1aae54f5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935577
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719025}

--

wpt-commits: 871b1278e99f4126a309b6dc06cec5deb6062282
wpt-pr: 20446
2019-12-04 12:12:17 +00:00
Manish Goregaokar
fb31911666 Bug 1599333 [wpt PR 20445] - Fix iterator invalidation in our forEach implementation., a=testonly
Automatic update from web-platform-tests
Add WPT test for invalidating WebIDL iterators during forEach

--

wpt-commits: ab975a76a231670a990bbe2e3a967fead7e41c4f
wpt-pr: 20445
2019-12-04 12:12:17 +00:00
moz-wptsync-bot
0b2ecdcd1d Bug 1598764 [wpt PR 20410] - Update wpt metadata, a=testonly
wpt-pr: 20410
wpt-type: metadata
2019-12-04 12:12:16 +00:00
Ayu Ishii
d5b47249de Bug 1598764 [wpt PR 20410] - Reland [sms] Implement AbortController for SMSReceiver API, a=testonly
Automatic update from web-platform-tests
Reland [sms] Implement AbortController for SMSReceiver API

This change allows developers to use the SMS Receiver API with the Abort
Controller to cancel once the API is called. This will help developers with
flows for retrying and sending a new code and they want to abort the previous
call they made to the API. If the InfoBar is up during abort, it will
leave the InfoBar open while returning an AbortError to the website. If
another request is made while the InfoBar for 1st request is still open (after
abort), upon clicking 'Verify' the SMS retrieved for the 1st request will
return to the 2nd request.

Original CL: https://crrev.com/c/1866914
Revert CL: https://crrev.com/c/1930275
Failure ticket: https://crbug.com/1027386

Failure locally reproducible with following test command:
python testing/scripts/run_isolated_script_test.py third_party/blink/tools/run_web_tests.py  -t LinuxTest third_party/blink/web_tests/external/wpt/sms/interceptor.https.html --isolated-script-test-output=output.json --isolated-script-test-perf-output=perftest-output.json --additional-expectations third_party/blink/web_tests/LeakExpectations --enable-leak-detection

Bug: 976401
Change-Id: I9b1208a6cf9c05185fa734809ab275235238cf4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929864
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Ayu Ishii <ayui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718954}

--

wpt-commits: 3880d9501752362e9c14ccdd9dd99db3271a3bc2
wpt-pr: 20410
2019-12-04 12:12:16 +00:00
moz-wptsync-bot
2a7df1eaaf Bug 1598124 [wpt PR 20349] - Update wpt metadata, a=testonly
wpt-pr: 20349
wpt-type: metadata
2019-12-04 12:12:15 +00:00
Kevin McNee
eafecf3394 Bug 1598124 [wpt PR 20349] - Restrict portal creation to http(s) schemes, a=testonly
Automatic update from web-platform-tests
Restrict portal creation to http(s) schemes

Portal contents are restricted to http(s) schemes. Since the host
contents may be adopted into a portal, it should be subject to this
restriction as well.

It may be that we end up allowing non-http(s) schemes to create portals,
but have them be unadoptable, but for now it's simpler to use the same
restriction. If we do weaken this restriction, we would still want to
prevent portal creation in about:blank, since this is not useful and
involves unnecessary complexity.

Bug: 1008992
Change-Id: I297ec36341912247d0d96833c2a5b08bff9e255c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853905
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718888}

--

wpt-commits: 83ef876e3d8a3cfd6130059cb8727239209da339
wpt-pr: 20349
2019-12-04 12:12:14 +00:00
moz-wptsync-bot
17fd30d15c Bug 1598648 [wpt PR 20401] - Update wpt metadata, a=testonly
wpt-pr: 20401
wpt-type: metadata
2019-12-04 12:12:14 +00:00
Alexey Shvayka
796c3e620e Bug 1598648 [wpt PR 20401] - Test that MediaQueryList extends EventTarget, a=testonly
Automatic update from web-platform-tests
CSSOM View: Test that MediaQueryList extends EventTarget

WebKit issue: https://bugs.webkit.org/show_bug.cgi?id=203288
--

wpt-commits: 29cfeaf1ea98a1d05378bfb735575e3e9dbbc72b
wpt-pr: 20401
2019-12-04 12:12:13 +00:00
Alexey Shvayka
039bb0fa2c Bug 1598940 [wpt PR 20421] - HTML: "handleEvent" property of EventHandler is ignored, a=testonly
Automatic update from web-platform-tests
HTML: "handleEvent" property of EventHandler is ignored

WebKit issue: https://bugs.webkit.org/show_bug.cgi?id=200066
--

wpt-commits: ed1bfd60d810ae174351e203e2e7749f4e3fbf39
wpt-pr: 20421
2019-12-04 12:12:13 +00:00
haozhe
5ec221a021 Bug 1598701 [wpt PR 20405] - Port webkit-mask-position-interpolation to wpt, a=testonly
Automatic update from web-platform-tests
Port webkit-mask-position-interpolation to wpt

Firefox passed the tests.
Chrome does not support mask-position which is in the spec.
Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1027585

Bug: 900581
Change-Id: Ibe5db28d0b692ab3d2763d7e52406962d0cbf2c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924695
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718697}

--

wpt-commits: 3385413b4de625b0e8577b0d060722f4830d2bef
wpt-pr: 20405
2019-12-04 12:12:13 +00:00
Stephen McGruer
fdae1dcd55 Bug 1599194 [wpt PR 20438] - Use single quotes in epochs workflow, a=testonly
Automatic update from web-platform-tests
Use single quotes in epochs workflow (#20438)

Expected to fix https://github.com/web-platform-tests/wpt.fyi/issues/1668
--

wpt-commits: c7d20341e63c923b8e859d58391b2ee887169aa5
wpt-pr: 20438
2019-12-04 12:12:12 +00:00
Josh Matthews
365deba09b Bug 1511870 [wpt PR 14344] - Fix DuckDuckGo HTML search, a=testonly
Automatic update from web-platform-tests
Don't alter query string when submitting form by POST.

--

wpt-commits: 702c6342b2ca667190c77cb8736ba1ec96af66af
wpt-pr: 14344
2019-12-04 12:12:12 +00:00
moz-wptsync-bot
3e2082cf67 Bug 1598495 [wpt PR 20378] - Update wpt metadata, a=testonly
wpt-pr: 20378
wpt-type: metadata
2019-12-04 12:12:11 +00:00
Steve Kobes
f973ccfb55 Bug 1598495 [wpt PR 20378] - Migrate more layout instability tests to WPT., a=testonly
Automatic update from web-platform-tests
Migrate more layout instability tests to WPT.

Bug: 984109
Change-Id: Ie31c63995f63f8acbfa26d97966ffe30016edd3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925447
Commit-Queue: Steve Kobes <skobes@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718648}

--

wpt-commits: 1a09247a6b3cee81a1cf32af40d17220680dc7f7
wpt-pr: 20378
2019-12-04 12:12:11 +00:00