Commit Graph

23888 Commits

Author SHA1 Message Date
moz-wptsync-bot
8e55b84f15 Bug 1466014 [wpt PR 11286] - Update wpt metadata, a=testonly
wpt-pr: 11286
wpt-type: metadata
2018-06-10 09:32:48 +01:00
Chris Nardi
dd92d138ab Bug 1466014 [wpt PR 11286] - Check if a type is a sequence through idlType.generic, a=testonly
Automatic update from web-platform-testsCheck if a type is a sequence through idlType.generic

idlType.sequence was removed in https://github.com/w3c/webidl2.js/pull/175, as the same check can be achieved through `idlType.generic === "sequence"`. Move to this more updated syntax so that updating webidl2.js will require less work the next time we do it.

--

wpt-commits: b1a1415cdf23bb3dc5c2f2ccb58a7abe87b93961
wpt-pr: 11286
2018-06-10 09:32:46 +01:00
Yoav Weiss
dd063563bd Bug 1466048 [wpt PR 11289] - Add Priority Hints OWNERS, a=testonly
Automatic update from web-platform-testsMerge pull request #11289 from web-platform-tests/domfarolino/priority-hints-owners

Add Priority Hints OWNERS
--

wpt-commits: 1506a167a84789048325e67dae9c9a3569e9b67b
wpt-pr: 11289
2018-06-10 09:32:44 +01:00
Anne van Kesteren
7354db48e3 Bug 1466039 [wpt PR 11288] - URL: correct instructions for testing URL's base argument, a=testonly
Automatic update from web-platform-testsURL: correct instructions for testing URL's base argument

Fixes #11287.

--

wpt-commits: bcee33ab33907cc2f21d78562603ecccde9814f9
wpt-pr: 11288
2018-06-10 09:32:41 +01:00
moz-wptsync-bot
064e37cd9d Bug 1465701 [wpt PR 11263] - Update wpt metadata, a=testonly
wpt-pr: 11263
wpt-type: metadata
2018-06-10 09:32:38 +01:00
Dominic Farolino
485e198e98 Bug 1465701 [wpt PR 11263] - Add Priority Hints support to link and img elements, a=testonly
Automatic update from web-platform-testsAdd Priority Hints support to link and img elements

This adds Priority Hints support to link and img elements under a
runtime-enabled flag. The support for link elements do not extend
<link rel=modulepreload>s due to the nature of module script fetching.
Support for this as well as script elements in general will come at a
later time due to the significant changes to the module script loading
infrastructure.

Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/65lfM2f0eeM

R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws

Bug: 821464
Change-Id: I5ab0a114ee2b2fce9f0df6c4c5e1f7a487980d0a
Reviewed-on: https://chromium-review.googlesource.com/1067245
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563550}

--

wpt-commits: 5aa06e74524c68cf1135dd918699f527449b25c2
wpt-pr: 11263
2018-06-10 09:32:37 +01:00
moz-wptsync-bot
328e0196f1 Bug 1465815 [wpt PR 11276] - Update wpt metadata, a=testonly
wpt-pr: 11276
wpt-type: metadata
2018-06-10 09:32:34 +01:00
Simon Pieters
01c657f957 Bug 1465815 [wpt PR 11276] - [web-animations] Fix timeout/0 tests in unsupporting browsers, a=testonly
Automatic update from web-platform-tests[web-animations] Fix timeout/0 tests in unsupporting browsers

Part of #11269.

--

wpt-commits: ee6c9d315b05a2afe40a13cbf26d3126d52c34a0
wpt-pr: 11276
2018-06-10 09:32:32 +01:00
moz-wptsync-bot
a05424c391 Bug 1465764 [wpt PR 11271] - Update wpt metadata, a=testonly
wpt-pr: 11271
wpt-type: metadata
2018-06-10 09:32:30 +01:00
Simon Pieters
e7d5ca782f Bug 1465764 [wpt PR 11271] - Avoid uncaught exception in iframe if WebNFC is not supported, a=testonly
Automatic update from web-platform-testsAvoid uncaught exception in iframe if WebNFC is not supported (#11271)

Part of #11269.
--

wpt-commits: dcdd59c1c0902c1a3fa79ab4ead6321f26ddc4bd
wpt-pr: 11271
2018-06-10 09:32:28 +01:00
Hiroki Nakagawa
769d97acf1 Bug 1465433 [wpt PR 11248] - Worker: Add CSP tests for ES Modules on dedicated workers, a=testonly
Automatic update from web-platform-testsWorker: Add CSP tests for ES Modules on dedicated workers

Bug: 680046
Change-Id: I066d4b7750bbec00397466daac48e9d0a2ba70c0
Reviewed-on: https://chromium-review.googlesource.com/1078947
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563531}

