Commit Graph

603612 Commits

Author SHA1 Message Date
moz-wptsync-bot
392cd7ae3c Bug 1472899 [wpt PR 11761] - Update wpt metadata, a=testonly
wpt-pr: 11761
wpt-type: metadata
2018-07-11 08:03:55 +01:00
Victor Costan
f27b0bef8a Bug 1472899 [wpt PR 11761] - Async Cookies: Expose oncookiechange on ServiceWorkerGlobalScope., a=testonly
Automatic update from web-platform-testsAsync Cookies: Expose oncookiechange on ServiceWorkerGlobalScope.

cookiechange events have been dispatched to ServiceWorkerGlobalScope
since https://crrev.com/c/979334 landed, and can be observed using
addEventListener, as shown by the WPT test at
cookie-store/serviceworker_cookieStore_subscriptions_basic.tentative.https.html

This CL adds the oncookiechange attribute to ServiceWorkerGlobalScope,
allowing the event to be handled by a DOM0-style event handler.

Bug: 729800
Change-Id: Ic27979d94934abf833c116787cdad5243422324b
Reviewed-on: https://chromium-review.googlesource.com/1123766
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572400}

--

wpt-commits: bf35451761ed3c9063f928bc8c4c340ee66634f3
wpt-pr: 11761
2018-07-11 08:03:53 +01:00
Marijn Kruisselbrink
22592882a2 Bug 1472373 [wpt PR 11738] - Rewrite BlobBytesConsumer to not rely on blob URLs., a=testonly
Automatic update from web-platform-testsRewrite BlobBytesConsumer to not rely on blob URLs.

The existing implementation depended on the non-mojo blob URL code path,
and so would break soon after mojo blob URLs ship when the old code gets
deleted. So rewrite the implementation to read blobs more directly rather
than going through a blob URL.

Bug: 859109
Change-Id: Ia6f2432e48ac5304ea8f5598d293e31c2c1e1905
Reviewed-on: https://chromium-review.googlesource.com/1120679
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572363}

--

wpt-commits: 8f6ed28158100d414ddac343e6a6f44a74a37e3a
wpt-pr: 11738
2018-07-11 08:03:50 +01:00
moz-wptsync-bot
fcb54bed5a Bug 1472306 [wpt PR 11735] - Update wpt metadata, a=testonly
wpt-pr: 11735
wpt-type: metadata
2018-07-11 08:03:47 +01:00
Tarun Bansal
2ef6df423b Bug 1472306 [wpt PR 11735] - Add more WPT tests for client hints, a=testonly
Automatic update from web-platform-testsAdd more WPT tests for client hints

The WPT tests check the Accept-CH-Lifetime (ACL) header functionality.

Add tests for:
(i) When ACL header is sent by a same-origin iframe.
(ii) When ACL header is sent by a cross-origin iframe.
(iii) When ACL header is sent by a subresource.
(iv) When ACL header is sent on the main frame.

Also, change the ACL persistence time-duration from 20
seconds to 5 seconds to make it easier to run multiple tests
quickly and without waiting too long.

Change-Id: I31047598bbb1e7c64cadf3e6845bf850c29aca8b
Bug: 856700
Reviewed-on: https://chromium-review.googlesource.com/1119848
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#572273}

--

wpt-commits: 59d4a411a8ead528f17b124b03c07387a3d43d07
wpt-pr: 11735
2018-07-11 08:03:45 +01:00
Luke Bjerring
e6697f7f14 Bug 1473599 [wpt PR 9811] - Update the picture-in-picture IDL file, a=testonly
Automatic update from web-platform-testsUpdate the picture-in-picture IDL file (#9811)

--

wpt-commits: 0294ce4cbf33c7f94799ab913086309158b5ceda
wpt-pr: 9811
2018-07-11 08:03:41 +01:00
Joshua Bell
1074dfa376 Bug 1472055 [wpt PR 11721] - Deflake cache-storage/script-tests/cache-storage-match.js WPT, a=testonly
Automatic update from web-platform-testsDeflake cache-storage/script-tests/cache-storage-match.js WPT

The test assumed no cache named 'foo' existed, but another test
cache-keys-attributes-for-service-worker creates a cache by that name,
so the test would flakily fail in some runs depending on the ordering
of the tests.

Make the test defensive by deleting such a cache before proceeding.

Bug: 840850
Change-Id: Ia349706c9a32af309cfadf9a63ba5cffea11998d
Reviewed-on: https://chromium-review.googlesource.com/1119104
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Reviewed-by: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572232}

