Commit Graph

15766 Commits

Author SHA1 Message Date
Javier Fernandez Garcia-Boente
1e415d32d1 Bug 1568162 [wpt PR 17999] - Fixed several errors in the tests' title., a=testonly
Automatic update from web-platform-tests
Fixed several errors in the tests' title. (#17999)

--

wpt-commits: 82fed3e767931a475eba1e852be081cd9f685a65
wpt-pr: 17999
2019-07-31 02:54:02 +00:00
Florian Rivoal
05f38835d1 Bug 1568217 [wpt PR 18001] - [css-text] remove incorrect test, a=testonly
Automatic update from web-platform-tests
[css-text] remove incorrect test (#18001)

Closes #17955
--

wpt-commits: 90eca670da35b15b1e5d88def32fcbb9518b1d22
wpt-pr: 18001
2019-07-31 02:54:01 +00:00
moz-wptsync-bot
9cf340c751 Bug 1568212 [wpt PR 18000] - Update wpt metadata, a=testonly
wpt-pr: 18000
wpt-type: metadata
2019-07-31 02:54:01 +00:00
Florian Rivoal
3d0eaff88d Bug 1568212 [wpt PR 18000] - [css-text] Complete the series of i18n test for the line-break property, a=testonly
Automatic update from web-platform-tests
[css-text] Complete the series of i18n test for the line-break property (#18000)

See
https://github.com/web-platform-tests/wpt/pull/10860#pullrequestreview-122852115
for rationale.

Part of #11161
--

wpt-commits: ec6b996e1646a1614c0250e7d4eb6ea7c45f65ee
wpt-pr: 18000
2019-07-31 02:54:01 +00:00
Robert Ma
30f5b83e81 Bug 1568004 [wpt PR 17979] - [html] Use documented nonexistent instead of foo, a=testonly
Automatic update from web-platform-tests
[html] Use documented `nonexistent` instead of foo (#17979)

* [html] Use documented `nonexistent` instead of foo

The idlharness test needs a dummy WebSocket object with a failed
connection. This should be done using the documented `nonexistent`
subdomain instead of `foo` which could resolve successfully in certain
network environments.

Fixes #17977.

* Revise to use get-host-info.sub.js

--

wpt-commits: ff8486db5a8f56f13b760a27a0e13a3fe9710d1f
wpt-pr: 17979
2019-07-31 02:54:00 +00:00
moz-wptsync-bot
3301ca3088 Bug 1568116 [wpt PR 17990] - Update wpt metadata, a=testonly
wpt-pr: 17990
wpt-type: metadata
2019-07-31 02:54:00 +00:00
autofoolip
670ff979f9 Bug 1568116 [wpt PR 17990] - Update interfaces/css-properties-values-api.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-properties-values-api.idl (#17990)

Source: https://github.com/tidoust/reffy-reports/blob/d6b9a8d/whatwg/idl/css-properties-values-api.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/562428791
--

wpt-commits: 74026f1ead3195c9cba7cd720c1cdfed2b0d2e86
wpt-pr: 17990
2019-07-31 02:53:59 +00:00
autofoolip
bc9cb1cc82 Bug 1568117 [wpt PR 17991] - Update interfaces/geometry.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/geometry.idl (#17991)

Source: https://github.com/tidoust/reffy-reports/blob/d6b9a8d/whatwg/idl/geometry.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/562428791
--

wpt-commits: cecd181c30da163b59b5a29752b3b619b7d9f29d
wpt-pr: 17991
2019-07-31 02:53:59 +00:00
sreeise
f186646879 Bug 1568093 [wpt PR 17987] - Media fragment parser, a=testonly
Automatic update from web-platform-tests
Media fragment parser

--

wpt-commits: d906dcacdfbf3a2e004765da7c9a63f8ddecdd0b
wpt-pr: 17987
2019-07-31 02:53:58 +00:00
moz-wptsync-bot
2d85b75221 Bug 1568114 [wpt PR 17410] - Update wpt metadata, a=testonly
wpt-pr: 17410
wpt-type: metadata
2019-07-31 02:53:58 +00:00
Leon Han
26ce814bdc Bug 1568114 [wpt PR 17410] - [webnfc] Introduce IDLs for NFCReadingEvent and NFCReadingEventInit., a=testonly
Automatic update from web-platform-tests
[webnfc] Introduce IDLs for NFCReadingEvent and NFCReadingEventInit.

This CL introduces IDLs for NFCReadingEvent and NFCReadingEventInit
interfaces, and updates the baseline of relevant wpt tests.
http://w3c.github.io/web-nfc/#dom-nfcreadingevent

The corresponding spec changes were introduced in
https://github.com/w3c/web-nfc/pull/179
https://github.com/w3c/web-nfc/pull/227

BUG=520391

Change-Id: If2090d73ce746208a9e535fe31b6d52a9940d2fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655092
Commit-Queue: Leon Han <leon.han@intel.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679910}

--

wpt-commits: 239561ebf7630cd4419dc8cea83606f27062bf87
wpt-pr: 17410
2019-07-31 02:53:57 +00:00
Adam Rice
b22ef3a053 Bug 1566341 [wpt PR 17804] - Implement QueuingStrategies in C++, a=testonly
Automatic update from web-platform-tests
Implement QueuingStrategies in C++

Implement CountQueuingStrategy and ByteLengthQueuingStrategy in C++.

Implementing in WebIDL leads to some changes in semantics:

1. highWaterMark is now a getter on the prototype rather than an
property on each object. This is because adding properties directly on
objects is not usual practice in WebIDL, and is problematic to implement
in Blink.

2. size() is now a function returned by a getter. This is because a
methods in WebIDL must be called with |this| set to a valid object of
the appropriate type, but size() is called with |this| set to undefined.
See https://github.com/whatwg/streams/issues/1005 for more discussion.

These aren't expected to change behaviour of code in the wild, but the
count-queuing-strategy.any.js and byte-length-queuing-strategy.js
tests detect it.

Also add tests that subclassing of CountQueuingStrategy and
ByteLengthQueuingStrategyworks works properly. A previous iteration
of this change broke it.

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

--

wpt-commits: 4dbc86fa9b79da17a037140fc2eaba05c80f90ee
wpt-pr: 17804
2019-07-31 02:53:57 +00:00
moz-wptsync-bot
3e056c55e1 Bug 1566390 [wpt PR 17753] - Update wpt metadata, a=testonly
wpt-pr: 17753
wpt-type: metadata
2019-07-31 02:53:56 +00:00
Leon Han
6a27ff90b6 Bug 1566390 [wpt PR 17753] - [webnfc] Change NDEF{Record,Message} to be IDL interface type, a=testonly
Automatic update from web-platform-tests
[webnfc] Change NDEF{Record,Message} to be IDL interface type

The corresponding spec changes were introduced in:
https://github.com/w3c/web-nfc/pull/240

BUG=520391

Change-Id: I50ff37d69ef1e79c32682493d3133f639226aac0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684664
Commit-Queue: Leon Han <leon.han@intel.com>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679895}

--

wpt-commits: 0404dd3e97f2ba4d0e79cde384a9a3c0207c71a6
wpt-pr: 17753
2019-07-31 02:53:56 +00:00
Florian Rivoal
db1545f0c6 Bug 1567678 [wpt PR 17954] - [css-text] avoid invisible spaces at the end of a line, a=testonly
Automatic update from web-platform-tests
[css-text] avoid invisible spaces at the end of a line (#17954)

--

wpt-commits: 842f491badfe8be10cb741c65672230fabb3fbdf
wpt-pr: 17954
2019-07-31 02:53:56 +00:00
moz-wptsync-bot
6b577af4fe Bug 1567907 [wpt PR 17971] - Update wpt metadata, a=testonly
wpt-pr: 17971
wpt-type: metadata
2019-07-31 02:53:55 +00:00
cathiechen
d42e375644 Bug 1567907 [wpt PR 17971] - Add coordinate test for scrollLeft and scrollTop, a=testonly
Automatic update from web-platform-tests
Add coordinate test for scrollLeft and scrollTop (#17971)

This test the assigned and extreme value of scrollLeft and scrollTop in different combination of writing-mode and CSS direction.

--

wpt-commits: 8cee348e6fe3c77042e1c3a21f766c5e81c85913
wpt-pr: 17971
2019-07-31 02:53:55 +00:00
moz-wptsync-bot
49b53a643f Bug 1568120 [wpt PR 17993] - Update wpt metadata, a=testonly
wpt-pr: 17993
wpt-type: metadata
2019-07-31 02:53:54 +00:00
Makoto Shimazu
2991dbed6d Bug 1568120 [wpt PR 17993] - A test to check if service worker can be updated when the script shrinks, a=testonly
Automatic update from web-platform-tests
A test to check if service worker can be updated when the script shrinks

Bug: 986688
Change-Id: I8f669c43120fea64dc7b856934e4f2e3198b998d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712954
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679889}

--

wpt-commits: a04bcd452ecf99580ea4557fe3c4b2db42bc27b4
wpt-pr: 17993
2019-07-31 02:53:54 +00:00
moz-wptsync-bot
59a9932780 Bug 1567840 [wpt PR 17969] - Update wpt metadata, a=testonly
wpt-pr: 17969
wpt-type: metadata
2019-07-31 02:53:53 +00:00
Makoto Shimazu
af733fa294 Bug 1567840 [wpt PR 17969] - Add missing await to wpt/.../service-worker/update.https.html, a=testonly
Automatic update from web-platform-tests
Add missing await to wpt/.../service-worker/update.https.html

promise_reject returns a promise and needs await.

Bug: n/a
Change-Id: Ida68b118be05268d9e74c9c22886f9064537e700
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708663
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Auto-Submit: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679854}

--

wpt-commits: d87759c3b651e96c71ea6ff40a481ef6c6bce620
wpt-pr: 17969
2019-07-31 02:53:53 +00:00
moz-wptsync-bot
77f34dc919 Bug 1567661 [wpt PR 17952] - Update wpt metadata, a=testonly
wpt-pr: 17952
wpt-type: metadata
2019-07-31 02:53:52 +00:00
Eric Willigers
931c09b286 Bug 1567661 [wpt PR 17952] - CSS: WPTs for computed value results derived from percentages, a=testonly
Automatic update from web-platform-tests
CSS: WPTs for computed value results derived from percentages

WPTs for getComputedStyle results for the following properties:
- margin
- inline-size, block-size
- perspective-origin
- transform-origin
https://drafts.csswg.org/css-box-3/#propdef-margin
https://drafts.csswg.org/css-logical-1/#dimension-properties
https://drafts.csswg.org/css-transforms-2/#perspective-origin-property
https://drafts.csswg.org/css-transforms-2/#transform-origin-property

Change-Id: I7318446a148323649ff4f555855495b69e6c3992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708695
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679846}

--

wpt-commits: f30c9161157e2162ae09687eeea86e5e71a8b075
wpt-pr: 17952


--HG--
rename : testing/web-platform/tests/css/css-transforms/parsing/perspective-origin-parsing-invalid.html => testing/web-platform/tests/css/css-transforms/parsing/perspective-origin-invalid.html
rename : testing/web-platform/tests/css/css-transforms/parsing/perspective-origin-parsing-valid.html => testing/web-platform/tests/css/css-transforms/parsing/perspective-origin-valid.html
2019-07-31 02:53:52 +00:00
Alex Cooper
976acc7a7b Bug 1567041 [wpt PR 17896] - Update internal XR Layout tests to match external WPTs, a=testonly
Automatic update from web-platform-tests
Update internal XR Layout tests to match external WPTs

Several updates to xr-test-utils to make it more closely align with
webxr_utils:
 * Each xr_session_promise_test only runs one sessionMode
 * xr_session_promise_test now sets the baseLayer on the session so that
   tests don't have to

New parameter added to both test functions "sessionObjects", which
currently just passes the gl/glLayer down for those tests to access, but
which can be expanded for any other objects that the boilerplate creates
that need to be passed down.

Future work will remove the other helpers from xr-test-utils, though due
to paths for imported scripts, unless internal tests are moved to
wpt_internal it may not be possible to consolidate to use webxr_test.js

Bug: 981003
Change-Id: Ibc36a4eb897d834643a3e604a6e79fc7264b5e4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707590
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Klaus Weidner <klausw@chromium.org>
Auto-Submit: Alexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679770}

--

wpt-commits: 7d6b3d3b1f01873f67f2a5000e247c94d0c9a68d
wpt-pr: 17896
2019-07-31 02:53:52 +00:00
moz-wptsync-bot
dda3324f46 Bug 1555862 [wpt PR 17109] - Update wpt metadata, a=testonly
wpt-pr: 17109
wpt-type: metadata
2019-07-31 02:53:51 +00:00
Jordan Taylor
663bc031c7 Bug 1555862 [wpt PR 17109] - [animation-worklet] Implement getComputedTiming() in worklet scope, a=testonly
Automatic update from web-platform-tests
[animation-worklet] Implement getComputedTiming() in worklet scope

Calling effect.getComputedTiming() in worklet scope now returns a
valid computed timing based on the effect local time. To enable
this we make the following changes:

  Moved getComputedTiming() logic from AnimationEffect to Timing
  to enable sharing it in AnimationEffect and WorkletAnimationEffect

  Re-implement logic to calculate computed timing based on specified
  timing and local time.

  Update WorkletAnimationEffect idl to add the new method

  Add basic test for getComputedTiming function

Bug: 915344
Change-Id: I8783e4b3716c2142314e7c1e4d81ec8e1a06e04e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636455
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Jordan Taylor <jortaylo@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#679174}

--

wpt-commits: 156702347a8b60e8e99d977d2b0cca9dc2a57608
wpt-pr: 17109
2019-07-31 02:53:51 +00:00
moz-wptsync-bot
b08a223dae Bug 1567379 [wpt PR 17922] - Update wpt metadata, a=testonly
wpt-pr: 17922
wpt-type: metadata
2019-07-31 02:53:50 +00:00
Sam Goto
6b4aba1533 Bug 1567379 [wpt PR 17922] - [sms] Expose manual cancellations/aborts to developers, a=testonly
Automatic update from web-platform-tests
[sms] Expose manual cancellations/aborts to developers

Bug: 979265
Change-Id: I8b080fe35fc44c16af5b149bb23c9a5e7e57af06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707827
Reviewed-by: Ayu Ishii <ayui@chromium.org>
Commit-Queue: Sam Goto <goto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679667}