--

wpt-commits: 5679faa7a5a475724abb5bb0a3d377c4a961cbee
wpt-pr: 11248
2018-06-10 09:32:25 +01:00
moz-wptsync-bot
238d226636 Bug 1465647 [wpt PR 11259] - Update wpt metadata, a=testonly
wpt-pr: 11259
wpt-type: metadata
2018-06-10 09:32:22 +01:00
Ella Ge
0d75c2f627 Bug 1465647 [wpt PR 11259] - remove createTouchList, a=testonly
Automatic update from web-platform-testsremove createTouchList

This Cl removes document.createTouchList and related tests.

Use count is drop to a safer value, ready to remove in M69.
UseCounter:
https://www.chromestatus.com/metrics/feature/timeline/popularity/2368

intent to deprecate and Remove:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GLbUpUUnQzc

PR to touch-events spec:
https://github.com/w3c/touch-events/pull/96

Bug: 518868
Change-Id: Ia4451d0d32bf5bbb6d9c9c543ac77187c5161b42
Reviewed-on: https://chromium-review.googlesource.com/1055799
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563490}

--

wpt-commits: 8e1adf3ff681a013968a3fd6b3115c44587babec
wpt-pr: 11259
2018-06-10 09:32:21 +01:00
moz-wptsync-bot
f5629fe0c1 Bug 1454210 [wpt PR 10478] - Update wpt metadata, a=testonly
wpt-pr: 10478
wpt-type: metadata
2018-06-10 09:32:18 +01:00
Chris Nardi
afd7a3de34 Bug 1454210 [wpt PR 10478] - Correct serialization of URL in background-332.html, a=testonly
Automatic update from web-platform-testsCorrect serialization of URL in background-332.html (#10478)

* Correct serialization of URL in background-332.html

According to https://drafts.csswg.org/cssom/#serialize-a-url, the serialization of a URL always includes double-quotes, and per https://drafts.csswg.org/css-values/#relative-urls, if a URL appears in a computed style, it is resolved to an absolute URL. Adjust background-332.html to match the spec, and update the test description to clarify the computed style is being tested.

--

wpt-commits: b792706b1001a1e8d93b26e8cea341ecffe8417e
wpt-pr: 10478
2018-06-10 09:32:16 +01:00
Hiroki Nakagawa
e68459caac Bug 1465794 [wpt PR 11274] - Worker: Change the default credentials option from 'omit' to 'same-origin', a=testonly
Automatic update from web-platform-testsWorker: Change the default credentials option from 'omit' to 'same-origin'

This is a follow-up for the spec change:
https://github.com/whatwg/html/pull/3656

Note that ES Modules for dedicated workers is still behind the flag and this
change doesn't affect applications in the real world.

Bug: 848247
Change-Id: I25083f3f11f9d13663e16e2f4c137095e9b12b01
Reviewed-on: https://chromium-review.googlesource.com/1080668
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563465}

--

wpt-commits: 72c7cfed684554c0d65b7a33d413df9ae1c5999f
wpt-pr: 11274
2018-06-10 09:32:13 +01:00
moz-wptsync-bot
bd0b6c5792 Bug 1438730 [wpt PR 9553] - Update wpt metadata, a=testonly
wpt-pr: 9553
wpt-type: metadata
2018-06-10 09:32:11 +01:00
Javier Fernandez
5d43953ea0 Bug 1438730 [wpt PR 9553] - [css-grid] Baseline alignment inside the tracks sizing algorithm, a=testonly
Automatic update from web-platform-tests[css-grid] Baseline alignment inside the tracks sizing algorithm