--

wpt-commits: 5c8e16d4499991fd344359e44cf6ee85b25bb413
wpt-pr: 11721
2018-07-11 08:03:38 +01:00
Luke Bjerring
f1d098ff36 Bug 1473594 [wpt PR 9771] - Clean up the css-font-loading IDL test, a=testonly
Automatic update from web-platform-testsClean up the css-font-loading IDL test (#9771)

--

wpt-commits: 5c05fc07d58b1352de26f62434103c8ec3941749
wpt-pr: 9771
2018-07-11 08:03:34 +01:00
Yoshifumi Inoue
735ea9d4cf Bug 1472955 [wpt PR 11763] - Add a new test case for Element#innerText in Web Platform Test, a=testonly
Automatic update from web-platform-testsAdd a new test case for Element#innerText in Web Platform Test

This patch introduces a new test case for Element#innerText to verify that
result has a collapsed whitespace due by soft line break.

In the test case, the layout object associated to space character between
<span> elements, doesn't have neither InlineTextBox and NGPhysicalTextFragment.
Thus, Element#innerText implementation should detect this and handle it.

Bug: 651764
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Ia25d06a2a3fe993f2e966188b81f9e9c1d0fe982
Reviewed-on: https://chromium-review.googlesource.com/1124264
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572164}

--

wpt-commits: 5d0c4eb770570e966e9b878b787c7de217462567
wpt-pr: 11763
MozReview-Commit-ID: KMSrvRpCH7R
2018-07-11 08:03:31 +01:00
Zhuoyu Qian
ecd6d6427c Bug 1453212 [wpt PR 10366] - Background-size should not accept negative values., a=testonly
Automatic update from web-platform-testsBackground-size should not accept negative values.

Follow the spec[1], negative values are not allowed.
We should reject the negative values of background-size during parsing.

[1]: https://drafts.csswg.org/css-backgrounds/#background-size

Bug: 825549

Signed-off-by: Zhuoyu Qian <zhuoyu.qian@samsung.com>
Change-Id: Ib260bafa421249aed471ff801c8b49a4b97aba1e
Reviewed-on: https://chromium-review.googlesource.com/989529
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572149}

--

wpt-commits: a04dd9954d333e4f11d093eec4620a2aac95298b
wpt-pr: 10366
2018-07-11 08:03:28 +01:00
moz-wptsync-bot
20c6bee859 Bug 1472624 [wpt PR 11749] - Update wpt metadata, a=testonly
wpt-pr: 11749
wpt-type: metadata
2018-07-11 08:03:25 +01:00
Anders Hartvoll Ruud
99acfe813a Bug 1472624 [wpt PR 11749] - [css-properties-values-api]: Drop .tentative from URL resolution test., a=testonly
Automatic update from web-platform-tests[css-properties-values-api]: Drop .tentative from URL resolution test.

R=eae@chromium.org

Bug: 851490
Change-Id: I0090986f81763d3c84f1245d5340286f9a3a1dff
Reviewed-on: https://chromium-review.googlesource.com/1121463
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572145}

--

