Commit Graph

642228 Commits

Author SHA1 Message Date
moz-wptsync-bot
16af648cf2 Bug 1526801 [wpt PR 15292] - Update wpt metadata, a=testonly
wpt-pr: 15292
wpt-type: metadata
2019-03-16 12:13:22 +00:00
Guido Urdaneta
b145e53fa8 Bug 1526801 [wpt PR 15292] - [PeerConnection] Fire signalingstatechange event at the right time, a=testonly
Automatic update from web-platform-tests
[PeerConnection] Fire signalingstatechange event at the right time

Prior to this CL, the event was fired before the transceiver state was
updated, in contradiction with the spec, which says it should be fired
after the transceiver state is updated.

Bug: 920200
Change-Id: I757cc0161a5da4888cd628619180e24a54dc732b
Reviewed-on: https://chromium-review.googlesource.com/c/1458203
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634609}

--

wpt-commits: 0f4203743c56377734f9682abb015d56d6a1a71e
wpt-pr: 15292
2019-03-16 12:13:22 +00:00
Anne van Kesteren
0b0b570781 Bug 1528954 [wpt PR 15461] - HTML: opener of a Window sans browsing context, a=testonly
Automatic update from web-platform-tests
HTML: opener of a Window sans browsing context

For https://github.com/whatwg/html/pull/4379.
--

wpt-commits: ad1ab06b7fcdbf7ef24cf0ed8aa13ac36d04272a
wpt-pr: 15461
2019-03-16 12:13:21 +00:00
Anne van Kesteren
8995eeed12 Bug 1528949 [wpt PR 15460] - HTML: window.focus() sans browsing context, a=testonly
Automatic update from web-platform-tests
HTML: window.focus() sans browsing context

For https://github.com/whatwg/html/pull/4377.
--

wpt-commits: 84a44957233c13fb21f5d97b06db1d89076fb144
wpt-pr: 15460
2019-03-16 12:13:21 +00:00
moz-wptsync-bot
ac212ca251 Bug 1530812 [wpt PR 15495] - Update wpt metadata, a=testonly
wpt-pr: 15495
wpt-type: metadata
2019-03-16 12:13:21 +00:00
Tsuyoshi Horo
53735371dd Bug 1530812 [wpt PR 15495] - Add signed exchange reporting error test cases, a=testonly
Automatic update from web-platform-tests
Add signed exchange reporting error test cases

Bug: 910516
Change-Id: I01f776e0a787e97430cc033d55bb1a32e900f9e9
Reviewed-on: https://chromium-review.googlesource.com/c/1480363
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634520}

--

wpt-commits: a4d3950853b324eaeb4c49be58df1bed832519ca
wpt-pr: 15495
2019-03-16 12:13:20 +00:00
moz-wptsync-bot
d5c70b8157 Bug 1529263 [wpt PR 15399] - Update wpt metadata, a=testonly
wpt-pr: 15399
wpt-type: metadata
2019-03-16 12:13:20 +00:00
Sandra Sun
918e534d17 Bug 1529263 [wpt PR 15399] - Implement scroll-snap-stop: always, a=testonly
Automatic update from web-platform-tests
Implement scroll-snap-stop: always

As specified in the spec, when the snap-area has scroll-snap-stop:
always, we should not pass its snap position when scrolling with an
intended direction.

This patch implements this feature by adding another round of search for
the IntendedEndAndDirectionStrategy. This second round searches for the
snap position with scroll-snap-stop: always that's closest to the
scroll's start position. It then compares with the result from the first
round of search, which is the snap position closest to the scroll's
target position. The comparison selects the area closest to the scroll's
start position ensuring a an area with snap stop is never bypassed.

Bug: 823998
Change-Id: Ic40f82263ced85f8a72c8f5a82d4fb76e403398f
Reviewed-on: https://chromium-review.googlesource.com/c/1460875
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634421}

--

wpt-commits: 181f8381fe9373e027f4b5ba5d1439843ad2c2e6
wpt-pr: 15399
2019-03-16 12:13:20 +00:00
Yi Gu
8de0f4f44b Bug 1529208 [wpt PR 15469] - [Code Health] Fix incorrect test name, a=testonly
Automatic update from web-platform-tests
[Code Health] Fix incorrect test name

wpt/web-animations/timing-model/animations/set-the-animation-start-time.html
was renamed in [1] but the name change was not reflected elsewhere.

In addition, the expectation file for the test on Android seems
unnecessary.