--

wpt-commits: deef122fe48037c93c145509eff9f3735b6f64e3
wpt-pr: 17922
2019-07-31 02:53:50 +00:00
Robert Ma
9a7733f5f3 Bug 1567965 [wpt PR 17973] - Revert "[fetch] Improve assertion", a=testonly
Automatic update from web-platform-tests
Revert "[fetch] Improve assertion (#17946)"

This reverts commit f4903ae6f4e222097ad30ba6043ee3e46ea5d687.

--

wpt-commits: 1b1ca59288b9026a27b24204ae84cad1cd8c0252
wpt-pr: 17973
2019-07-31 02:53:49 +00:00
Anders Hartvoll Ruud
a198024e8b Bug 1567821 [wpt PR 17967] - [css-properties-values-api] Fix handling of 'em' unit cycles., a=testonly
Automatic update from web-platform-tests
[css-properties-values-api] Fix handling of 'em' unit cycles.

We would incorrectly trigger fallback behavior inside the cycle, which
is not correct. Additionally, the custom property responsible for the
cycle would get 'unset' behavior, which is not correct for custom
properties in a cycle. They should become "invalid at computed-value
time", not unset.

Change-Id: I3865e1c17da06fe7688d2760bde120abff990d85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708073
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679505}

--

wpt-commits: dfac707fc3589d1ef088620111d3ea065f47e472
wpt-pr: 17967
2019-07-31 02:53:49 +00:00
Staphany Park
98f4fc0a5d Bug 1567649 [wpt PR 17949] - Cookie Store API: Use async add_cleanup() in tests., a=testonly
Automatic update from web-platform-tests
Cookie Store API: Use async add_cleanup() in tests.