wpt-commits: 0630b464a24ccac061f913a0240261dad2dd2f3a
wpt-pr: 11749
2018-07-11 08:03:23 +01:00
moz-wptsync-bot
90230d5722 Bug 1472323 [wpt PR 11736] - Update wpt metadata, a=testonly
wpt-pr: 11736
wpt-type: metadata
2018-07-11 08:03:19 +01:00
Tarun Bansal
5a979f4c51 Bug 1472323 [wpt PR 11736] - WPT tests for http-equiv accept-ch header, a=testonly
Automatic update from web-platform-testsWPT tests for http-equiv accept-ch header

This CL adds WPT tests for http-equiv accept-ch header:
(1) The header is not honored on HTTP pages
(2) Malformed header is not honored
(3) When the header is present, client hints are attached only
    on the same-origin subresources, and not on cross-origin
    subresources in the same navigation.
(4) When the header is present, client hints are attached only
    on the same origin subresources, and not on subresources in
    a new navigation.

Bug: 856700
Change-Id: I3f82df8cd02816b06542256062eb291577ebe8b7
Reviewed-on: https://chromium-review.googlesource.com/1120953
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#571986}

--

wpt-commits: 2937bc40761173d438d67b6ebf2b0abcfbb911a4
wpt-pr: 11736


--HG--
rename : testing/web-platform/tests/client-hints/accept_ch.sub.https.html.headers => testing/web-platform/tests/client-hints/accept_ch.tentative.sub.https.html.headers
2018-07-11 08:03:18 +01:00
Xiaocheng Hu
fb2557f6f2 Bug 1472406 [wpt PR 11742] - Add layout test for hit testing fragmented inline with rounded border, a=testonly
Automatic update from web-platform-testsAdd layout test for hit testing fragmented inline with rounded border

Bug: 859233
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Ifefe2b4f1b25627c53a467c27937271de9efe450
Reviewed-on: https://chromium-review.googlesource.com/1121584
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571963}

--

wpt-commits: 8213774aa68cc63a195b5d4b82a6ec5f8279e0b9
wpt-pr: 11742
MozReview-Commit-ID: 7H4Ukf4zcBO
2018-07-11 08:03:14 +01:00
Ms2ger
b3a46fd9ad Bug 1472692 [wpt PR 11754] - Don't use six.string_types in wptserve., a=testonly
Automatic update from web-platform-testsDon't use six.string_types in wptserve.

In python 2, it's defined as basestring, so it matches both str and unicode,
but in python 3, it matches only str (and not bytes). This does not seem like
a useful approach as we add python 3 support, and the now-passing tests
support that view.

--

wpt-commits: f1587a318576ff766b8237e3428ff5377eedfb8e
wpt-pr: 11754
2018-07-11 08:03:11 +01:00
Eric Willigers
fb99167aad Bug 1470658 [wpt PR 11636] - [css-color] Parsing color and opacity, a=testonly
Automatic update from web-platform-testsMerge pull request #11636 from ewilligers/css-color-parsing

[css-color] Parsing color and opacity
--

wpt-commits: 8bb14e8b2bd36d97b216ef72ec46eaae44695707
wpt-pr: 11636
2018-07-11 08:03:09 +01:00
pyup-bot
f14feef8c6 Bug 1468782 [wpt PR 11508] - Update requests to 2.19.1, a=testonly
Automatic update from web-platform-testsUpdate requests from 2.18.4 to 2.19.1
--
Update requests from 2.18.4 to 2.19.1
--

wpt-commits: 1b5a507e1d141b6c8cdf14897ff206e85fff0753, c88d124cd2bcd2760735fac91a3e2eef4693ad05
wpt-pr: 11508
2018-07-11 08:03:05 +01:00
Mike Pennisi
f2f5ae91a5 Bug 1472270 [wpt PR 11733] - [fullscreen] Do not return value from cleanup fns, a=testonly
Automatic update from web-platform-tests[fullscreen] Do not return value from cleanup fns

Today, the return value of functions provided to the global
`add_cleanup` function has no effect on the behavior of the test runner.
An upcoming feature addition to testharness.js will cause the return
value to influence test results [1].

