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

675921 Коммитов

Автор SHA1 Сообщение Дата
Lan Wei 7dc26febeb Bug 1586341 [wpt PR 19522] - Use testdriver Action API to automate wpt tests with two touch fingers, a=testonly
Automatic update from web-platform-tests
Use testdriver Action API to automate wpt tests with two touch fingers

Use testdriver Action API to automate wpt tests with two touch fingers,
pointerevent_touch-action_two-finger_interaction.html.

Bug: 606367
Change-Id: Ia5a0977b3bda9c506dae99c7bfe500fe2a887cad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839017
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703867}

--

wpt-commits: 583fb12c61bca2dfd94ba12469d0c1a97f6883a4
wpt-pr: 19522
2019-10-17 19:25:31 +00:00
autofoolip f1c8edb092 Bug 1587167 [wpt PR 19575] - Update interfaces/permissions.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/permissions.idl (#19575)

Source: https://github.com/tidoust/reffy-reports/blob/6fdf484/ed/idl/permissions.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/595256477
--

wpt-commits: 39e9b0311de40fff48c9486bba611f922e2bf28a
wpt-pr: 19575
2019-10-17 19:25:30 +00:00
Koji Ishii 019d193b09 Bug 1587134 [wpt PR 19574] - [LayoutNG] Fix font-orientation segmentation, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fix font-orientation segmentation

When there are no script segments (i.e., all the text is in
single script) and in vertical flow, we create a single
segment and split it at the font-orientation boundaries.

This patch fixes to create the single segment from the first
text item, not from the first item. If it is created from the
first item and the first item is not a text item, we may give
incorrect script and/or font-orientation to HarfBuzz.

Bug: 1006154
Change-Id: I5ea87920f8cbc76cdc13fe25611f7a7a34284813
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847697
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703803}

--

wpt-commits: 4cd56bbc0f6a79a08342e35cbbcfb7e9b700214e
wpt-pr: 19574
2019-10-17 19:25:30 +00:00
Lan Wei c681f211e5 Bug 1586894 [wpt PR 19555] - Change key from "Ctrl" to "Shift" in actionsWithKeyPressed.html, a=testonly
Automatic update from web-platform-tests
Change key from "Ctrl" to "Shift" in actionsWithKeyPressed.html

In this test, we want to test that testdriver Action API supports key
and mouse action interactions. Clicking with "Ctrl" key pressed on Mac
causes a context menu open, which fails itself and prevents a
subsequent test from running. We can use other keys such as "Shift"
or "Alt", which do not open any context menu.

Change-Id: Id9b48440306eeddbd97114bc1ac0f4c9c3c012fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845994
Commit-Queue: Lan Wei <lanwei@chromium.org>
Reviewed-by: Luke Z <lpz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703792}

--

wpt-commits: de83b0a0759656d93b536457791bb601c5b7424a
wpt-pr: 19555
2019-10-17 19:25:29 +00:00
Fredrik Söderquist 9cd81628ba Bug 1586263 [wpt PR 19511] - Add some tests for triggering SMIL events via syncbases, a=testonly
Automatic update from web-platform-tests
Add some tests for triggering SMIL events via syncbases

Tests a new begin/end being added by a syncbase, and the corresponding
'end' event being fired.

Bug: 998526
Change-Id: Ie40f196d4ef2c5fb6b65fced80890a965415cace
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840692
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Auto-Submit: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703778}

--

wpt-commits: ef62c8fa7b2078d3cbe0e2364573b6e00a72f7d2
wpt-pr: 19511
2019-10-17 19:25:28 +00:00
moz-wptsync-bot d9961b8b69 Bug 1586873 [wpt PR 19553] - Update wpt metadata, a=testonly
wpt-pr: 19553
wpt-type: metadata
2019-10-17 19:25:28 +00:00
Olivier Yiptong 53e74b032c Bug 1586873 [wpt PR 19553] - [Native File System] getFile() returns a File sized correctly, a=testonly
Automatic update from web-platform-tests
[Native File System] getFile() returns a File sized correctly

The getFile() method on NativeFileSystemFileHandleImpl returned a File
that wasn't sized correctly. This caused issues when trying to use
methods on the File object that would use the bounds to do operations.

BUG=1011179

Change-Id: If900ac39be6b7bfc9d693680aa5d20b6b9c926d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845998
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703764}

--