We have identified several cases where the Baseline Alignment accounts
for the grid's intrinsic size. Since we depend on the track sizing
algorithm to compute the grid's intrinsic size, the only way to handle
all these cases is to integrate the baseline alignment logic in the
algorithm.

Additionally, the CSSWG has identified several cases that can't be
solved properly; such cases have in common that they imply cyclic
dependencies between the item's and grid area's size. The CSSWG has
resolved that these items don't participate in baseline alignment:

https://github.com/w3c/csswg-drafts/issues/1365

There are also other related issues with some examples and relevant
discussions about this topic:

https://github.com/w3c/csswg-drafts/issues/1039
https://github.com/w3c/csswg-drafts/issues/1409

Bug: 704713
Change-Id: I817b16eb43aa76f4827deb8f1f20efb7fde3dc22
Reviewed-on: https://chromium-review.googlesource.com/923261
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Sergio Villar <svillar@igalia.com>
Cr-Commit-Position: refs/heads/master@{#562406}

--

wpt-commits: 82b278966038f26cb83ceeb67404b0ce7e13a74c
wpt-pr: 9553
2018-06-10 09:32:09 +01:00
moz-wptsync-bot
d46206e2e6 Bug 1455793 [wpt PR 10556] - Update wpt metadata, a=testonly
wpt-pr: 10556
wpt-type: metadata
2018-06-10 09:32:06 +01:00
Chris Nardi
058a4372fe Bug 1455793 [wpt PR 10556] - Remove tests for the crop property, a=testonly
Automatic update from web-platform-testsRemove tests for the crop property (#10556)

There is a comment in the test that it wasn't implemented in anywhere, and it seems to have been removed from the spec (per 7f3fb42152). Remove the reference to the property from the testcases.
--

wpt-commits: f6867415601bc07b2801900b5d1cae9359612d07
wpt-pr: 10556
2018-06-10 09:32:04 +01:00
moz-wptsync-bot
ba7b8b1df8 Bug 1464503 [wpt PR 11165] - Update wpt metadata, a=testonly
wpt-pr: 11165
wpt-type: metadata
2018-06-10 09:32:02 +01:00
Fadi Meawad
8f3b4d6b16 Bug 1464503 [wpt PR 11165] - [PageLifecycle] Add WPT test for lifecycle's onfreeze callback, a=testonly
Automatic update from web-platform-tests[PageLifecycle] Add WPT test for lifecycle's onfreeze callback

Since the onfreeze callback is invoked based on an internal decision
from the browser, to be able to test the callback, we are adding support
for it from chromeGPUBenchmak as well as in chromedriver/WebDriver.

This CL focuses on the chromeGPUBenchmark solution.

The WPT test itself, verifies that the onfreeze callback is called, and
it also verifies that only fetch keepalive is allowed from withing the
callback.

Bug: chromium:837709
Change-Id: Ia4cb16dc10625f478ec270617da1a26395a9d29d
Reviewed-on: https://chromium-review.googlesource.com/1072899
Reviewed-by: Jonathon Kereliuk <kereliuk@chromium.org>
Reviewed-by: Shubhie Panicker <panicker@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Fadi Meawad <fmeawad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563338}

--

wpt-commits: 3d6920b84bac82c45a8da5c8b04b6da0c64f02fd
wpt-pr: 11165
2018-06-10 09:32:00 +01:00
Victor Costan
edd862fe03 Bug 1466132 [wpt PR 11281] - Allow cookie-store IDL test to run even if objects not defined, a=testonly
Automatic update from web-platform-testsMerge pull request #11281 from csnardi/cookie-store-idl

Allow cookie-store IDL test to run even if objects not defined
--

wpt-commits: f172b83c6b6bea611e99d0a79bde72ddbdd60e62
wpt-pr: 11281
2018-06-10 09:31:57 +01:00
moz-wptsync-bot
773176924b Bug 1465868 [wpt PR 11279] - Update wpt metadata, a=testonly
wpt-pr: 11279
wpt-type: metadata
2018-06-10 09:31:54 +01:00
Frédéric Wang
1a3f8839d0 Bug 1465868 [wpt PR 11279] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=186127, a=testonly
Automatic update from web-platform-testsWebKit export of https://bugs.webkit.org/show_bug.cgi?id=186127 (#11279)

--

wpt-commits: 57fea798e1e933e1d5291608d9d12da661185bcb
wpt-pr: 11279
2018-06-10 09:31:53 +01:00
moz-wptsync-bot
3b2f8547d9 Bug 1465754 [wpt PR 11268] - Update wpt metadata, a=testonly
wpt-pr: 11268
wpt-type: metadata
2018-06-10 09:31:50 +01:00
Simon Pieters
95042e2dc7 Bug 1465754 [wpt PR 11268] - [css-properties-values-api] Avoid uncaught exception for CSS.registerProperty(), a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Avoid uncaught exception for CSS.registerProperty()

--

wpt-commits: fe4769e10fe2f19ecbbf7d23c6480b0328e3d84a
wpt-pr: 11268
2018-06-10 09:31:48 +01:00
moz-wptsync-bot
85122b7599 Bug 1464483 [wpt PR 11166] - Update wpt metadata, a=testonly
wpt-pr: 11166
wpt-type: metadata
2018-06-10 09:31:45 +01:00
Ian Kilpatrick
a791fb970c Bug 1464483 [wpt PR 11166] - [css-layout-api] Allow passing of serialized data between parent<->child., a=testonly
Automatic update from web-platform-tests[css-layout-api] Allow passing of serialized data between parent<->child.

This allow arbitary parent<->child communation during layout. A parent
can send data to a child via:

// parent
const fragment = yield child.layoutNextFragment({data});

// child
*layout(children, edges, constraints, style) {
  const data = constraints.data; // receive data.
}

And child to parent via:

// child
*layout() {
  return {data};
}

// parent
const fragment = yield child.layoutNextFragment();
const data = fragment.data; // receive data.

As the parent and child layouts may be invoked in different worklet
global scopes, and don't allow data shared, the serialization of data
uses "kForStorage" which means that SharedArrayBuffers aren't allowed
in the serialization.

Serialization also occurs so that we are able to cache results.

Bug: 726125
Change-Id: Ib7e81b5778cef3af2c2f8a1ccef749f1d2ba4dfa
Reviewed-on: https://chromium-review.googlesource.com/1072150
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563235}