Despite this, some existing tests have already been authored to return a
value: the result of `document.exitFullScreen`. Although this is
expected to be a Promise in conforming implementations, some browsers do
not yet implement this functionality.

To allow the new test harness feature to land without introducing
harness errors, refactor existing tests to omit a return value.

Additionally, use `Promise.prototype.catch` to avoid race conditions
resulting from unhandled Promise rejections (which trigger a harness
error in testharness.js today).

[1] https://github.com/web-platform-tests/wpt/issues/6075

--

wpt-commits: 31a51c70f74e23dc52f2033e552990a03f3166a9
wpt-pr: 11733
2018-07-11 08:03:03 +01:00
Mike Pennisi
7ece9294c2 Bug 1472379 [wpt PR 11740] - [html] Do not return value from cleanup fns, a=testonly
Automatic update from web-platform-tests[html] Do not return value from cleanup fns

Today, the return value of functions provided to the `Test#add_cleanup`
function has no effect on the behavior of the test runner. Despite this,
some existing tests have already been authored to return a value: the
result of `Element#removeChild`.

An upcoming feature addition to testharness.js will cause the return
value to influence test results [1]. To allow the new test harness
feature to land without introducing harness errors, refactor existing
tests to omit a return value.

[1] https://github.com/web-platform-tests/wpt/issues/6075

--

wpt-commits: 21369c1a88085d4804d520887978392d19c8c656
wpt-pr: 11740
2018-07-11 08:03:00 +01:00
Mike Pennisi
fbf883178f Bug 1472392 [wpt PR 11741] - [fetch] Do not return value from cleanup fns, a=testonly
Automatic update from web-platform-tests[fetch] Do not return value from cleanup fns

Today, the return value of functions provided to the `Test#add_cleanup`
function has no effect on the behavior of the test runner. Despite this,
some existing tests have already been authored to return the `null`
value.

An upcoming feature addition to testharness.js will cause the return
value to influence test results [1]. To allow the new test harness
feature to land without introducing harness errors, refactor existing
tests to omit a return value.

[1] https://github.com/web-platform-tests/wpt/issues/6075

--