wpt-commits: eb2527b61be8bfcf0916faa56c47624c90d32bd2
wpt-pr: 19553
2019-10-17 19:25:27 +00:00
Koji Ishii 9cf3724646 Bug 1586651 [wpt PR 19541] - [LayoutNG] Fix line breaking when `font-size: 0`, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fix line breaking when `font-size: 0`

This patch fixes line breaking when break opportunities have
`font-size: 0`.

`font-size: 0` makes all characters at position 0. This
confuses when |NGLineBreaker| needs to rewind, and tries to
find the break opportunity before the current one.

This patch fixes it by using |PreviousBreakOpportunity| in
such case.

Bug: 1006127
Change-Id: I449d6f8aaba4deccd458c5e077920b1a8bf79305
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843991
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703753}

--

wpt-commits: 7fbe6fe5fe834bf28d9171bf92d90287186020e8
wpt-pr: 19541
2019-10-17 19:25:27 +00:00
pyup-bot f21f2eace1 Bug 1585476 [wpt PR 19457] - Update pillow to 6.2.0, a=testonly
Automatic update from web-platform-tests
Update pillow from 6.1.0 to 6.2.0
--

wpt-commits: 016aca0f8606b21284161f2772c461e521ce253b
wpt-pr: 19457
2019-10-17 19:25:26 +00:00
pyup-bot 3d23fb4b18 Bug 1584248 [wpt PR 19327] - Update mypy to 0.730, a=testonly
Automatic update from web-platform-tests
Update mypy from 0.720 to 0.730
--
fixup! Update mypy from 0.720 to 0.730

--

wpt-commits: d7789eace2c576625633a913cf5f835aae68238e, 3982e1b6a11e163be4469598421b0cbcf6ecab82
wpt-pr: 19327
2019-10-17 19:25:26 +00:00
Xida Chen b3e8f03d19 Bug 1586356 [wpt PR 19524] - Port float-interpolation.html to wpt, a=testonly
Automatic update from web-platform-tests
Port float-interpolation.html to wpt

Bug: 900581
Change-Id: Ide1ea499203b960fe59faeecda1a273a0689477c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841412
Reviewed-by: Yi Gu <yigu@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703692}

--