[1] bf6c3b0618

Change-Id: I6a640c3d56203380ad19ca3b1bb1278cc6971bd8
Reviewed-on: https://chromium-review.googlesource.com/c/1477938
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634404}

--

wpt-commits: b055c7c24f26f1f61c11bb1efcdbcec5805f5f47
wpt-pr: 15469
2019-03-16 12:13:20 +00:00
Harald Alvestrand
501a577f2b Bug 1529821 [wpt PR 15506] - Surface dtlsTransport via state-surfacer, a=testonly
Automatic update from web-platform-tests
Surface dtlsTransport via state-surfacer

This allows for more consistent state information.

Bug: chromium:907849
Change-Id: I8b71b3ec3eb1acf83624969190519c5f18b2a19e
Reviewed-on: https://chromium-review.googlesource.com/c/1455896
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633958}

--

wpt-commits: 36baff5e6981e5a235ed1c5f13b45ffed241770b
wpt-pr: 15506
2019-03-16 12:13:19 +00:00
moz-wptsync-bot
8122dee3a2 Bug 1529459 [wpt PR 15179] - Update wpt metadata, a=testonly
wpt-pr: 15179
wpt-type: metadata
2019-03-16 12:13:19 +00:00
Yao Xiao
982fe68993 Bug 1529459 [wpt PR 15179] - Add tentative WPT to verify download in sandbox, a=testonly
Automatic update from web-platform-tests
Add tentative WPT to verify download in sandbox

General testing idea:
For a network request, the server stores a token in stash.
And after a fixed period of time, we validate the token in the
stash to verify a download has happened. Also assert that no
additional navigation should happen.

In the case of <a download> where the decision of download can be made
before resource fetching, the server sets the token immediately.

In the case of navigation to a download, the server will stream a
response over 1 seconds and set the token at the end only when the
socket has been connected. So it is able to detect any download
cancellation while fetching the resource.

Bug: 539938, 927183
Change-Id: I7b90d46504603f60938a46acee9fbd7d1483988b
Reviewed-on: https://chromium-review.googlesource.com/c/1446395
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634249}

--

wpt-commits: 245334dcc1695c3dbc4e1fcdbe849224234093fc
wpt-pr: 15179
2019-03-16 12:13:19 +00:00
Nicolás Peña Moreno
6ecec2f224 Bug 1529818 [wpt PR 15492] - LongTasks: fix sibling layout test, a=testonly
Automatic update from web-platform-tests
LongTasks: fix sibling layout test

This CL allows the main frame to produce a long task that is observed by
the child frame. Such a long task can be detected because the
attribution will be same-origin-ancestor.

Bug: 927866
Change-Id: I38849b5f44172cbffd25f3ab429b0c1a96b0f1e3
Reviewed-on: https://chromium-review.googlesource.com/c/1480114
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634243}

--