wpt-commits: 86455a624bb05eb7503ccbe340dca973f5dea4c8
wpt-pr: 11741
2018-07-11 08:02:57 +01:00
Kagami Sascha Rosylight
4e1c7c9501 Bug 1471870 [wpt PR 11706] - Fix Python 3 errors for wpt lint/serve, a=testonly
Automatic update from web-platform-testsFix Python 3 errors for wpt lint/serve (#11706)

--

wpt-commits: 27406c9d238ac80c43bb62e87cd0305f59294527
wpt-pr: 11706
2018-07-11 08:02:53 +01:00
Eric Willigers
635c89c751 Bug 1472144 [wpt PR 11728] - [css-cascade] parsing tests for 'all' property, a=testonly
Automatic update from web-platform-testsMerge pull request #11728 from ewilligers/css-cascade-parsing

[css-cascade] parsing tests for 'all' property
--

wpt-commits: 1bcca71fe881bcb60c73abde25c808e89e7af2fd
wpt-pr: 11728
2018-07-11 08:02:50 +01:00
Florian Rivoal
6d8ab59e00 Bug 1471808 [wpt PR 11702] - [css-text] Update break-spaces text to white-space property, a=testonly
Automatic update from web-platform-testsMerge pull request #11702 from frivoal/css-text-2465

[css-text] Update break-spaces text to white-space property
--

wpt-commits: 6e186ec11aad73c04bdf13cdecfd85b3b62e0fcc
wpt-pr: 11702
2018-07-11 08:02:47 +01:00
Kagami Sascha Rosylight
f548f430b0 Bug 1472407 [wpt PR 11743] - fix(resources/testdriver): correct syntax, a=testonly
Automatic update from web-platform-testsfix(resources/testdriver): correct syntax (#11743)

--

wpt-commits: e2dcb12445c1e7dd01cf90a7a8302492cc3f3b59
wpt-pr: 11743
2018-07-11 08:02:43 +01:00
Victor Costan
0e318fe324 Bug 1472106 [wpt PR 11724] - Async Cookies: Update Cookie Store API to match spec., a=testonly
Automatic update from web-platform-testsAsync Cookies: Update Cookie Store API to match spec.

This CL changes the signatures of cookieStore.{get,getAll,set,delete}
and introduces the CookieStoreDeleteOptions and
CookieStoreSetExtraOptions dictionary. The CL also updates the
CookieListItem dictionary.

TBR=haraken

Bug: 729800
Change-Id: Iaa62b5a51cc79b19cb567be30a2f0dda54e326d8
Reviewed-on: https://chromium-review.googlesource.com/1117868
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571736}

--

wpt-commits: 0e96b1f8627cf798ebea0c2a0cdf6b5d8cb8825e
wpt-pr: 11724
2018-07-11 08:02:41 +01:00
Mrunal Kapade
400edf124f Bug 1472377 [wpt PR 11739] - Remove duplicate test keyboard-map-two-parallel-requests.https.html, a=testonly
Automatic update from web-platform-testsRemove duplicate test keyboard-map-two-parallel-requests.https.html

navigator-keyboard-map-two-parallel-requests.https.html also does
same thing.

BUG=

Change-Id: If5acfe46aada93528f8821030996a9745bc19168
Reviewed-on: https://chromium-review.googlesource.com/1121346
Reviewed-by: Gary Kacmarcik <garykac@chromium.org>
Commit-Queue: Mrunal Kapade <mrunal.kapade@intel.com>
Cr-Commit-Position: refs/heads/master@{#571723}

--

wpt-commits: a2027fd6e9201443b5a86ad137cbb42869976ddc
wpt-pr: 11739
2018-07-11 08:02:38 +01:00
Rune Lillesveen
632c445372 Bug 1470626 [wpt PR 11634] - [Squad] Generate ::before/::after/::backdrop in style recalc., a=testonly
Automatic update from web-platform-tests[Squad] Generate ::before/::after/::backdrop in style recalc.

We used to create these pseudo elements and their computed styles in
Element::AttachLayoutTree when building the layout tree. Now we create
or dispose these elements from style recalc, that is,
UpdatePseudoElement. To make pseudo elements live through a style recalc
with a layout tree re-attach we no longer clear the pseudo elements
during DetachLayoutTree for performing_reattach=true. We do however need
to clear the pseudo elements which do not get a layout object for the
re-attach. That is done in AttachLayoutTree for the originating element
when the originating element does not generate a layout box.

We stop using the pseudo style cache on ComputedStyle for PseudoElements
and instead return the ComputedStyle when creating the pseudo element
and store it as non-attached style which can later be retrieved when
attaching the layout object.

An effect of this change is that we can detect transitions on pseudo
elements when ancestors display types changes and causes re-attachment.
That is issue 836140.

::first-letter may still be generated during layout tree building, and
the ::first-letter layout structure may still be updated during style
recalc.

Bug: 836126, 836140
Change-Id: Iafad705b7a7b988d4c1598e8a126ce0d79c5873d
Reviewed-on: https://chromium-review.googlesource.com/1112244
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571665}

--

wpt-commits: ec35b03ca5e8eec6eb1767a77f0aea13855515a3
wpt-pr: 11634
2018-07-11 08:02:35 +01:00
Koji Ishii
30b247adb7 Bug 1471607 [wpt PR 11688] - [LayoutNG] Allow epsilon when fitting into a line, a=testonly
Automatic update from web-platform-tests[LayoutNG] Allow epsilon when fitting into a line

When NGLineBreaker tries to fit items into a line, rounding
errors are hard to avoid. One case is to fit `monospace` font
into a container whose `width` is set by `ch` unit.

Blink computes `ch` units in float, then round to LayoutUnit.
This rounding often prevents the specified number of
characters to fit into the line. All 4 impls pass this test
for `3ch` to `100ch`.

Bug: 636993
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: I9fe68a8bb44820aa15c7eb8c564776688c8320ee
Reviewed-on: https://chromium-review.googlesource.com/1116409
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571642}