wpt-commits: 7a7a826cd32459b449cc92fba7135ce9039aeb6f
wpt-pr: 19524
2019-10-17 19:25:26 +00:00
Simon Pieters 5d31ae5ab8 Bug 1587081 [wpt PR 19569] - Rename lone .headers file, a=testonly
Automatic update from web-platform-tests
Rename lone .headers file (#19569)

The corresponding file was renamed in 0bfaa837553a7b66b84b207e702b6b403ad6d990
--

wpt-commits: cdee611d3fe90fd05c3da262b81cf6b7c0414b9a
wpt-pr: 19569


--HG--
rename : testing/web-platform/tests/common/css-paint-tests.js.headers => testing/web-platform/tests/common/worklet-reftest.js.headers
2019-10-17 19:25:25 +00:00
Philip Jägenstedt d4ec014e5f Bug 1587100 [wpt PR 19571] - Revert "Use `zstd --no-progress` in manifest_build.py", a=testonly
Automatic update from web-platform-tests
Revert "Use `zstd --no-progress` in manifest_build.py" (#19571)

This reverts commit 1dd29f0138509c085c01df7ec3214231d28853b8.
--

wpt-commits: 7771c4cda2aa570d0bb54d6b7b28e804f0e85e2e
wpt-pr: 19571
2019-10-17 19:25:25 +00:00
Philip Jägenstedt 3ab367789e Bug 1587032 [wpt PR 19567] - [GitHub Actions] shorten names of workflow files and names, a=testonly
Automatic update from web-platform-tests
[GitHub Actions] shorten names of workflow files and names

With this, instead of checks named like this:
 - "Build & Release Manifest / manifest-build-and-tag"
 - "Build & Publish Documentation Website / website-build-and-publish"

The checks will installed be named like this:
 - "manifest / build-and-tag"
 - "documentation / build-and-publish"

--

wpt-commits: ff3e2b5734b8ec13fe2f8b9aff138c5578f373f8
wpt-pr: 19567
2019-10-17 19:25:24 +00:00
Philip Jägenstedt fc8305c839 Bug 1587048 [wpt PR 19568] - Use `zstd --no-progress` in manifest_build.py, a=testonly
Automatic update from web-platform-tests
Use `zstd --no-progress` in manifest_build.py (#19568)

gzip and bzip2 are silent by default.

--

wpt-commits: 1dd29f0138509c085c01df7ec3214231d28853b8
wpt-pr: 19568
2019-10-17 19:25:24 +00:00
Cathie Chen 13e222da4f Bug 1587024 [wpt PR 19566] - The size of OverflowClipRect is negative, a=testonly
Automatic update from web-platform-tests
The size of OverflowClipRect is negative

When scrollbar wider than the scrollar, the size of OverflowClipRect
is negative which will affect the value of scroll offset. This patch
make the size non-negative.

Bug: 987566
Change-Id: I7fa80e4a17bc48303713a1a191230d0b3e7d0dd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840492
Commit-Queue: cathie chen <cathiechen@igalia.com>
Reviewed-by: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703662}

--

wpt-commits: 6e56893172d7f8bc833e9859c97ad5e52e9eb937
wpt-pr: 19566
2019-10-17 19:25:23 +00:00
Miyoung Shin 7e82f93558 Bug 1586758 [wpt PR 19549] - Convert WebUsbService client to use BrowserInterfaceBroker, a=testonly
Automatic update from web-platform-tests
Convert WebUsbService client to use BrowserInterfaceBroker

This change converts WebUsbService mojom interface client in blink
to use BrowserInterfaceBroker.

Bug: 936482
Change-Id: I03f8d6b061eed920ffd68305702f73fff66fe871
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844005
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/master@{#703611}

--

wpt-commits: 965481541d2f8e6b4b347a8048031985a1fa8e27
wpt-pr: 19549
2019-10-17 19:25:22 +00:00
Adam Rice 45fa71c261 Bug 1586981 [wpt PR 19563] - Turn on backpressure for blink::WebSocketStream sooner, a=testonly
Automatic update from web-platform-tests
Turn on backpressure for blink::WebSocketStream sooner

Apply backpressure to blink::WebSocketChannel before the WebSocketStream
handshake starts, rather than after it completes. This avoids a race
condition where more of the first message is read than should be.

Also fix flakiness in the
external/wpt/websockets/stream-tentative/backpressure-receive.any.js by
doubling the size of message used.

BUG=1002780

Change-Id: I915c71a4b81b95375b7c4c584f7782d5336cba85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844911
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703610}

--

wpt-commits: b3807b6ffe70db1bcaa28cf8b5aa8c6da025b5fa
wpt-pr: 19563
2019-10-17 19:25:22 +00:00
moz-wptsync-bot e758f9d448 Bug 1585564 [wpt PR 19462] - Update wpt metadata, a=testonly
wpt-pr: 19462
wpt-type: metadata
2019-10-17 19:25:22 +00:00
Hiroki Nakagawa e4078a734f Bug 1585564 [wpt PR 19462] - Worklet: Reject addModule() with script's error to rethrow if available, a=testonly
Automatic update from web-platform-tests
Worklet: Reject addModule() with script's error to rethrow if available

This CL makes Worklet#addModule() fail with a more specific error object
compared to before.

Before this change, Worklet::addModule() was rejected with AbortError regardless
of an actual error reason, and that made it difficult for developers to debug
worklets. This behavior was defined in the Worklets spec, but it was changed
recently (see the links below).

After this change, Worklet::addModule() is rejected with script's error to
rethrow when it is available as the new spec defines.

Spec changes:
- https://github.com/w3c/css-houdini-drafts/pull/958
- https://github.com/w3c/css-houdini-drafts/pull/967

Chromestatus:
- https://www.chromestatus.com/feature/5116796497559552

Bug: 782066
Change-Id: Iabd30eff28ed1bffed9219898649a89b8abebbb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1258785
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703606}

--

wpt-commits: 162858b9961ab26dbbe27e07bea2d6e6d10702df
wpt-pr: 19462
2019-10-17 19:25:21 +00:00
Josh Matthews e2b29af149 Bug 1586424 [wpt PR 19529] - Allow using CORS filtered image responses as WebGL textures, a=testonly
Automatic update from web-platform-tests
Ensure image cache keys on element CORS status.

--

wpt-commits: 62ee04cd0ea0765975f82fb1b130990df9ecf8e3
wpt-pr: 19529
2019-10-17 19:25:21 +00:00
moz-wptsync-bot 949d5d5f89 Bug 1586242 [wpt PR 19509] - Update wpt metadata, a=testonly
wpt-pr: 19509
wpt-type: metadata
2019-10-17 19:25:20 +00:00
Eric Willigers 21a474ea5d Bug 1586242 [wpt PR 19509] - CSS: Test shorthand expansion, a=testonly
Automatic update from web-platform-tests
CSS: Test shorthand expansion

When a longhand value is omitted, the longhand should have the specific
initial value for the shorthand, not 'initial'.

Bug: 501673, 772772
Change-Id: I0986013e6785852861b79926dd0696314c758ff7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839934
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703528}

