Commit Graph

616088 Commits

Author SHA1 Message Date
moz-wptsync-bot
31c0eac6f2 Bug 1494252 - [wpt-sync] Update web-platform-tests to 23c54943daee3cd8520a6d86acc055f1120f96ad, a=testonly
wpt-head: 23c54943daee3cd8520a6d86acc055f1120f96ad
wpt-type: landing
2018-09-27 09:56:10 +00:00
pyup.io bot
ae00edde43 Bug 1458740 [wpt PR 10805] - Update marionette_driver to 2.7.0, a=testonly
Automatic update from web-platform-testsUpdate marionette_driver from 2.6.0 to 2.7.0 (#10805)

--

wpt-commits: 23c54943daee3cd8520a6d86acc055f1120f96ad
wpt-pr: 10805
2018-09-27 09:56:10 +00:00
Ms2ger
0ad26e7e37 Bug 1492992 [wpt PR 11769] - Various test fixes for python3 support., a=testonly
Automatic update from web-platform-testsVarious test fixes for python3 support. (#11769)

--

wpt-commits: 5bd512cdc76f762662915a2d3d9e49b021f14ff6
wpt-pr: 11769
2018-09-27 09:56:10 +00:00
youennf
d99e43414c Bug 1493565 [wpt PR 13181] - Make use of navigator.mediaDevices.getUserMedia instead of navigator.getUserMedia, a=testonly
Automatic update from web-platform-testsMake use navigator.mediaDevices.getUserMedia (#13181)

--

wpt-commits: 7bbbe6e9b15be0f972438a7cad7879184711d7ec
wpt-pr: 13181
2018-09-27 09:56:09 +00:00
Stephen McGruer
1e8f39e477 Bug 1493354 [wpt PR 13149] - Remove WebKitAnimationEvent, a=testonly
Automatic update from web-platform-testsRemove WebKitAnimationEvent

This is an obsolete prefixed alias of AnimationEvent. An
intent-to-remove has been sent, and has got LGTM*3.

Blink intent thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/EgMUDqySZwE

Bug: 695504
Change-Id: Ia86e830fe3f653aa6a7b2f983afb75fd4d088831
Reviewed-on: https://chromium-review.googlesource.com/1238497
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Tim Volodine <timvolodine@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593405}

--

wpt-commits: 1c99c70996f35332b8a65040bf745f19678a6686
wpt-pr: 13149
2018-09-27 09:56:09 +00:00
jugglinmike
9f27d208c1 Bug 1490783 [wpt PR 12976] - [testharness.js] Remove deprecated API, a=testonly
Automatic update from web-platform-tests[testharness.js] Remove deprecated API (#12976)

[testharness.js] Remove deprecated API

The testharness.js functions `assert_exists` and `assert_not_exists`
have been labeled "deprecated" since 2012-01-31 [1]. Remove the
functions and replace all existing references with equivalent
assertions.

[1] 1780607fc4582b65b7fcdded3e39e79e95c8d915

--

wpt-commits: efa1c1e224cf7910008d37477beb954d41448ace
wpt-pr: 12976
2018-09-27 09:56:08 +00:00
Ms2ger
9ae519eb8b Bug 1492970 [wpt PR 13121] - Make is_html actually work in Output#resolve_log()., a=testonly
Automatic update from web-platform-testsMake is_html actually work in Output#resolve_log().

In particular, is_html would never become true if SVGSVGElement was supported
at all.

Even if SVGSVGElement was not supported, it would never become true because
we were checking the namespace and localName of the Document object, rather
than the root element.

--

wpt-commits: 7f3e17fe6d5d48b0090b7b176fa5175037580654
wpt-pr: 13121
2018-09-27 09:56:08 +00:00
pyup-bot
4e46d1e3b4 Bug 1491025 [wpt PR 12988] - Update mozprofile to 2.0.0, a=testonly
Automatic update from web-platform-testsUpdate mozprofile from 1.1.0 to 2.0.0
--

wpt-commits: 664b50b7be3adecbcaf8bea23e1aeba4edf7f465
wpt-pr: 12988
2018-09-27 09:56:08 +00:00
pyup-bot
e94fdfa8c4 Bug 1493066 [wpt PR 13133] - Update selenium to 3.14.1, a=testonly
Automatic update from web-platform-testsUpdate selenium from 3.14.0 to 3.14.1
--
Update selenium from 3.14.0 to 3.14.1
--
Update selenium from 3.14.0 to 3.14.1
--
Update selenium from 3.13.0 to 3.14.1
--
Update selenium from 3.14.0 to 3.14.1
--
Update selenium from 3.14.0 to 3.14.1
--
Update selenium from 3.14.0 to 3.14.1
--

wpt-commits: fab6e8e35344dc06267d1ba5a75780d0e0f3a6fc, ee8755b0f6cdaf901cf04c35a862070036e2df69, bc3d67c0658a7dd890c72c6bb896476014b65889, 3328d27dd5c1218c541baf9fd52cc981761867c8, 90d366cb68e06d42022f32065a568190b014a5fd, f5de401ce433e130cd2d1d015697bed544cf8654, 24c572a0727f8b2fe193b84024288b4b51bb3cef
wpt-pr: 13133
2018-09-27 09:56:07 +00:00
Ahilya Sinha
7da39973f5 Bug 1493510 [wpt PR 13177] - Check if platform is Windows before catching WindowsError, a=testonly
Automatic update from web-platform-testsCheck if platform is Windows before catching WindowsError

Check if the platform is Windows and the error is a WindowsError before
trying to run git.bat, as WindowsError is not defined in non-Windows.

Closes https://github.com/web-platform-tests/wpt/issues/12693

--

wpt-commits: 82d852bda1e08948858389c17402fa0571bc2584
wpt-pr: 13177
2018-09-27 09:56:07 +00:00
Robert Ma
51766e943f Bug 1493384 [wpt PR 13158] - Also ignore ERROR in slow test check, a=testonly
Automatic update from web-platform-testsAlso ignore ERROR in slow test check

Tweak the docstring accordingly to explain why.

--

wpt-commits: 130669061c6f4b475e1189ef107010966d686324
wpt-pr: 13158
2018-09-27 09:56:06 +00:00
jugglinmike
accc0b1c22 Bug 1493368 [wpt PR 13154] - [wptrunner] Fix support for --binary-arg in Fx, a=testonly
Automatic update from web-platform-tests[wptrunner] Fix support for `--binary-arg` in Fx (#13154)

In order to automate Firefox, wptrunner requires the browser's internal
module "Marionette" to be enabled. This is a requirement regardless of
any custom configuration specified by the user, including additional
command-line flags via the `--binary-arg` argument.

Previously, this project would omit the `-marionette` argument in the
presence of any user-specified arguments. Because this interferes with
normal operation (and because the source code is formatted in a way that
conflicts with the order of operations), this is likely an unintentional
behavior.

Modify the code which derives the command-line arguments to always
include the `-marionette` argument.

--

wpt-commits: 3a749a13168916563b9611528b18d0376f04aab1
wpt-pr: 13154
2018-09-27 09:56:06 +00:00
Yoav Weiss
e29cb99620 Bug 1493545 [wpt PR 13179] - [resource-timing] Add TAO test for multiple wildcards, a=testonly
Automatic update from web-platform-testsMerge pull request #13179 from yoavweiss/multiple_wildcard_test

[resource-timing] Add TAO test for multiple wildcards
--

wpt-commits: 3d117ae1266e6bd039a3a1ab92b27e82c3ccc92d
wpt-pr: 13179
2018-09-27 09:56:06 +00:00
autofoolip
7146c61e9c Bug 1493487 [wpt PR 13175] - Update interfaces/SVG.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/SVG.idl (#13175)

Source: https://github.com/tidoust/reffy-reports/blob/7faca77/whatwg/idl/SVG.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/432054136
--

wpt-commits: 61efc6b6063091fba52e182bc332a5815de0765c
wpt-pr: 13175
2018-09-27 09:56:05 +00:00
Michael[tm] Smith
c71e65eef0 Bug 1493460 [wpt PR 13172] - Unbreak html/dom/interfaces.https.html, a=testonly
Automatic update from web-platform-testsUnbreak html/dom/interfaces.https.html

This change makes /interfaces/touch-events.idl get fetched, rather
than /interfaces/touchevents.idl (which doesn't exist).

--

wpt-commits: 5d58e091e71aa3162fe9d0e40858351c8063ca08
wpt-pr: 13172
2018-09-27 09:56:05 +00:00
Darshan Kadu
172bf28320 Bug 1493454 [wpt PR 13171] - Grammar mistake in statement, a=testonly
Automatic update from web-platform-testsFix grammar mistake docs

--

wpt-commits: 6373d37ba456576bf14dd355455711f6438d5180
wpt-pr: 13171
2018-09-27 09:56:04 +00:00
Darshan Kadu
22130002cd Bug 1493130 [wpt PR 13135] - It must be "y coordinate" instead of x coordinate, a=testonly
Automatic update from web-platform-testsFix some typos in docs

--

wpt-commits: d519fc8376c846b631b0e40c40a8abd10e0bb1b8
wpt-pr: 13135
2018-09-27 09:56:04 +00:00
autofoolip
ffaec90556 Bug 1493442 [wpt PR 13169] - Update interfaces/picture-in-picture.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/picture-in-picture.idl (#13169)

Source: https://github.com/tidoust/reffy-reports/blob/c1b283c/whatwg/idl/picture-in-picture.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/431787852
--

wpt-commits: c9354ab5c1eb49408d44abeecd13fde133519ba9
wpt-pr: 13169
2018-09-27 09:56:04 +00:00
autofoolip
73ab34187f Bug 1493443 [wpt PR 13170] - Update interfaces/webaudio.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webaudio.idl (#13170)

Source: https://github.com/tidoust/reffy-reports/blob/c1b283c/whatwg/idl/webaudio.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/431787852
--

wpt-commits: b17c53f398ac20d4ab4f023a31d465c9f4756a05
wpt-pr: 13170
2018-09-27 09:56:03 +00:00
jugglinmike
9e157c27ca Bug 1493409 [wpt PR 13163] - [service-workers] Return value in cleanup, a=testonly
Automatic update from web-platform-tests[service-workers] Return value in cleanup (#13163)

Previously, many tests un-registered service workers using the
testharness.js API `add_cleanup` without returning the promise which
tracked the operation. While this ensured the operation was started at
the completion of the test, it did not guarantee that the operation
would be completed before the test was considered "complete."

In automation scenarios where many tests are executed in rapid
succession, this enabled a race condition: the navigation could
interrupt the un-registration process. In order to account for the
possibility of registrations that persisted from previous test failures,
the tests included "setup" code to defensively un-register such workers.

The `Test#add_cleanup` method was recently extended to support
asynchronous "clean up" operations [1]. Use that API to ensure tests are
not considered "complete" until after service worker un-registration is
done.

[1] https://github.com/web-platform-tests/wpt/pull/8748
--

wpt-commits: 7897f9d5beff624590d2fc254d2a7eca6e2b1e8f
wpt-pr: 13163
2018-09-27 09:56:03 +00:00
Manuel Rego Casasnovas
c6cc61d0c2 Bug 1493387 [wpt PR 13159] - Fix the path of mplus-1p-regular.woff in all tests, a=testonly
Automatic update from web-platform-testsMerge pull request #13159 from web-platform-tests/fix-mplus-1p-regular

Fix the path of mplus-1p-regular.woff in all tests
--

wpt-commits: eb68211270c6deb66eb928799a75e6af3b8db1b0
wpt-pr: 13159
2018-09-27 09:56:02 +00:00
Fredrik Söderquist
39a1b6faab Bug 1493319 [wpt PR 13145] - Fix scrollIntoView(...) for SVG elements, a=testonly
Automatic update from web-platform-testsFix scrollIntoView(...) for SVG elements

AbsoluteBoundingBoxRectForScrollIntoView and associated helpers did not
compute the correct bounding box for SVG shapes (or anything but the SVG
root.)
Compute the bounding rect using the stroke bounding box.

Bug: 803440
Change-Id: If25ca98b686f17a0db699e569460cb4c276f06a0
Reviewed-on: https://chromium-review.googlesource.com/1238458
Reviewed-by: David Bokan <bokan@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#593306}

--

wpt-commits: b3ca0cee4b0772e615334e4155556ec254dab7b1
wpt-pr: 13145
2018-09-27 09:56:02 +00:00
Frank Liberato
18f3004d9a Bug 1493375 [wpt PR 13156] - Revert "bindings: Implement timers with V8Function", a=testonly
Automatic update from web-platform-testsRevert "bindings: Implement timers with V8Function"

This reverts commit 254369a5f6df06c2c6be067d14c2cb2a036ba173.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> bindings: Implement timers with V8Function
>
> This fixes bug 866610 by using the IDL infrastructure to properly enter
> the v8::Context before calling the registered callback.
>
> Also ensure eager finalization of ScheduledAction in DOMTimer to
> prevent a memory leak. Added two more effective DCHECKs to confirm.
>
> Bug: 866610
> Change-Id: I37d7bd05f035fe31856cfe68bae51aa0632cd3b1
> Reviewed-on: https://chromium-review.googlesource.com/1220486
> Reviewed-by: Nate Chapin <japhet@chromium.org>
> Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
> Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
> Commit-Queue: Timothy Gu <timothygu@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#593108}

TBR=peria@chromium.org,yukishiino@chromium.org,haraken@chromium.org,japhet@chromium.org,timothygu@chromium.org

Change-Id: Ifaccc3374466b851fc28b10c63ed1397bdae635e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 866610
Reviewed-on: https://chromium-review.googlesource.com/1239216
Reviewed-by: Frank Liberato <liberato@chromium.org>
Commit-Queue: Frank Liberato <liberato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593260}

--

wpt-commits: 45f38e4c17379c83be5533ff60697ac888d8eea7
wpt-pr: 13156
2018-09-27 09:56:01 +00:00
Robert Ma
1b83f3410e Bug 1493348 [wpt PR 13147] - [taskcluster] Run stable daily and beta weekly, a=testonly
Automatic update from web-platform-testsRun stable daily and beta weekly (#13147)

--

wpt-commits: 2719d8f09afffe1902b3c14e0fb6ae4ad96c0ba6
wpt-pr: 13147
2018-09-27 09:56:01 +00:00
Ian Kilpatrick
4fe2bd72dd Bug 1493039 [wpt PR 13130] - [css-layout-api] Move perform-child-layout tests to child-constraints, a=testonly
Automatic update from web-platform-tests[css-layout-api] Move perform-child-layout tests to child-constraints

As above, move similar tests into subdirectory, and apply minor
documentation cleanups.

Adds two new tests checking that setting an invalid (negative) available
size, clamps it to zero.

Bug: 726125
Change-Id: Id5bdfa25970a4e4bfe359377b88176043ab1f6c3
Reviewed-on: https://chromium-review.googlesource.com/1236266
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593236}

--

wpt-commits: 80fa83f6ca3dc7039088afae9a908222b31f6aa4
wpt-pr: 13130
2018-09-27 09:56:01 +00:00
Ian Kilpatrick
1c857866d3 Bug 1493019 [wpt PR 13124] - [css-layout-api] Adds ability to specify percentage{Inline,Block}Size., a=testonly
Automatic update from web-platform-tests[css-layout-api] Adds ability to specify percentage{Inline,Block}Size.

This allows developers to specify the size which percentages in the
block (wrt child writing mode) direction should be resolved against.
Currently inline percentages still resolve against the available
inline-size.

This adds a "OverrideContainingBlockPercentageResolutionLogicalHeight"
field on layout box, which both the logic for
LayoutBox::ComputePercenatgeLogicalHeight and
LayoutBox::ComputeReplacedLogicalHeight use.

They follow similar logic to LayoutGrid, in that in quirks mode,
percentages are treated as indefinite (doesn't "walk-up" the tree).

Change-Id: I256381687d2eed7693a908074f7f5032d5963e2b
Reviewed-on: https://chromium-review.googlesource.com/1232206
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593208}

--

wpt-commits: 159da2f8ef7c8259c7fc013cbfea2314e2dfdeeb
wpt-pr: 13124
2018-09-27 09:56:00 +00:00
Anders Hartvoll Ruud
15a086dfef Bug 1492964 [wpt PR 13120] - [css-properties-values-api] Use inherited value for substitution., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Use inherited value for substitution.

When a var()-reference produces tokens that are incompatible with the
current syntax, or the var()-reference refers to a variable that does not
exist, we currently always substitute the initial value, even for
inherited properties. This is incorrect, as the value should behave as
'unset', which means 'inherit' for inherited properties.

Note that if syntax-incompatible tokens are specified directly (not via a
var()-reference), we correctly behave as 'unset'. This is because the
var()-less case is handled by a different code path (variable.cc).

R=futhark@chromium.org

Bug: 641877
Change-Id: Ifdd5435ee77f4b8cd3998967713cb6fcb7e8d5f4
Reviewed-on: https://chromium-review.googlesource.com/1235579
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593145}

--

wpt-commits: 689968f390a8c5c897ab5c9fa0f6fe27a40b5cc3
wpt-pr: 13120
2018-09-27 09:56:00 +00:00
autofoolip
61af94fc93 Bug 1492727 [wpt PR 13097] - Update interfaces/payment-method-basic-card.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/payment-method-basic-card.idl (#13097)

Source: https://github.com/tidoust/reffy-reports/blob/fb94b83/whatwg/idl/payment-method-basic-card.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/431349655
--

wpt-commits: a515ab78d1dcb02899e5605421dd39f74218c474
wpt-pr: 13097
2018-09-27 09:55:59 +00:00
autofoolip
7558a1a212 Bug 1492728 [wpt PR 13098] - Update interfaces/payment-request.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/payment-request.idl (#13098)

Source: https://github.com/tidoust/reffy-reports/blob/d22394f/whatwg/idl/payment-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/430876511
--

wpt-commits: 637c9f7de5a21e8b7a4773c3f3ac16427de8226d
wpt-pr: 13098
2018-09-27 09:55:59 +00:00
autofoolip
1c459811b7 Bug 1492729 [wpt PR 13099] - Update interfaces/webrtc-stats.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webrtc-stats.idl (#13099)

Source: https://github.com/tidoust/reffy-reports/blob/d22394f/whatwg/idl/webrtc-stats.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/430876511
--

wpt-commits: 9da31eb3b1053318f2c09541663bdf7d0069d794
wpt-pr: 13099
2018-09-27 09:55:59 +00:00
Ms2ger
42c4aea55c Bug 1489056 [wpt PR 12870] - Don't try to parse the contents of server errors in idl_test()., a=testonly
Automatic update from web-platform-testsDon't try to parse the contents of server errors in idl_test().

--

wpt-commits: af65cfb6db68e2b3255290ce8ec362376eb44efa
wpt-pr: 12870
2018-09-27 09:55:58 +00:00
autofoolip
08a608979c Bug 1493166 [wpt PR 13137] - Update interfaces/CSP.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/CSP.idl (#13137)

Source: https://github.com/tidoust/reffy-reports/blob/fb94b83/whatwg/idl/CSP.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/431349655
--

wpt-commits: c591e86be98acc033344fbf055abff3022139134
wpt-pr: 13137
2018-09-27 09:55:58 +00:00
François Beaufort
e5bfdc0783 Bug 1492150 [wpt PR 13048] - Add pictureInPictureWindow to enterpictureinpicture event., a=testonly
Automatic update from web-platform-testsAdd pictureInPictureWindow to enterpictureinpicture event.

This makes sure web developers can access to the PictureInPicture window
object when user agent initiates Picture-in-Picture. It does so by
adding a pictureInPictureWindow attribute to the existing
enterpictureinpicture event

Intent to ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/ibVPbqBQapU/Fgf307XJBgAJ

Change-Id: I46ce1f4047b670f49dd746e39c7e62efc1b4a135
Bug: 887856
Reviewed-on: https://chromium-review.googlesource.com/1228122
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593127}

--

wpt-commits: 33a9abd00e4a5169cb75ad6c32bb744b85027a0a
wpt-pr: 13048
2018-09-27 09:55:57 +00:00
Timothy Gu
812d69b907 Bug 1491459 [wpt PR 13012] - bindings: Implement timers with V8Function, a=testonly
Automatic update from web-platform-testsbindings: Implement timers with V8Function

This fixes bug 866610 by using the IDL infrastructure to properly enter
the v8::Context before calling the registered callback.

Also ensure eager finalization of ScheduledAction in DOMTimer to
prevent a memory leak. Added two more effective DCHECKs to confirm.

Bug: 866610
Change-Id: I37d7bd05f035fe31856cfe68bae51aa0632cd3b1
Reviewed-on: https://chromium-review.googlesource.com/1220486
Reviewed-by: Nate Chapin <japhet@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Commit-Queue: Timothy Gu <timothygu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593108}

--

wpt-commits: 4eaebdf70cbbbac6b95d757c424a879c1f980dac
wpt-pr: 13012
2018-09-27 09:55:57 +00:00
moz-wptsync-bot
31c396d7ca Bug 1486350 [wpt PR 12684] - Update wpt metadata, a=testonly
wpt-pr: 12684
wpt-type: metadata
2018-09-27 09:55:57 +00:00
Marcos Cáceres
b978b52645 Bug 1486350 [wpt PR 12684] - Remove languageCode tests, a=testonly
Automatic update from web-platform-testsRemove languageCode tests (#12684)

--

wpt-commits: ab1c11787a91e8ad8a6129e24ab6f881d5c0b2e2
wpt-pr: 12684
2018-09-27 09:55:56 +00:00
Marcos Cáceres
f7e0664c73 Bug 1493110 [wpt PR 13134] - fix: incorrectly named test, a=testonly
Automatic update from web-platform-testsfix: incorrectly named test (#13134)

--

wpt-commits: 50ff4f970fd8592a9f436d4e86e7d572de143260
wpt-pr: 13134


--HG--
rename : testing/web-platform/tests/payment-request/payment-response/onpayerdetailchange-attribute.manual.https.html => testing/web-platform/tests/payment-request/payment-response/onpayerdetailchange-attribute-manual.https.html
2018-09-27 09:55:56 +00:00
moz-wptsync-bot
427e28485f Bug 1492718 [wpt PR 13094] - Update wpt metadata, a=testonly
wpt-pr: 13094
wpt-type: metadata
2018-09-27 09:55:55 +00:00
Eric Willigers
606c858c93 Bug 1492718 [wpt PR 13094] - [css-masking] Inheritance and initial values, a=testonly
Automatic update from web-platform-tests[css-masking] Inheritance and initial values (#13094)

Test that CSS Masking properties inherit.
Test their initial values match the spec.

https://drafts.fxtf.org/css-masking-1/#property-index
--

wpt-commits: f0ef29b3f9d01cd3278fdaef67c323370a3a8f72
wpt-pr: 13094
2018-09-27 09:55:55 +00:00
moz-wptsync-bot
78b933afb5 Bug 1492715 [wpt PR 13093] - Update wpt metadata, a=testonly
wpt-pr: 13093
wpt-type: metadata
2018-09-27 09:55:54 +00:00
Eric Willigers
1c0171ef63 Bug 1492715 [wpt PR 13093] - [css-writing-modes] Inheritance and initial values, a=testonly
Automatic update from web-platform-tests[css-writing-modes] Inheritance and initial values (#13093)

Test that CSS Writing Modes properties inherit.
Test that initial values match the spec.
https://drafts.csswg.org/css-writing-modes-3/#property-index
--

wpt-commits: 90e5630bfa70bc56a450c4584f44846ccc123d88
wpt-pr: 13093
2018-09-27 09:55:54 +00:00
moz-wptsync-bot
7e3aef1d12 Bug 1492714 [wpt PR 13092] - Update wpt metadata, a=testonly
wpt-pr: 13092
wpt-type: metadata
2018-09-27 09:55:54 +00:00
Eric Willigers
83409d2738 Bug 1492714 [wpt PR 13092] - [css-break] Inheritance and initial values, a=testonly
Automatic update from web-platform-tests[css-break] Inheritance and initial values (#13092)

Test inheritance and initial values of properties
defined by CSS Fragmentation.
https://drafts.csswg.org/css-break/#property-index
--

wpt-commits: e441850483b6f68a7335ee69920f5d7758e89bef
wpt-pr: 13092
2018-09-27 09:55:53 +00:00
Richard Townsend
4f6eae703f Bug 1492502 [wpt PR 13077] - Revert "Revert "[css-tables] Force layout when colgroups are removed or added"", a=testonly
Automatic update from web-platform-testsRevert "Revert "[css-tables] Force layout when colgroups are removed or added""

Fixes an uninitialised variable caught by MSAN.

This reverts commit 66a74d2f7e1b369ce086c3c41ee089d72f3d0018.

Change-Id: I1e896476fe201fb05072970220bab5c3b20588a2
Reviewed-on: https://chromium-review.googlesource.com/1233746
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592938}

--

wpt-commits: a25aa4b1f3ef9011ee30ecffe7203157d72ae5ae
wpt-pr: 13077
2018-09-27 09:55:53 +00:00
moz-wptsync-bot
9b0284e1ef Bug 1492354 [wpt PR 13068] - Update wpt metadata, a=testonly
wpt-pr: 13068
wpt-type: metadata
2018-09-27 09:55:52 +00:00
Eric Willigers
36dcef3adb Bug 1492354 [wpt PR 13068] - [css-shapes] Inheritance and initial values, a=testonly
Automatic update from web-platform-tests[css-shapes] Inheritance and initial values (#13068)

Test that CSS Shapes properties are not inherited.
Ttest the initial values match the spec.
https://drafts.csswg.org/css-shapes/#property-index
--

wpt-commits: 9f97edb27e139e3ceda1b234016151170bd41172
wpt-pr: 13068
2018-09-27 09:55:52 +00:00
moz-wptsync-bot
e70efa9c85 Bug 1492320 [wpt PR 13063] - Update wpt metadata, a=testonly
wpt-pr: 13063
wpt-type: metadata
2018-09-27 09:55:52 +00:00
Tab Atkins Jr
0c3e6a2bf7 Bug 1492320 [wpt PR 13063] - [css-contain] Inheritance and initial value, a=testonly
Automatic update from web-platform-testsMerge pull request #13063 from ewilligers/contain-inheritance

[css-contain] Inheritance and initial value
--

wpt-commits: 7930fceb0110a8309e39fcbc34b6ef6a5d4f583e
wpt-pr: 13063
2018-09-27 09:55:51 +00:00
moz-wptsync-bot
ac57a1be0d Bug 1492314 [wpt PR 13060] - Update wpt metadata, a=testonly
wpt-pr: 13060
wpt-type: metadata
2018-09-27 09:55:51 +00:00
Tab Atkins Jr
b1ca927595 Bug 1492314 [wpt PR 13060] - [css-display] Inheritance and initial value, a=testonly
Automatic update from web-platform-testsMerge pull request #13060 from ewilligers/display-inheritance

[css-display] Inheritance and initial value
--

wpt-commits: 479f20992ddd32505d130c9a140844dc8228c3c7
wpt-pr: 13060
2018-09-27 09:55:50 +00:00