wpt-commits: 493fdc7e7908360273baa0ee13421fff692cf8ed
wpt-pr: 15492
2019-03-16 12:13:18 +00:00
Philip Jägenstedt
3b78e759a6 Bug 1529814 [wpt PR 15502] - [Azure Pipelines] Allow Safari TP to be manually triggered, a=testonly
Automatic update from web-platform-tests
[Azure Pipelines] Allow Safari TP to be manually triggered (#15502)

To help alleviate https://github.com/web-platform-tests/wpt/issues/15500.
--

wpt-commits: bbb94679c4f6ca8d6779631eacb2871dd804a70a
wpt-pr: 15502
2019-03-16 12:13:18 +00:00
moz-wptsync-bot
d16fff53f5 Bug 1529092 [wpt PR 15464] - Update wpt metadata, a=testonly
wpt-pr: 15464
wpt-type: metadata
2019-03-16 12:13:18 +00:00
Frédéric Wang
12489303ad Bug 1529092 [wpt PR 15464] - Export 2 WPT tests for intrinsic size of SVG images with CSS 'auto' size, a=testonly
Automatic update from web-platform-tests
Export 2 WPT tests for intrinsic size of SVG images with CSS 'auto' size

The following changes are made:
- Add spec documentation
- Update link to harness JS files.
- Remove trailing whitespace to pass WPT check.
- Use green-256x256.png as a test image and update metrics accordingly.

Bug: 493681
Change-Id: I5e7ebac00d4d4401bfec7780ee40f853ee4fdbb4
Reviewed-on: https://chromium-review.googlesource.com/c/1477703
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Commit-Queue: Frédéric Wang <fwang@igalia.com>
Cr-Commit-Position: refs/heads/master@{#634189}

--

wpt-commits: d4e3d9e54559cbc102866f8c15ffe2f3e1ddf0c8
wpt-pr: 15464
2019-03-16 12:13:17 +00:00
moz-wptsync-bot
c3ea4626ae Bug 1527961 [wpt PR 15372] - Update wpt metadata, a=testonly
wpt-pr: 15372
wpt-type: metadata
2019-03-16 12:13:17 +00:00
Tsuyoshi Horo
13fdff52f5 Bug 1527961 [wpt PR 15372] - Implement Signed Exchange reporting for distributors, a=testonly
Automatic update from web-platform-tests
Implement Signed Exchange reporting for distributors

This CL implements Signed Exchange reporting for distributors.
Spec: https://github.com/WICG/webpackage/pull/374

This CL has two success test cases only.
I will add more failure test cases in another CL.

Bug: 910516
Change-Id: I31a6e629073970e03a93d2379be1ae63ef6adf6b
Reviewed-on: https://chromium-review.googlesource.com/c/1468855
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Christian Dullweber <dullweber@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: Eric Orth <ericorth@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634161}

--

wpt-commits: 66dbfd0ae579135db73772c534879c51f6dbc674
wpt-pr: 15372
2019-03-16 12:13:17 +00:00
moz-wptsync-bot
a6a3327864 Bug 1529810 [wpt PR 15427] - Update wpt metadata, a=testonly
wpt-pr: 15427
wpt-type: metadata
2019-03-16 12:13:16 +00:00
autofoolip
bfc3df0365 Bug 1529810 [wpt PR 15427] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#15427)

Source: https://github.com/tidoust/reffy-reports/blob/9c32f49/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/494128798
--

wpt-commits: eadb35a85e995c845d20720c1d3310248a2554f3
wpt-pr: 15427
2019-03-16 12:13:16 +00:00
Hiroshige Hayashizaki
46ee10e74a Bug 1526275 [wpt PR 15262] - [WPT] Merge wpt/{referrer-policy,mixed-content}/generic/common.js, a=testonly
Automatic update from web-platform-tests
[WPT] Merge wpt/{referrer-policy,mixed-content}/generic/common.js

To merge wpt/{referrer-policy,mixed-content} test frameworks,
this CL merges their common.js.

The new common.js is based on mixed-content's common.js,
with some aspects imported from referrer-policy's common.js:
- Passes results from subresource payloads to resolved promises,
  converting if necessary using wrapResult().
  This is for referrer-policy tests that rely on subresource
  payload to get referrer request headers, while
  mixed-content tests don't use the payload information at all.
- Accepts `additionalAttributes` arguments (to be used to set
  referrer-policy-related attributes to elements).
- Extends bindEvents() to clean up event listeners on completion
  (which is done for some request types in
  referrer-policy's common.js).
- Imports queryImage() (with renaming to
  requestViaImageForReferrerPolicy) from referrer-policy's common.js
  (this should be merged with mixed-content version of
  image requests, but not now).

On mixed-content side:
- expect.py's response for script requests is modified
  because postMessage() is required by referrer-policy's common.js.

On referrer-policy side:
- Move referrer-policy-specific code from common.js
  to referrer-policy-test-case.js, including wrapResult().
- All tests (except for two [1][2]) are converted to promise-based,
  to handle errors correctly.
- Bugs in the remaining two tests [1][2] are fixed.

[1] referrer-policy/generic/iframe-inheritance.html
[2] referrer-policy/generic/sandboxed-iframe-with-opaque-origin.html

Then now
wpt/{referrer-policy,mixed-content}/generic/common.js
are the same.

They are duplicated (i.e. not moved/merged to a single file)
just to avoid mass modification of a large number of
generated files for each step of refactoring,
as these file names are hard-coded there.

Bug: 906850
Change-Id: I39f19d08d658c1a898fc453b621d82a2faaaaf6b
Reviewed-on: https://chromium-review.googlesource.com/c/1455745
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633917}

--

wpt-commits: 767f361425c20ded79c35630f709fc7addf7f80a
wpt-pr: 15262
2019-03-16 12:13:16 +00:00
Philip Jägenstedt
7622f33d24 Bug 1529807 [wpt PR 15498] - [Azure Pipelines] Add wpt.fyi hooks for each individual job/run, a=testonly
Automatic update from web-platform-tests
[Azure Pipelines] Add wpt.fyi hooks for each individual job/run (#15498)

* [Azure Pipelines] Add wpt.fyi hooks for each individual job/run

* Make job name unique

* No dashes in job names

--

wpt-commits: 8ba55334175854f7461257e9d89a104a54f6d748
wpt-pr: 15498
2019-03-16 12:13:15 +00:00
jugglinmike
73e29eb8fd Bug 1529806 [wpt PR 15489] - [wptrunner] Remove superfluous statement, a=testonly
Automatic update from web-platform-tests
[wptrunner] Remove superfluous statement (#15489)

--

wpt-commits: 37e794f69091ffed1dfa7399a3ef154125fddda9
wpt-pr: 15489
2019-03-16 12:13:15 +00:00
autofoolip
7f29fc77df Bug 1529800 [wpt PR 15494] - Update interfaces/netinfo.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/netinfo.idl (#15494)

Source: https://github.com/tidoust/reffy-reports/blob/ca4eee1/whatwg/idl/netinfo.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/496363054
--

wpt-commits: 3afb2a6b0c20c288c0b0d90af763cc56d6deda4e
wpt-pr: 15494
2019-03-16 12:13:15 +00:00
moz-wptsync-bot
af2218ad63 Bug 1526693 [wpt PR 15275] - Update wpt metadata, a=testonly
wpt-pr: 15275
wpt-type: metadata
2019-03-16 12:13:15 +00:00
Daniel Vogelheim
ee36802b3e Bug 1526693 [wpt PR 15275] - [trusted types] Support reporting and report-only mode., a=testonly
Automatic update from web-platform-tests
[trusted types] Support reporting and report-only mode.

Bug: 739170
Change-Id: I7c1e4db4f22166692d9fdd90c60d2ef61635033b
Reviewed-on: https://chromium-review.googlesource.com/c/1456012
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634145}

--

wpt-commits: 95c2354431560bda34b98ed0e1efee2aaa24e1a4
wpt-pr: 15275
2019-03-16 12:13:14 +00:00
moz-wptsync-bot
2cc84f19f4 Bug 1529797 [wpt PR 15123] - Update wpt metadata, a=testonly
wpt-pr: 15123
wpt-type: metadata
2019-03-16 12:13:14 +00:00
TAMURA, Kent
d948201026 Bug 1529797 [wpt PR 15123] - html,custom-elements: Add tests for HTMLElement.attachInternals(), a=testonly
Automatic update from web-platform-tests
html,custom-elements: Add tests for HTMLElement.attachInternals() (#15123)

Specification PR: https://github.com/whatwg/html/pull/4324

--

wpt-commits: 4c70b5a6f3169400dc809ba540b8e4e425396b2d
wpt-pr: 15123
2019-03-16 12:13:14 +00:00
moz-wptsync-bot
9e4c383d55 Bug 1529796 [wpt PR 15144] - Update wpt metadata, a=testonly
wpt-pr: 15144
wpt-type: metadata
2019-03-16 12:13:13 +00:00
Ben Smith
51eabe4101 Bug 1529796 [wpt PR 15144] - [WPT] [wasm] Add JS-API tests for wasm threads, a=testonly
Automatic update from web-platform-tests
[WPT] [wasm] Add JS-API tests for wasm threads

These are copied from the tests in the WebAssembly spec repo here:
0b80037ebc

Bug: chromium:926307
Change-Id: I54decd04abfe11bdb6ac7209240b10a3f6115fb1
Reviewed-on: https://chromium-review.googlesource.com/c/1443959
Reviewed-by: Adam Klein <adamk@chromium.org>
Commit-Queue: Ben Smith <binji@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629308}

--

wpt-commits: 4e1d6d78b38f9aa0253a43b36785f53abf51832f
wpt-pr: 15144
2019-03-16 12:13:13 +00:00
moz-wptsync-bot
cf12aa68ff Bug 1529435 [wpt PR 15480] - Update wpt metadata, a=testonly
wpt-pr: 15480
wpt-type: metadata
2019-03-16 12:13:13 +00:00
Sven Sauleau
0b3e19715a Bug 1529435 [wpt PR 15480] - [wasm] Add JS-API tests for wasm threads, a=testonly
Automatic update from web-platform-tests
Update constructor.any.js
--

wpt-commits: 7fe165e49f969b4132e70a12678ea7847f844dbf
wpt-pr: 15480
2019-03-16 12:13:12 +00:00
moz-wptsync-bot
5764ad8f8e Bug 1529430 [wpt PR 15479] - Update wpt metadata, a=testonly
wpt-pr: 15479
wpt-type: metadata
2019-03-16 12:13:12 +00:00
Sven Sauleau
87fd9b7394 Bug 1529430 [wpt PR 15479] - [wasm] module/customSections: update test, a=testonly
Automatic update from web-platform-tests
[wasm] module/customSections: update test

Bug: v8:8319
Change-Id: I34dec61768f6791404ef49a77e21570a2634ebfe

--

wpt-commits: aa0f35482051303dc56b7af13b23c5220caa8bc1
wpt-pr: 15479
2019-03-16 12:13:12 +00:00
moz-wptsync-bot
27d8e4ff30 Bug 1529229 [wpt PR 15470] - Update wpt metadata, a=testonly
wpt-pr: 15470
wpt-type: metadata
2019-03-16 12:13:11 +00:00
Darwin Huang
2949a73c6c Bug 1529229 [wpt PR 15470] - Async Clipboard: Make test naming more clear, a=testonly
Automatic update from web-platform-tests
Async Clipboard: Make test naming more clear

- Test messages and errors had confusing/outdated typenames, so this CL aims to
update them and make them more consistent.
- No test logic changes.

Bug: 896479
Change-Id: I68726a63e6d7f6c8f964b902c5fa9dbc691787f5
Reviewed-on: https://chromium-review.googlesource.com/c/1478296
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634005}

--

wpt-commits: b6d9f766aaea899da6b1c6d585f2e68f996a3c39
wpt-pr: 15470
2019-03-16 12:13:11 +00:00
moz-wptsync-bot
d870434bb8 Bug 1529206 [wpt PR 14804] - Update wpt metadata, a=testonly
wpt-pr: 14804
wpt-type: metadata
2019-03-16 12:13:11 +00:00
Brandon Jones
3132841459 Bug 1529206 [wpt PR 14804] - Enforce active lifetime of XRFrame objects, a=testonly
Automatic update from web-platform-tests
Enforce active lifetime of XRFrame objects

Reland of https://chromium-review.googlesource.com/c/chromium/src/+/1343065
Incorporates fixes made by jacde@chromium.org (Thanks!)

Deactivates XRFrame objects once the relevant callback returns, which
causes future calls to the object methods to throw an exception.

Bug: 906842
Change-Id: Ib635f56ed28b728434a08347b9d9fb98d1ecd694
Reviewed-on: https://chromium-review.googlesource.com/c/1363836
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633845}

--

wpt-commits: 91b1effe848fac6e73a203037fc333b0fff3174d
wpt-pr: 14804
2019-03-16 12:13:10 +00:00
moz-wptsync-bot
737aa8e59d Bug 1528274 [wpt PR 15418] - Update wpt metadata, a=testonly
wpt-pr: 15418
wpt-type: metadata
2019-03-16 12:13:10 +00:00
Mike West
facb207030 Bug 1528274 [wpt PR 15418] - Sec-CH-UA: Send only the major version by default., a=testonly
Automatic update from web-platform-tests
Sec-CH-UA: Send only the major version by default.

Rather than sending a `Sec-CH-UA` header containing the full version
number by default (e.g. "Chromium 99.0.1232.12"), send only the major
version (e.g. "Chromium 99").

This does not effect the value of `UserAgent.version` obtained from
`navigator.getUserAgent()`, but only the HTTP request header.

Bug: 928669
Change-Id: I074e244a3918b0bdab4453c2f56dc737c506f732
Reviewed-on: https://chromium-review.googlesource.com/c/1475438
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: Tarun Bansal <tbansal@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633726}