--

wpt-commits: bb904ca75f9da8d5392b4ed670f8033ecfd361f3
wpt-pr: 19509
2019-10-17 19:25:20 +00:00
Sebastiaan Nijland 82abe5260d Bug 1586773 [wpt PR 19551] - docs: update the readme link for running https tests, a=testonly
Automatic update from web-platform-tests
docs: update the readme link for running https tests (#19551)

--

wpt-commits: f951c9d8c79e03d656d2427fa5f3e0dce4c6efe5
wpt-pr: 19551
2019-10-17 19:25:19 +00:00
Asa Kusuma f63a169d51 Bug 1582047 [wpt PR 19132] - Clear-Site-Data: clients uncontrolled by service workers, a=testonly
Automatic update from web-platform-tests
Clear-Site-Data: clients uncontrolled by service workers after storage directive (#19132)

Adds a failing test, asserting that pages actively controlled by a service worker become uncontrolled after the Clear-Site-Data storage directive.

We agreed on this behavior in a spec issue and confirmed the need for this test at the TPAC Service Workers F2F.

https://github.com/w3c/ServiceWorker/issues/614
F2F notes: https://docs.google.com/document/d/1_Qfw5m3BJEaL1xIzTJd41HXjgJ9gq7mroBDXqSJIzic/edit
--

wpt-commits: 8be01b6e0d191a641f45ad59e83718155775921d
wpt-pr: 19132
2019-10-17 19:25:18 +00:00
moz-wptsync-bot e541b1aa2c Bug 1586876 [wpt PR 19554] - Update wpt metadata, a=testonly
wpt-pr: 19554
wpt-type: metadata
2019-10-17 19:25:18 +00:00
Stephen McGruer 4586f97391 Bug 1586876 [wpt PR 19554] - [web-animations-1] Fix typo in test, a=testonly
Automatic update from web-platform-tests
[web-animations-1] Fix typo in test (#19554)

--

wpt-commits: d9a9f2970d628001ff100548a6fd1ee750802893
wpt-pr: 19554
2019-10-17 19:25:17 +00:00
Simon Pieters ba45daf53d Bug 1586742 [wpt PR 19548] - [docs] Add documentation for common/, a=testonly
Automatic update from web-platform-tests
[docs] Add documentation for common/

Part of #17913.

--

wpt-commits: 2ae499f937640068f33d547423bfeb8c3dbf5295
wpt-pr: 19548
2019-10-17 19:25:17 +00:00
jugglinmike 5b03cf3529 Bug 1585418 [wpt PR 19449] - [testharness.js] Implement `single_test` option, a=testonly
Automatic update from web-platform-tests
[testharness.js] Implement `single_test` option (#19449)

The behavior and deployment schedule of this option was defined via the
following web-platform-tests RFC:
https://github.com/web-platform-tests/rfcs/blob/master/rfcs/single_test.md
--

wpt-commits: 819a234d3dd3a8400d57fa449123cbb01bb33226
wpt-pr: 19449
2019-10-17 19:25:16 +00:00
moz-wptsync-bot 57a5f28bb0 Bug 1583579 [wpt PR 19258] - Update wpt metadata, a=testonly
wpt-pr: 19258
wpt-type: metadata
2019-10-17 19:25:16 +00:00
Ulan Degenbaev 54e3127fad Bug 1583579 [wpt PR 19258] - Initial implementation of performance.measureMemory API, a=testonly
Automatic update from web-platform-tests
Initial implementation of performance.measureMemory API

This adds IDL files and an experimental feature flag for the API.
The implementation simply forwards to v8::Isolate::MeasureMemory.

Bug: 973627

Change-Id: I80ac8b78e81a6fad6b25370b419a0392f6589cee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796364
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703262}

--

wpt-commits: 019a83d93404f649f226f8e49cdb768115912a4f
wpt-pr: 19258
2019-10-17 19:25:16 +00:00
Philip Jägenstedt 2aa22499ae Bug 1586673 [wpt PR 19544] - Delete font-metrics-api.idl, a=testonly
Automatic update from web-platform-tests
Delete font-metrics-api.idl (#19544)

It is unused, see https://github.com/web-platform-tests/wpt/pull/12950#issuecomment-538908026.
--

wpt-commits: 238225a1d4ba5869b443f113245aa9d2e9b1110e
wpt-pr: 19544
2019-10-17 19:25:15 +00:00
Marcos Cáceres d64daa1858 Bug 1582649 [wpt PR 19178] - Update reviewers list, a=testonly
Automatic update from web-platform-tests
Update gamepad/ reviewers list (#19178)

--

wpt-commits: 0d58de551e9486c70c0f388bd2e2a78cba36e155
wpt-pr: 19178
2019-10-17 19:25:15 +00:00
moz-wptsync-bot 4c6fa3ec08 Bug 1584422 [wpt PR 19351] - Update wpt metadata, a=testonly
wpt-pr: 19351
wpt-type: metadata


--HG--
rename : testing/web-platform/meta/html/semantics/forms/autofocus/autofocus-on-stable-document.html.ini => testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/autofocus-on-stable-document.html.ini
rename : testing/web-platform/meta/html/semantics/forms/autofocus/skip-document-with-fragment.html.ini => testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/skip-document-with-fragment.html.ini
rename : testing/web-platform/meta/html/semantics/forms/autofocus/skip-non-focusable.html.ini => testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html.ini
rename : testing/web-platform/meta/html/semantics/forms/autofocus/spin-by-blocking-style-sheet.html.ini => testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/spin-by-blocking-style-sheet.html.ini
rename : testing/web-platform/meta/html/semantics/forms/autofocus/supported-elements.html.ini => testing/web-platform/meta/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini
2019-10-17 19:25:14 +00:00
Kent Tamura b9ac843f57 Bug 1584422 [wpt PR 19351] - html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/, a=testonly
Automatic update from web-platform-tests
html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/

Change-Id: I6cfddfb6be9a4b23c767b50e920b9b3a758c8130
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826749
Commit-Queue: Kent Tamura <tkent@chromium.org>
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700584}

--

wpt-commits: 466c1de3860a2d017b2c8153d43249659a85fff1
wpt-pr: 19351


--HG--
rename : testing/web-platform/tests/html/semantics/forms/autofocus/autofocus-in-not-fully-active-document.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/autofocus-in-not-fully-active-document.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/autofocus-on-stable-document.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/autofocus-on-stable-document.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/first-reconnected.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/first-reconnected.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/first-when-later-but-before.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/first-when-later-but-before.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/first-when-later.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/first-when-later.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/first.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/first.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/focusable-area-in-top-document.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/focusable-area-in-top-document.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/no-sandboxed-automatic-features.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/no-sandboxed-automatic-features.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/not-on-first-task.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/not-on-first-task.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/queue-non-focusable.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/queue-non-focusable.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/child-autofocus.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/child-autofocus.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/erase-first.css => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/erase-first.css
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/frame-with-autofocus-element.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/frame-with-autofocus-element.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/grand-child-autofocus.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/grand-child-autofocus.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/moving-autofocus-to-parent.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/moving-autofocus-to-parent.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/resources/utils.js => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/utils.js
rename : testing/web-platform/tests/html/semantics/forms/autofocus/skip-another-top-level-browsing-context.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/skip-another-top-level-browsing-context.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/skip-document-with-fragment.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/skip-document-with-fragment.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/skip-non-focusable.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/skip-not-fully-active.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/skip-not-fully-active.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/spin-by-blocking-style-sheet.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/spin-by-blocking-style-sheet.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/supported-elements.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/supported-elements.html
rename : testing/web-platform/tests/html/semantics/forms/autofocus/update-the-rendering.html => testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/update-the-rendering.html
2019-10-17 19:25:14 +00:00
moz-wptsync-bot b5b4484dbf Bug 1586206 [wpt PR 19501] - Update wpt metadata, a=testonly
wpt-pr: 19501
wpt-type: metadata


--HG--
rename : testing/web-platform/meta/fetch/sec-metadata/fetch-preflight.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/fetch-preflight.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/fetch-via-serviceworker--fallback.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/fetch-via-serviceworker--fallback.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/fetch-via-serviceworker--respondWith.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/fetch-via-serviceworker--respondWith.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/fetch.tentative.sub.html.ini => testing/web-platform/meta/fetch/metadata/fetch.tentative.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/history.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/history.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/iframe.tentative.sub.html.ini => testing/web-platform/meta/fetch/metadata/iframe.tentative.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/portal.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/portal.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/prefetch.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/prefetch.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/redirect/cross-site-redirect.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/redirect/cross-site-redirect.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/redirect/multiple-redirect-cross-site.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/redirect/multiple-redirect-cross-site.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/redirect/multiple-redirect-same-site.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/redirect/multiple-redirect-same-site.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/redirect/same-origin-redirect.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/redirect/same-origin-redirect.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/redirect/same-site-redirect.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/redirect/same-site-redirect.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/sharedworker.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/sharedworker.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/trailing-dot.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/trailing-dot.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/unload.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/unload.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/worker.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/worker.tentative.https.sub.html.ini
rename : testing/web-platform/meta/fetch/sec-metadata/xslt.tentative.https.sub.html.ini => testing/web-platform/meta/fetch/metadata/xslt.tentative.https.sub.html.ini
2019-10-17 19:25:13 +00:00
Yifan Luo 10923ab335 Bug 1586206 [wpt PR 19501] - Renaming fetch/metadata web platform tests, a=testonly
Automatic update from web-platform-tests
Renaming fetch/metadata web platform tests

Bug: 1011285

Change-Id: I8f96a36e7fd0a27dde66671c3c85e298236d20f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838173
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Yifan Luo <lyf@google.com>
Cr-Commit-Position: refs/heads/master@{#702780}

--

wpt-commits: 643548a2e0cef9324a67e61534d2105c8e6b4c34
wpt-pr: 19501


--HG--
rename : testing/web-platform/tests/fetch/sec-metadata/resources/dedicatedWorker.js => testing/web-platform/tests/fetch/metadata/resources/dedicatedWorker.js
rename : testing/web-platform/tests/fetch/sec-metadata/resources/echo-as-json.py => testing/web-platform/tests/fetch/metadata/resources/echo-as-json.py
rename : testing/web-platform/tests/fetch/sec-metadata/resources/echo-as-script.py => testing/web-platform/tests/fetch/metadata/resources/echo-as-script.py
rename : testing/web-platform/tests/fetch/sec-metadata/resources/fetch-via-serviceworker--fallback--frame.html => testing/web-platform/tests/fetch/metadata/resources/fetch-via-serviceworker--fallback--frame.html
rename : testing/web-platform/tests/fetch/sec-metadata/resources/fetch-via-serviceworker--fallback--sw.js => testing/web-platform/tests/fetch/metadata/resources/fetch-via-serviceworker--fallback--sw.js
rename : testing/web-platform/tests/fetch/sec-metadata/resources/fetch-via-serviceworker--respondWith--frame.html => testing/web-platform/tests/fetch/metadata/resources/fetch-via-serviceworker--respondWith--frame.html
rename : testing/web-platform/tests/fetch/sec-metadata/resources/fetch-via-serviceworker--respondWith--sw.js => testing/web-platform/tests/fetch/metadata/resources/fetch-via-serviceworker--respondWith--sw.js
rename : testing/web-platform/tests/fetch/sec-metadata/resources/go-back.html => testing/web-platform/tests/fetch/metadata/resources/go-back.html
rename : testing/web-platform/tests/fetch/sec-metadata/resources/helper.js => testing/web-platform/tests/fetch/metadata/resources/helper.js
rename : testing/web-platform/tests/fetch/sec-metadata/resources/post-to-owner.py => testing/web-platform/tests/fetch/metadata/resources/post-to-owner.py
rename : testing/web-platform/tests/fetch/sec-metadata/resources/sharedWorker.js => testing/web-platform/tests/fetch/metadata/resources/sharedWorker.js
rename : testing/web-platform/tests/fetch/sec-metadata/resources/unload-with-beacon.html => testing/web-platform/tests/fetch/metadata/resources/unload-with-beacon.html
2019-10-17 19:25:13 +00:00
moz-wptsync-bot 23cca3b740 Bug 1584429 [wpt PR 19352] - Update wpt metadata, a=testonly
wpt-pr: 19352
wpt-type: metadata
2019-10-17 19:25:12 +00:00
Hiroshige Hayashizaki 3e4b8650be Bug 1584429 [wpt PR 19352] - [WPT/upgrade-insecure-requests] Regenerate files, a=testonly
Automatic update from web-platform-tests
[WPT/upgrade-insecure-requests] Regenerate files

Follow-up of
https://chromium-review.googlesource.com/c/chromium/src/+/1788551.

- Generate gen/ files (mechanical)
- Remove old test files
- Update TestExpectations (manual)
    - Added crbug.com/1001374 lines, as this CL adds test coverage
      for <iframe src="(mixed-content)"> inside <iframe src="">
      that is affected by crbug.com/1001374.

Bug: 1001422, 1001374, 917554
Change-Id: I17dae578b18b943c5962222f2e0e2c81e6190aa6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788553
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703184}

--

wpt-commits: afcf0c802fcaf17015752b8f91de716c2ed731a8
wpt-pr: 19352
2019-10-17 19:25:12 +00:00
moz-wptsync-bot d6b7fcd6a1 Bug 1578899 [wpt PR 18854] - Update wpt metadata, a=testonly
wpt-pr: 18854
wpt-type: metadata
2019-10-17 19:25:11 +00:00
Hiroshige Hayashizaki d03ab7aa41 Bug 1578899 [wpt PR 18854] - [WPT/referrer-policy] Add worker subresource tests, a=testonly
Automatic update from web-platform-tests
[WPT/referrer-policy] Add worker subresource tests

This CL adds tests of subresources sent from worker global scope,
including XHR/Fetch API inside workers and nested workers.

The tests are failing on Safari and Firefox, largely because
of differences of referrer policy inheritance rule
(which is a spec-level issue).

Bug: 906850
Change-Id: Ia385d72918df5d4318c7fc58306bfc614a3bd4b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1785499
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702280}

--

wpt-commits: 28cbc22e946b0a481435ab299490b810b2ec29c8
wpt-pr: 18854
2019-10-17 19:25:11 +00:00
Frédéric Wang a0dac1daa5 Bug 1586481 [wpt PR 19534] - Miscellaneous improvements to MathML DOM tests, a=testonly
Automatic update from web-platform-tests
Miscellaneous improvements to MathML DOM tests (#19534)

* Miscellaneous improvements to MathML DOM tests

- Don't use asynchronous test to check MathMLElement onevent attributes.
  closes #19500
- Only test tab-navigation of MathML links when HTML links are tab-navigable.
  https://github.com/mathml-refresh/mathml/issues/152
  https://github.com/Igalia/chromium-dev/issues/50
  https://bugzilla.mozilla.org/show_bug.cgi?id=1571487#c30

--

wpt-commits: c0a3f7ebe674581c4f1c22fd8bbfe86a5ea98e2b
wpt-pr: 19534
2019-10-17 19:25:10 +00:00
moz-wptsync-bot e7d09ebb67 Bug 1586317 [wpt PR 19516] - Update wpt metadata, a=testonly
wpt-pr: 19516
wpt-type: metadata
2019-10-17 19:25:10 +00:00
Frédéric Wang 3205bf65e5 Bug 1586317 [wpt PR 19516] - Split operator-dictionary-001.html into smaller pieces to avoid timeo…, a=testonly
Automatic update from web-platform-tests
Split operator-dictionary-001.html into smaller pieces to avoid timeout in debug modes. (#19516)

--

wpt-commits: 128febdd882dfab454746abdb21aa03895691edb
wpt-pr: 19516
2019-10-17 19:25:09 +00:00
moz-wptsync-bot b1f6c0261d Bug 1585225 [wpt PR 19427] - Update wpt metadata, a=testonly
wpt-pr: 19427
wpt-type: metadata
2019-10-17 19:25:09 +00:00
Canon Mukai 5142b6e348 Bug 1585225 [wpt PR 19427] - DecompressionStream: Accept BufferSource chunks, a=testonly
Automatic update from web-platform-tests
DecompressionStream: Accept BufferSource chunks

The previous version of DecompressionStream accepted only Uint8Array
as its input, so I added change to accept ArrayBuffer and
other ArrayBufferView like Int16Array.

I also added a test.

Bug: 999091
Change-Id: I8c153c3f639cb4e9b8563128e4cce1e6c6597cb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831920
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Commit-Queue: Canon Mukai <canonmukai@google.com>
Cr-Commit-Position: refs/heads/master@{#703221}

--

wpt-commits: eb07ced561d725de35e072dcae68f49e6d61b37a
wpt-pr: 19427
2019-10-17 19:25:08 +00:00
Ryosuke Niwa ad5905f0ab Bug 1586425 [wpt PR 19530] - Fix shadow-dom/focus/focus-selector-delegatesFocus.html for slotted elements, a=testonly
Automatic update from web-platform-tests
Fix shadow-dom/focus/focus-selector-delegatesFocus.html for slotted elements

As specified in https://html.spec.whatwg.org/multipage/semantics-other.html#element-has-the-focus,
an element has focus when itself is in the focus chain or its shadow root contains the focused element.

Since the shadow tree does not contain a slotted element, its shadow host should not match :focus pseudo class.
Otherwise, the shadow host's tree would end up containing more than one element which match :focus,
for example, the shadow host and its direct child which is actually focused.

--

wpt-commits: 080acb0967ec06504808de9a25f64290df3d6128
wpt-pr: 19530
2019-10-17 19:25:08 +00:00
Scott Violet 52af88da3e Bug 1586417 [wpt PR 19528] - css-flexbox: fixes for -webkit-box using LayoutFlexibleBox, a=testonly
Automatic update from web-platform-tests
css-flexbox: fixes for -webkit-box using LayoutFlexibleBox

This addresses two problems that triggered CHECKs/use-after-free:

LayoutBlock, for -webkit-box, needs to add children to anonymous
blocks in some cases.

LayoutFlexibleBox should not merge anonymous flex items for
-webkit-box.

BUG=1010706
TEST=none

Change-Id: Ic8cb22f4f031813c1e1447bc23f4bfb930b3caec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838754
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703115}

--

wpt-commits: 6c1b9ea175aface98eef5e8851b75a00d0a1ba72
wpt-pr: 19528
2019-10-17 19:25:07 +00:00
Klaus Weidner 842dfa3bdc Bug 1580801 [wpt PR 19013] - WebXR: experimental DOM Overlay support for immersive-ar mode, a=testonly
Automatic update from web-platform-tests
WebXR: experimental DOM Overlay support for immersive-ar mode

This opt-in mode keeps DOM content visible as a transparent overlay while
in an immersive-ar WebXR session. It is activated by requesting an optional
or required feature on session start:

  navigator.xr.requestSession(
    'immersive-ar',
    {optionalFeatures: ['dom-overlay-for-handheld-ar']});

This functionality is only available if the corresponding feature flag
chrome://flags#webxr-ar-dom-overlay is enabled.

On session start, this fullscreens the <body> element. The application can
use the Fullscreen API to change the visible element. Exiting the session ends
fullscreen mode, and calling document.exitFullscreen() exits the immersive-ar
session if there are no remaining fullscreened elements.

(As of this CL, changing the fullscreen element doesn't fully update layer
visibility, so non-fullscreen content can remain visible unexpectedly.
That's being addressed in a followup.)

Change-Id: I77b767b111436b45e2b584e46a390a68473ab118
Bug: 991747
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741008
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: Matthew Jones <mdjones@chromium.org>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Commit-Queue: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703074}

--

wpt-commits: 585aa49b4085875142e37fb10398c2d3dee122f9
wpt-pr: 19013
2019-10-17 19:25:07 +00:00
Hiroshige Hayashizaki 8bebc70408 Bug 1585772 [wpt PR 19476] - [WPT/common/security-features] Fix typo, a=testonly
Automatic update from web-platform-tests
[WPT/common/security-features] Fix typo

Fix a typo introduced by
https://chromium-review.googlesource.com/c/chromium/src/+/1788876
(Upstream: https://github.com/web-platform-tests/wpt/pull/18904)

Change-Id: I9ac2d8048c14c42e18d44f643b8dfcfac47c5fd9
Bug: 1001422
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834886
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702278}

--

wpt-commits: 3de4b7d64f9cd80d5ea03f614ae5b85110c9a4e6
wpt-pr: 19476
2019-10-17 19:25:07 +00:00