testharness.js now supports asynchronous cleanup logic so this CL
replaces all usage of the async_cleanup() workaround with
add_cleanup().

GitHub issue: https://github.com/web-platform-tests/wpt/issues/13127

Bug: 729800
Change-Id: Ic2c2ca7c8f839fc42481b1833071b74416611d92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710770
Commit-Queue: Staphany Park <staphany@chromium.org>
Auto-Submit: Staphany Park <staphany@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679465}

--

wpt-commits: 8de705e2b444ff704ed80b3f29f58ec9d9dcee22
wpt-pr: 17949
2019-07-31 02:53:48 +00:00
moz-wptsync-bot
89483c4015 Bug 1567140 [wpt PR 17905] - Update wpt metadata, a=testonly
wpt-pr: 17905
wpt-type: metadata
2019-07-31 02:53:48 +00:00
rajendrant
e3de95baa0 Bug 1567140 [wpt PR 17905] - LazyLoad: Add test for deferred iframes using attributes at parse time, a=testonly
Automatic update from web-platform-tests
LazyLoad: Add test for deferred iframes using attributes at parse time

This CL adds tests for base URL and referrer-policy state at parse time
are retained when the deferred frame is loaded-in.

Bug: 984983
Change-Id: Iaea240cf54b6b4e6977c129fcea971051d5900d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708293
Commit-Queue: rajendrant <rajendrant@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679460}