--

wpt-commits: f70ff91fce2695f4303075b45eb8660f7a8d6508
wpt-pr: 15418
2019-03-16 12:13:10 +00:00
moz-wptsync-bot
e5d0911945 Bug 1529156 [wpt PR 15305] - Update wpt metadata, a=testonly
wpt-pr: 15305
wpt-type: metadata
2019-03-16 12:13:09 +00:00
Paul Meyer
b32867bb02 Bug 1529156 [wpt PR 15305] - Add testdriver support for generate_test_report WebDriver command., a=testonly
Automatic update from web-platform-tests
Add testdriver support for generate_test_report WebDriver command.

Also adds Reporting API tests which utilize this command.

--
fix lint errors

--
Add comments to tests

--

wpt-commits: 5109698f5a9b61797c86fda8000baeb0e701f3f1, 49f474206a2374f3da136f3ddb62cb85ea5c5532, c0a12dae123c560ef835c19e166a253e44275c80
wpt-pr: 15305
2019-03-16 12:13:09 +00:00
Philip Jägenstedt
7ddf314514 Bug 1529426 [wpt PR 15477] - [Azure Pipelines] Remove the wpt.fyi hook (no longer needed), a=testonly
Automatic update from web-platform-tests
[Azure Pipelines] Remove the wpt.fyi hook (no longer needed) (#15477)

As found in https://github.com/web-platform-tests/wpt.fyi/issues/1130,
this hook is no longer needed, check runs are created also for
scheduled builds on Azure Pipelines.
--

wpt-commits: f3b13634825af90ecb94398349add2e20fade639
wpt-pr: 15477
2019-03-16 12:13:09 +00:00
jugglinmike
69dd897110 Bug 1529244 [wpt PR 15472] - [wptrunner] Remove unused method, a=testonly
Automatic update from web-platform-tests
[wptrunner] Remove unused method (#15472)

`after_conect` is a misnomer for the `after_connect` method of the
generic `Protocol` class.
--

wpt-commits: 048fff6e501c70fdcd2181bf04b3194afe64daa1
wpt-pr: 15472
2019-03-16 12:13:08 +00:00
moz-wptsync-bot
f7ad65758e Bug 1529315 [wpt PR 15474] - Update wpt metadata, a=testonly
wpt-pr: 15474
wpt-type: metadata
2019-03-16 12:13:08 +00:00
Rakina Zata Amni
aa9981f4db Bug 1529315 [wpt PR 15474] - Mark shadow trees for style collection update when inserted to document, a=testonly
Automatic update from web-platform-tests
Mark shadow trees for style collection update when inserted to document

When we attach shadow trees with non-empty |adoptedStyleSheets|, we
should update the active style sheet collection for that tree scope.
Otherwise, if there are no other stylesheets for that tree scope,
we will never mark the tree scope as dirty and thus have incorrect
style calculation for that tree scope.

Bug: 933578
Change-Id: Id7229b05440a51ac8e5d55570ed030b8cfb707d2
Reviewed-on: https://chromium-review.googlesource.com/c/1477623
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Rakina Zata Amni <rakina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633666}

--

wpt-commits: 7266a4200f24ade6c91608ab05a936770c92e2f0
wpt-pr: 15474
2019-03-16 12:13:08 +00:00
autofoolip
6232a03a87 Bug 1529341 [wpt PR 15475] - Update interfaces/webxr.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webxr.idl (#15475)

Source: https://github.com/tidoust/reffy-reports/blob/bb5d4ec/whatwg/idl/webxr.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/495844354
--

wpt-commits: 7bb8c5a73eb0a929404546f2c572ce6de0f04fb3
wpt-pr: 15475
2019-03-16 12:13:07 +00:00
Frédéric Wang
6a59ee36b5 Bug 1526881 [wpt PR 15302] - Add MathML to check the painting of fraction bars and the effect of C…, a=testonly
Automatic update from web-platform-tests
Add MathML to check the painting of fraction bars and the effect of C… (#15302)

* Add MathML to check the painting of fraction bars and the effect of CSS color and visibility on it.

--

wpt-commits: afcd81505a695d8c4f64687466732aebf4bef991
wpt-pr: 15302
2019-03-16 12:13:07 +00:00
moz-wptsync-bot
376ec27907 Bug 1526863 [wpt PR 15301] - Update wpt metadata, a=testonly
wpt-pr: 15301
wpt-type: metadata
2019-03-16 12:13:07 +00:00
Frédéric Wang
2645c7ae5d Bug 1526863 [wpt PR 15301] - Import WPT fraction tests from WebKit, a=testonly
Automatic update from web-platform-tests
Import WPT fraction tests from WebKit (#15301)

See https://bugs.webkit.org/show_bug.cgi?id=194436
Tests have been reformatted and rewritten. The following are excluded:
- Tests have equivalent (and more reliable testing) in WPT.
- Tests that verify crashes/asserts, hangs or invalid markup.
--

wpt-commits: b7cddec48a109528df2d1ec5af4583de03b0edc8
wpt-pr: 15301
2019-03-16 12:13:06 +00:00