--

wpt-commits: 8c8238ca96f913c1b90f838def7f9cf0253c0113
wpt-pr: 11166
2018-06-10 09:31:44 +01:00
moz-wptsync-bot
233969605f Bug 1465551 [wpt PR 11252] - Update wpt metadata, a=testonly
wpt-pr: 11252
wpt-type: metadata
2018-06-10 09:31:41 +01:00
Chris Nardi
1d488d2230 Bug 1465551 [wpt PR 11252] - Add MouseEvent/MouseEventInit as untested DOM IDLs, a=testonly
Automatic update from web-platform-testsMove HTML from untested IDL to a dependency IDL for DOM

The DOM idlharness test would not run as dependencies for the HTML IDL file were not declared. However, we don't need to define HTML as untested IDL -- using the new dependency IDL feature generates the same tests but prevents the current dependency problem.

--

wpt-commits: 2ae39a003cba3b1292d5239f6043281d9277d25b
wpt-pr: 11252
2018-06-10 09:31:39 +01:00
moz-wptsync-bot
4a6fef5f14 Bug 1465714 [wpt PR 11264] - Update wpt metadata, a=testonly
wpt-pr: 11264
wpt-type: metadata
2018-06-10 09:31:36 +01:00
Ms2ger
eca76e6d37 Bug 1465714 [wpt PR 11264] - HTML: Test hidden attribute on table elements, a=testonly
Automatic update from web-platform-testsHTML: Test hidden attribute on table elements (#11264)

--

wpt-commits: 89dc77674112c00ac5b513b7cdce68a341019f85
wpt-pr: 11264
2018-06-10 09:31:35 +01:00
Simon Pieters
09fc8dc7b8 Bug 1461932 [wpt PR 11016] - Refactor and split up with variant all encoding tests, a=testonly
Automatic update from web-platform-testsRefactor and split up with `variant` all encoding tests

Fixes #11015.
--

wpt-commits: d6c29bef8d4bcdfe4f689defca73360b07647d71
wpt-pr: 11016
2018-06-10 09:31:32 +01:00
Alice
7ef4a51436 Bug 1465687 [wpt PR 11261] - Update testdriver.md, a=testonly
Automatic update from web-platform-testsUpdate testdriver.md (#11261)

Fix link to list of special keys.
--

wpt-commits: 219ed4510789fff5d1efddced703bd0289348636
wpt-pr: 11261
2018-06-10 09:31:28 +01:00
Simon Pieters
bb91cab0a0 Bug 1465512 [wpt PR 11251] - Add support for // META: title=..., a=testonly
Automatic update from web-platform-testsAdd support for // META: title=...

--

wpt-commits: 730415d240e28dc6e829d70675cc8815ed8fe813
wpt-pr: 11251
2018-06-10 09:31:25 +01:00
Yoav Weiss
fefa415584 Bug 1465603 [wpt PR 11257] - Change Resource Timing default buffer size to 250., a=testonly
Automatic update from web-platform-testsChange Resource Timing default buffer size to 250.

Following a proposed spec change[1], this CL changes the number of entries
buffered by default before the Resource Timing buffer is full.

[1] https://github.com/w3c/resource-timing/pull/155

Bug: 847689
Change-Id: Id93bfea902b0cf049abdac12a98cc4fba7ff1dd3
Reviewed-on: https://chromium-review.googlesource.com/1078107
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#563133}

--

wpt-commits: f696c249c6d41c32bdc04d0bec688ee00228a0cf
wpt-pr: 11257
2018-06-10 09:31:23 +01:00
moz-wptsync-bot
0c4b8ef0ee Bug 1464926 [wpt PR 11206] - Update wpt metadata, a=testonly
wpt-pr: 11206
wpt-type: metadata
2018-06-10 09:31:21 +01:00
Dave Tapuska
148e2a6b71 Bug 1464926 [wpt PR 11206] - Migrate fullscreen to use top layer., a=testonly
Automatic update from web-platform-testsMigrate fullscreen to use top layer.

Previous attempts of adding and removing to the top layer were done
synchronously. The spec has been updated to do this asynchronously and
this change matches those changes.

Bug: 240576
Change-Id: Ic57a651596c685daa4b32d78421de5db912c106e
Reviewed-on: https://chromium-review.googlesource.com/1066600
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563065}

--

wpt-commits: 1829a42c93e435937db68c8a842fa9b56dd39dc2
wpt-pr: 11206
2018-06-10 09:31:19 +01:00
moz-wptsync-bot
5224d12b8a Bug 1465415 [wpt PR 11246] - Update wpt metadata, a=testonly
wpt-pr: 11246
wpt-type: metadata
2018-06-10 09:31:16 +01:00
Manuel Rego Casasnovas
c2a9f9411f Bug 1465415 [wpt PR 11246] - [css-contain] Disable paint containment on internal table elements, a=testonly
Automatic update from web-platform-tests[css-contain] Disable paint containment on internal table elements

Text from the spec
(https://drafts.csswg.org/css-contain/#containment-paint):
  "... if the element is an internal table element other than
  'display: table-cell', ... paint containment has no effect."

The patch disables "contain: paint" for internal table elements
except table cells.

BUG=843329
TEST=external/wpt/css/css-contain/contain-paint-014.html
TEST=external/wpt/css/css-contain/contain-paint-015.html
TEST=external/wpt/css/css-contain/contain-paint-016.html
TEST=external/wpt/css/css-contain/contain-paint-017.html
TEST=external/wpt/css/css-contain/contain-paint-018.html
TEST=external/wpt/css/css-contain/contain-paint-019.html

Change-Id: I975950ab72fe5cc5aa106fa5fdafd37c64dd6d85
Reviewed-on: https://chromium-review.googlesource.com/1078868
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#563000}

--

wpt-commits: 76860d7aee0c9e0992f812123f47e8cc07f9e201
wpt-pr: 11246
2018-06-10 09:31:14 +01:00
moz-wptsync-bot
c731404b7f Bug 1465408 [wpt PR 11245] - Update wpt metadata, a=testonly
wpt-pr: 11245
wpt-type: metadata
2018-06-10 09:31:11 +01:00
Chandan Padhi
d0337f2fc2 Bug 1465408 [wpt PR 11245] - Support groupId in MediaDevices.getUserMedia() for audio tracks, a=testonly
Automatic update from web-platform-testsSupport groupId in MediaDevices.getUserMedia() for audio tracks

Bug: 834281
Change-Id: I246b48483acb423bf83ab9c3e352d51bfe31070f
Reviewed-on: https://chromium-review.googlesource.com/1078590
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Chandan Padhi <c.padhi@samsung.com>
Cr-Commit-Position: refs/heads/master@{#562961}

--

wpt-commits: be8d474a8a3dd64720133124c10e893b60e438d1
wpt-pr: 11245
2018-06-10 09:31:09 +01:00
Dave Tapuska
0d913dabc0 Bug 1464929 [wpt PR 11207] - Support promises for fullscreen API., a=testonly
Automatic update from web-platform-testsSupport promises for fullscreen API.

Add ability to store the promises in the pending requests and exits.

Adjust tests to ensure they work correctly with promises.

BUG=383813

Change-Id: I81e4780d5ea25b3a1ac7fef54b1fbc9c0d31897a
Reviewed-on: https://chromium-review.googlesource.com/1075711
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#562946}

--

wpt-commits: 0fae4aa0c51c6193ef1b2b74a61352b832d95cfa
wpt-pr: 11207
2018-06-10 09:31:06 +01:00
moz-wptsync-bot
7e120afe76 Bug 1462701 [wpt PR 11072] - Merge w3ctestlib into web-platform-tests, a=testonly
Automatic update from web-platform-testsMerge pull request #11072 from gsnedders/merge-w3ctestlib

Merge w3ctestlib and apiclient into web-platform-tests as subtrees
--

wpt-commits: 1c7d7b815b29f08856205ab6e426c0e496ca0ef0
wpt-pr: 11072
2018-06-10 09:31:03 +01:00
moz-wptsync-bot
bb5a99093f Bug 1465631 [wpt PR 11189] - Update wpt metadata, a=testonly
wpt-pr: 11189
wpt-type: metadata
2018-06-10 09:31:02 +01:00
Simon Pieters
51c43b061c Bug 1465631 [wpt PR 11189] - Enable the port message queue in /workers/opaque-origin.html, a=testonly
Automatic update from web-platform-testsEnable the port message queue in /workers/opaque-origin.html

Fixes #11188.

--

wpt-commits: fa9e972c32b8f5e2df1575627dff832744fd17ef
wpt-pr: 11189
2018-06-10 09:31:00 +01:00
Chris Nardi
9c11a42ebf Bug 1465621 [wpt PR 11258] - Correct name of spec in Media Capabilities IDL test, a=testonly
Automatic update from web-platform-testsCorrect name of spec in Media Capabilities IDL test (#11258)

My commit adding this test had the incorrect name due to a copy & paste error, this change corrects the name of the spec.
--

wpt-commits: 5914510822645169fccb0a72d997c8f5bca66bbf
wpt-pr: 11258
2018-06-10 09:30:57 +01:00
moz-wptsync-bot
daa05b0251 Bug 1463841 [wpt PR 11128] - Update wpt metadata, a=testonly
wpt-pr: 11128
wpt-type: metadata
2018-06-10 09:30:54 +01:00
Luke Bjerring
6b2b4b9c81 Bug 1463841 [wpt PR 11128] - idlharness.js: add_dependency_idls: Include partials in attribute type imports., a=testonly
Automatic update from web-platform-testsidlharness.js: add_dependency_idls: Include partials in attribute type imports.

Change-Id: I57ad6795e9d53b800c70815ba0ab6808849db611
Reviewed-on: https://chromium-review.googlesource.com/1069663
Commit-Queue: Luke Bj <lukebjerring@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#562880}

--

wpt-commits: a9980e002815e14ad900fe4864d16296bdbadea7
wpt-pr: 11128
2018-06-10 09:30:53 +01:00