--

wpt-commits: 55e4f13e9fd0c15c1eac422e76aeb1f904026ea3
wpt-pr: 17905
2019-07-31 02:53:48 +00:00
Harald Alvestrand
996679fb3a Bug 1567694 [wpt PR 17959] - Unbreak RTCPeerConnection-getStats, a=testonly
Automatic update from web-platform-tests
Unbreak RTCPeerConnection-getStats

This allows RTCPeerConnection-getStats to complete even though we do
not send an unmute event when tracks are getting data.

Bug: chromium:986045
Change-Id: Ic7716af58953e3038ba4f2747d8bf94dfee0e2a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710576
Reviewed-by: Steve Anton <steveanton@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679394}

--

wpt-commits: 9e35608dc88f4601ecd8bbc0d020ace897423ef3
wpt-pr: 17959
2019-07-31 02:53:47 +00:00
moz-wptsync-bot
c787845e6b Bug 1567688 [wpt PR 17957] - Update wpt metadata, a=testonly
wpt-pr: 17957
wpt-type: metadata
2019-07-31 02:53:47 +00:00
Florian Rivoal
33904097b0 Bug 1567688 [wpt PR 17957] - [css-text] tests for end-of-line tabs, a=testonly
Automatic update from web-platform-tests
[css-text] tests for end-of-line tabs (#17957)

--

wpt-commits: a05935057c899c2d41ad1651c19efbdf2023eb5b
wpt-pr: 17957
2019-07-31 02:53:46 +00:00
Florian Rivoal
03c220d896 Bug 1567685 [wpt PR 17956] - [css-text] Add test for text-transform:fullwidth and space collapsing, a=testonly
Automatic update from web-platform-tests
[css-text] Add test for text-transform:fullwidth and space collapsing (#17956)

--

wpt-commits: 1eb5d0b60485622d358a543ff832b09605feef42
wpt-pr: 17956
2019-07-31 02:53:46 +00:00
jugglinmike
df6f596bba Bug 1567591 [wpt PR 17946] - [fetch] Improve assertion, a=testonly
Automatic update from web-platform-tests
[fetch] Improve assertion (#17946)

--

wpt-commits: f4903ae6f4e222097ad30ba6043ee3e46ea5d687
wpt-pr: 17946
2019-07-31 02:53:45 +00:00
Philip Jägenstedt
11de7ef8bb Bug 1567348 [wpt PR 17917] - Make XSLT IDL source and idlharness.js test tentative, a=testonly
Automatic update from web-platform-tests
Make XSLT IDL source and idlharness.js test tentative (#17917)

* Rename xslt.idl to xslt.tentative.idl

This is to avoid it being removed by the reffy-reports sync process:
https://github.com/web-platform-tests/wpt/pull/17847

* Update and rename idlharness.window.js to idlharness.tentative.window.js

--

wpt-commits: 91fd78875c637702d8f30b95298b52fbec7cfdd2
wpt-pr: 17917


--HG--
rename : testing/web-platform/tests/interfaces/xslt.idl => testing/web-platform/tests/interfaces/xslt.tentative.idl
2019-07-31 02:53:45 +00:00
moz-wptsync-bot
d2564120d8 Bug 1567534 [wpt PR 17937] - Update wpt metadata, a=testonly
wpt-pr: 17937
wpt-type: metadata
2019-07-31 02:53:45 +00:00
Alan Jeffrey
9d424c8653 Bug 1567534 [wpt PR 17937] - Added framebuffer and related attributes to XRWebGLLayer, a=testonly
Automatic update from web-platform-tests
Added wpt webxr tests for XR layer's viewports and framebuffer

--

wpt-commits: cecaf876966eea0694dd28b72940e5b8feff5c1b
wpt-pr: 17937
2019-07-31 02:53:44 +00:00
Fredrik Söderquist
c35a3c28e0 Bug 1567513 [wpt PR 17935] - Tweak invalid-src.html to avoid harness timeout, a=testonly
Automatic update from web-platform-tests
Tweak invalid-src.html to avoid harness timeout

In the test:

wpt/html/semantics/embedded-content/the-img-element/invalid-src.html

the test ends up waiting indefinitely for a 'loadend' that never arrives
(or is dispatched). Since 'error' (or 'load') and 'loadend' is always
fired in the same task (when both are fired), we can set a timeout to a
following task and avoid the harness timeout.

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

--

wpt-commits: c23028ea6703236331a486258ba9a7a750e86722
wpt-pr: 17935
2019-07-31 02:53:44 +00:00
moz-wptsync-bot
63b409ba07 Bug 1567648 [wpt PR 17930] - Update wpt metadata, a=testonly
wpt-pr: 17930
wpt-type: metadata
2019-07-31 02:53:43 +00:00
autofoolip
d101266850 Bug 1567648 [wpt PR 17930] - Update interfaces/webrtc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webrtc.idl (#17930)

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

wpt-commits: 2688f12b0d1f1c10f89fb3a857659a9e673fecb6
wpt-pr: 17930
2019-07-31 02:53:43 +00:00
Eric Willigers
e44cc95676 Bug 1565585 [wpt PR 17800] - [css-align] Computed values for align*, justify*, a=testonly
Automatic update from web-platform-tests
[css-align] Computed values for align*, justify*

Computed values are as specified, with an exception for justify-items:
"If the legacy keyword appears on its own (without an accompanying
left, right, or center keyword): if the inherited value of
justify-items includes the legacy keyword, this value computes to
the inherited value; otherwise it computes to normal."
https://drafts.csswg.org/css-align-3/#propdef-justify-items

Change-Id: I61a4baba66d32aad9d7eb3b0e62d316a31bcb18d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699263
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Chris Nardi <cnardi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679232}

--

wpt-commits: 9b5ea6f93a62f72fdcaa94ba11d0233a8e8c633f
wpt-pr: 17800
2019-07-31 02:53:42 +00:00
Robert Flack
e46220b405 Bug 1566943 [wpt PR 17888] - Only update AnimationClock when rendering lifecycle updates., a=testonly
Automatic update from web-platform-tests
Only update AnimationClock when rendering lifecycle updates.

Previously we updated the AnimationClock any time the current time was
asked for outside of a rendering lifecycle update by guessing at what
the next rendering lifecycle time would be. It was possible, even quite
likely, for this time to get ahead of the next actual frame time. By
spec the DocumentTimeline should only update when the rendering
lifecycle is updated [1].

[1] https://drafts.csswg.org/web-animations/#timelines

Bug: 785940
Change-Id: I11971a5344013bb99cdcbbd7cfc1ad3480d4c633
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704389
Commit-Queue: Robert Flack <flackr@chromium.org>
Auto-Submit: Robert Flack <flackr@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Philip Rogers <pdr@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679216}

--

wpt-commits: dec9cf8d3b56e4b72da3f693b91989484f2353f3
wpt-pr: 17888
2019-07-31 02:53:42 +00:00
Danyao Wang
61fa5e8acc Bug 1567378 [wpt PR 17920] - Update rejects_if_not_active.https.html, a=testonly
Automatic update from web-platform-tests
Update rejects_if_not_active.https.html (#17920)

Use a second payment sheet to detect that the first payment sheet is dismissed as a result of navigation instead of relying on the rejection of the first promise, which may never settle in some implementations (i.e. Blink).

--

wpt-commits: ba57a8dec15e0004616e37853865d1a2eb6cda7e
wpt-pr: 17920
2019-07-31 02:53:41 +00:00
Becca Hughes
c0bf08fb17 Bug 1565071 [wpt PR 17776] - [Media Session] Implement "seekto" in Blink, a=testonly
Automatic update from web-platform-tests
[Media Session] Implement "seekto" in Blink

Implement "seekto" action for media session in Blink.

Also implements MediaSessionActionDetails which were
added as part of the same spec change.

BUG=977375

Change-Id: I8a95ebfd8390922e152117d26c2cbb20889c0c9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696204
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679198}

--

wpt-commits: 9501ee7f29d8ad85fe2ea4fd156b5631c0e0eac8
wpt-pr: 17776
2019-07-31 02:53:41 +00:00
moz-wptsync-bot
ce6def0c91 Bug 1567042 [wpt PR 17898] - Update wpt metadata, a=testonly
wpt-pr: 17898
wpt-type: metadata
2019-07-31 02:53:40 +00:00
Klaus Weidner
a51a3e53d4 Bug 1567042 [wpt PR 17898] - Add requestSession(..., XRSessionInit) arg, fix webxr_utils.js, a=testonly
Automatic update from web-platform-tests
Add requestSession(..., XRSessionInit) arg, fix webxr_utils.js

This doesn't do anything yet, enforcing required features and verifying that
features used were requested is being added in followups. For now, add WPT
tests to exercise this, marking the not-yet-supported parts as expected
failures.

Update existing tests to request features for reference spaces that aren't
available as default features for the given session mode. Otherwise they
are supposed to be rejected according to the latest WebXR spec.

Also fix a bug in webxr_utils.js. If a requestSession was successful despite
being expected to fail, its session cleanup wasn't properly sequenced and
happened after the next test had already started, leading to unexpected
collisions such as no devices being available.

Bug: 985095
Change-Id: I8eafdf7739dc9d66e85723ca3c39015bb307450d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707830
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Commit-Queue: Klaus Weidner <klausw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679187}

--

wpt-commits: 20769798163dfce426122c500f8a84e67d8780d7
wpt-pr: 17898
2019-07-31 02:53:40 +00:00