--

wpt-commits: c360ca023dc5c341065de0f2814914b3c6004e4f
wpt-pr: 11688
MozReview-Commit-ID: IgzIRG31IMn
2018-07-11 08:02:31 +01:00
moz-wptsync-bot
ad23ef5e7c Bug 1468880 [wpt PR 11511] - Update wpt metadata, a=testonly
wpt-pr: 11511
wpt-type: metadata
2018-07-11 08:02:28 +01:00
jugglinmike
9d55ff38fd Bug 1468880 [wpt PR 11511] - [testdriver.js] Implement bless method, a=testonly
Automatic update from web-platform-tests[testdriver.js] Implement `bless` method (#11511)

A common use case for the testdriver.js library is to create a task that
was triggered by user interaction [1]. Doing so using the current API
requires a fair amount of logic which is unrelated to the behavior under
test. This has a number of drawbacks:

- it makes tests less descriptive
- it makes tests less uniform both in terms of implementation and in
  terms of user experience (in non-automated scenarios, human operators
  may be prompted to provide the necessary input)
- it makes tests more susceptible to bugs

Define a utility method as a consistent and concise way to facilitate
the common use case. Require descriptive text via the `intent` parameter
in order to encourage test authors to explicitly describe the rationale
for requesting additional privileges.

[1] https://html.spec.whatwg.org/#triggered-by-user-activation
--

wpt-commits: 8b8082f30267410e4b3729439be23df8b803dde8
wpt-pr: 11511
2018-07-11 08:02:26 +01:00
moz-wptsync-bot
e2ff2ad147 Bug 1472242 [wpt PR 11731] - Update wpt metadata, a=testonly
wpt-pr: 11731
wpt-type: metadata
2018-07-11 08:02:24 +01:00
Rune Lillesveen
5b73f90c40 Bug 1472242 [wpt PR 11731] - Make sure stacking context is always updated for ::first-letter., a=testonly
Automatic update from web-platform-testsMake sure stacking context is always updated for ::first-letter.

::first-letter sadly has at least three code paths for computing its
computed style. Two of them were lacking stacking context update. There
is work in progress for Squad to mend this, but let's fix the current
code paths for now.

Bug: 856806
Change-Id: Ifeea799643bfa266e58c948f476bc23481fcdd5e
Reviewed-on: https://chromium-review.googlesource.com/1120249
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571512}

--

wpt-commits: 02cfdfe53b794884bcd731e18f845bec59dfd707
wpt-pr: 11731
2018-07-11 08:02:22 +01:00
Luke Bjerring
fea271fe7c Bug 1472256 [wpt PR 11732] - Update trivial IDL changes, a=testonly
Automatic update from web-platform-testsUpdate trivial IDL changes (#11732)

--

wpt-commits: 7706fe685052caf0d9295123913ed4a7dddfb6a5
wpt-pr: 11732
2018-07-11 08:02:18 +01:00
Ms2ger
b3a5376934 Bug 1472129 [wpt PR 11727] - Fix make_hosts_file tests in python 3., a=testonly
Automatic update from web-platform-testsFix make_hosts_file tests in python 3. (#11727)

--

wpt-commits: 75676053b648fbe89988922f357faaa485bb5b88
wpt-pr: 11727
2018-07-11 08:02:14 +01:00
Luke Bjerring
ba949dcc0c Bug 1468165 [wpt PR 9796] - Update payment-handler IDL file, a=testonly
Automatic update from web-platform-testsUpdate payment-handler IDL file (#9796)

--

wpt-commits: 451270209b02ebade6f0fddd068fab9658f4816e
wpt-pr: 9796
2018-07-11 08:02:12 +01:00
Geoffrey Sneddon
2207341ad6 Bug 1471994 [wpt PR 11710] - Add reviewers for css/css-box, a=testonly
Automatic update from web-platform-testsAdd reviewers for css/css-box (#11710)

--

wpt-commits: d2986bbab911ee78427ea063a453fc609f3e19be
wpt-pr: 11710
2018-07-11 08:02:09 +01:00
Ms2ger
302d61352a Bug 1472152 [wpt PR 11729] - Support python 3 in InputFile., a=testonly
Automatic update from web-platform-testsSupport python 3 in InputFile. (#11729)

--

wpt-commits: b0bc3807d872f46b7eacd5d1bbd8726b49110594
wpt-pr: 11729
2018-07-11 08:02:05 +01:00
Emilio Cobos Álvarez
8df4e9de5f Bug 1472037 [wpt PR 11715] - Make Mozilla's sync-tests.sh work with git. , a=testonly
Automatic update from web-platform-testsMake sync-tests.sh work with git.

--
Allow specifying the mozilla tree via argument.

--

wpt-commits: 8b61c282650bf72bce0147df320425343ea27f2f, e639f5b4158852b16ffa28613730c2b0b63f5e83
wpt-pr: 11715
2018-07-11 08:02:03 +01:00
Luke Bjerring
01bfad7efa Bug 1471794 [wpt PR 11698] - Auto-update the WebIDL IDL file, a=testonly
Automatic update from web-platform-testsUpdate the WebIDL file

--

wpt-commits: b23f2ac412b4b104f21ef7a724ead853e2fa0afa
wpt-pr: 11698
2018-07-11 08:02:00 +01:00
Emilio Cobos Álvarez
64420b7037 Bug 1472035 [wpt PR 11714] - Sync Mozilla tests as of 2018-06-28, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/6041c030780420b6205cf2d6640513606609884c

This contains two changes:

 * One by Mihir Iyer from [bug 1398483](https://bugzil.la/1398483), reviewed by
   @dholbert, adding flexbox column-{row,gap} reftests.

 * One by myself from [bug 1464782](https://bugzil.la/1464782), replacing the
   usage of offset-* logical properties by the standard name inset-*, reviewed
   by @upsuper.

--

wpt-commits: dc302574be5e27db4ade270698c966a39a09e300
wpt-pr: 11714
2018-07-11 08:01:56 +01:00
Ms2ger
dc7b1ebe51 Bug 1471570 [wpt PR 11685] - Prepare ReplacementTokenizer for python 3., a=testonly
Automatic update from web-platform-testsPrepare ReplacementTokenizer for Python 3 (#11685)

--

wpt-commits: a4b7841ea1345ffdcbd79e399f7ff1982fab5362
wpt-pr: 11685
2018-07-11 08:01:53 +01:00
Henrik Boström
1b1d45c685 Bug 1468951 [wpt PR 11526] - Update external/wpt/webrtc/RTCRtpParameters* tests., a=testonly
Automatic update from web-platform-testsUpdate external/wpt/webrtc/RTCRtpParameters* tests.

This is in preparation for get/setParameters[1] and
RTCRtpTransceiver[2].

Tests are updated to use promise_test and async/await to make them
easier to write and to execute sequentially.

Tests are updated to set up a call before getParameters() because many
parameters are defined as "that has been negotiated". If we want to test
what is returned before negotiation we should add that as separate
tests. For now, this is necessary for the tests to run on [1][2].

Some tests are removed because they no longer reflect the spec.

Because get/setParameters() and RTCRtpTransceiver has not landed yet,
the tests are still expected to fail.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1102436
[2] https://chromium-review.googlesource.com/c/chromium/src/+/1025771

Bug: 803494, 777617
Change-Id: I3f14a37925837576a602d91bb67e48181c56a946
Reviewed-on: https://chromium-review.googlesource.com/1102502
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571430}

--

wpt-commits: 36fb033a4051e63a0ab4bd073fdaadf808953564
wpt-pr: 11526
2018-07-11 08:01:51 +01:00
moz-wptsync-bot
5da6b6173a Bug 1471815 [wpt PR 11705] - Update wpt metadata, a=testonly
wpt-pr: 11705
wpt-type: metadata
2018-07-11 08:01:47 +01:00
Hiroki Nakagawa
698986984b Bug 1471815 [wpt PR 11705] - Worker: Add WPTs for module loading with blob, data, and file URLs, a=testonly
Automatic update from web-platform-testsWorker: Add WPTs for module loading with blob, data, and file URLs

Bug: 680046
Change-Id: I8b3894bfbc8df999952fa82e8f2b3abb4088f434
Reviewed-on: https://chromium-review.googlesource.com/1114566
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571378}

--

wpt-commits: a2c108ffd92458de51acc02a0f79221548c785ab
wpt-pr: 11705
2018-07-11 08:01:46 +01:00
Geoffrey Sneddon
f104186389 Bug 1472067 [wpt PR 11723] - Revert "Lint that META.yml files exist", a=testonly
Automatic update from web-platform-testsRevert "Lint that META.yml files exist (#11092)" (#11723)

This reverts commit 93dceabca4f79ced2a35fa480f78d30d4123ffaa.
--

wpt-commits: 7a6f5673ff5d146ca5c09c6a1b42b7706cfee328
wpt-pr: 11723


--HG--
rename : testing/web-platform/tests/tools/lint/tests/dummy/tests/broken.html => testing/web-platform/tests/tools/lint/tests/dummy/broken.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/tests/broken_ignored.html => testing/web-platform/tests/tools/lint/tests/dummy/broken_ignored.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/tests/dependency.html => testing/web-platform/tests/tools/lint/tests/dummy/dependency.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/tests/okay.html => testing/web-platform/tests/tools/lint/tests/dummy/okay.html
2018-07-11 08:01:42 +01:00
Luke Bjerring
46327d04a8 Bug 1472054 [wpt PR 11720] - Auto-update the DOM-Parsing IDL file, a=testonly
Automatic update from web-platform-testsAuto-update the DOM-Parsing IDL file (#11720)

--

wpt-commits: 535f7e172bc6c25bb7131434150af345ada818cc
wpt-pr: 11720
2018-07-11 08:01:39 +01:00
Simon Pieters
aca3032b18 Bug 1463112 [wpt PR 11092] - Lint that META.yml files exist, a=testonly
Automatic update from web-platform-testsLint that META.yml files exist (#11092)

Fixes #10552.
--

wpt-commits: 93dceabca4f79ced2a35fa480f78d30d4123ffaa
wpt-pr: 11092


--HG--
rename : testing/web-platform/tests/tools/lint/tests/dummy/broken.html => testing/web-platform/tests/tools/lint/tests/dummy/tests/broken.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/broken_ignored.html => testing/web-platform/tests/tools/lint/tests/dummy/tests/broken_ignored.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/dependency.html => testing/web-platform/tests/tools/lint/tests/dummy/tests/dependency.html
rename : testing/web-platform/tests/tools/lint/tests/dummy/okay.html => testing/web-platform/tests/tools/lint/tests/dummy/tests/okay.html
2018-07-11 08:01:36 +01:00
Geoffrey Sneddon
e44f5cd2a1 Bug 1471984 [wpt PR 11709] - Add css-env reviewers, a=testonly
Automatic update from web-platform-testsAdd css-env reviewers (#11709)

--

wpt-commits: a6ea08f60d2f1612f8b92fa40de08162ca9f3fcc
wpt-pr: 11709
2018-07-11 08:01:33 +01:00
Simon Pieters
920a85b9bc Bug 1469478 [wpt PR 11559] - Add lifecycle/META.yml, a=testonly
Automatic update from web-platform-testsAdd lifecycle/META.yml (#11559)

--

wpt-commits: 04cccd14431a70eff84a896f09aab9da40fb0640
wpt-pr: 11559
2018-07-11 08:01:29 +01:00