Граф коммитов

682965 Коммитов

Автор SHA1 Сообщение Дата
Liang-Heng Chen 39e39a5421 Bug 1597622 - add test for kiosk mode enabled; r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D55778

--HG--
extra : moz-landing-system : lando
2019-12-04 12:32:43 +00:00
moz-wptsync-bot 2a72afe964 Bug 1600603 - [wpt-sync] Update web-platform-tests to 7cc8448ba2443173e5837a3b5135cff81ebc60bc, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 7cc8448ba2443173e5837a3b5135cff81ebc60bc
wpt-type: landing
2019-12-04 12:13:08 +00:00
James Graham 663b83969e Bug 1600636 - Set logger attribute on TimedRunner, r=ato 2019-12-04 12:13:07 +00:00
moz-wptsync-bot 3228057140 Bug 1599674 [wpt PR 20468] - Update wpt metadata, a=testonly
wpt-pr: 20468
wpt-type: metadata
2019-12-04 12:13:07 +00:00
Staphany Park 8556c93490 Bug 1599674 [wpt PR 20468] - Cookie Store: Refactor tests to also work in window context., a=testonly
Automatic update from web-platform-tests
Cookie Store: Refactor tests to also work in window context.

This refactor condenses service worker test files by converting the
service worker scripts into .any.js WPT files that test both window and
worker contexts.

Change-Id: Iee64f5cc68b939ab02b06910444b8ebffdf359a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851232
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720381}

--

wpt-commits: ff11f93316527e37ec580adca01a9cf0a58a297e
wpt-pr: 20468
2019-12-04 12:13:06 +00:00
Emilio Cobos Álvarez d0e2d53022 Bug 1600461 [wpt PR 20547] - Delete invalid test., a=testonly
Automatic update from web-platform-tests
Delete invalid test. (#20547)

It seems it expects `transform: rotate(1deg, 20px, 20px)` to somehow be valid.

It was introduced in cdc3032f56c86cc68121e54e169485441d9cdb1a, pointing to https://www.w3.org/TR/css-transforms-1/#svg-transform-functions, which doesn't say anything like that.

Doesn't pass in any browser.
--

wpt-commits: 5df56b25e1cb81f81fe16c88be839f9fd538b41e
wpt-pr: 20547
2019-12-04 12:13:06 +00:00
moz-wptsync-bot 57e839eafc Bug 1600428 [wpt PR 20546] - Update wpt metadata, a=testonly
wpt-pr: 20546
wpt-type: metadata
2019-12-04 12:13:05 +00:00
Florian Rivoal 48c04e5a7d Bug 1600428 [wpt PR 20546] - Word boundary, a=testonly
Automatic update from web-platform-tests
[css-text] Fix typo

--
[css-text add parsing tests for word-boundary-detection

--

wpt-commits: 054edcc23aa1e0ebee50d7ddf1ce6115dd940ece, d15d6d91834108a38070771025b548124d44026b
wpt-pr: 20546
2019-12-04 12:13:05 +00:00
moz-wptsync-bot 5d22f720d4 Bug 1600426 [wpt PR 20545] - Update wpt metadata, a=testonly
wpt-pr: 20545
wpt-type: metadata
2019-12-04 12:13:05 +00:00
Florian Rivoal 5f6a8ee25f Bug 1600426 [wpt PR 20545] - Word boundary, a=testonly
Automatic update from web-platform-tests
[css-text-4] tests for word-boundary-expansion

https://drafts.csswg.org/css-text-4/#word-boundary-expansion

--
[css-text-4] tests for word-boundary-detection

https://drafts.csswg.org/css-text-4/#word-boundary-detection

--

wpt-commits: d31800185dab8e194294620c8ad6bf40f25bf752, 37ddab0528d8ab49db1371188e36f68133ff5c1c
wpt-pr: 20545
2019-12-04 12:13:04 +00:00
moz-wptsync-bot ad4bf5bb26 Bug 1599892 [wpt PR 20489] - Update wpt metadata, a=testonly
wpt-pr: 20489
wpt-type: metadata
2019-12-04 12:13:04 +00:00
Mason Freed 64e6eaa75d Bug 1599892 [wpt PR 20489] - Fix parser mXSS sanitizer bypass for <p> and <br> within foreign context, a=testonly
Automatic update from web-platform-tests
Fix parser mXSS sanitizer bypass for <p> and <br> within foreign context

Prior to this CL, the following code:
 <svg></p></svg>
parsed to this innerHTML: <svg><p></p></svg>

This is in contrast to this code:
 <svg><p></svg>
which parses to <svg></svg><p></p>

The fact that the </p> is left inside the <svg> allowed sanitizer
bypasses as detailed in [1]. Please also see [2] for the spec
discussion.

With this CL, </p> and </br> within a foreign context now cause
the closing of the foreign context.

[1] https://research.securitum.com/dompurify-bypass-using-mxss/
[2] https://github.com/whatwg/html/issues/5113

Bug: 1005713
Change-Id: Ic07ee50de4eb1ef19b73a075bd83785c99f4f891
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940722
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720315}

--

wpt-commits: 561b765308e6d188618f3ba73091bb598d8357ce
wpt-pr: 20489
2019-12-04 12:13:03 +00:00
moz-wptsync-bot 4cb67760f9 Bug 1600341 [wpt PR 20534] - Update wpt metadata, a=testonly
wpt-pr: 20534
wpt-type: metadata
2019-12-04 12:13:03 +00:00
Morten Stenshorne f18e0f1a40 Bug 1600341 [wpt PR 20534] - [LayoutNG] Pixel-snap column rules., a=testonly
Automatic update from web-platform-tests
[LayoutNG] Pixel-snap column rules.

Bug: 829028
Change-Id: I252901109502256f14bc68e64d4303006db50a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944350
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720302}

--

wpt-commits: 3503c50a6452e153bde906a9c6644cb6237224fc
wpt-pr: 20534
2019-12-04 12:13:02 +00:00
moz-wptsync-bot 8559a7f76b Bug 1600350 [wpt PR 20536] - Update wpt metadata, a=testonly
wpt-pr: 20536
wpt-type: metadata
2019-12-04 12:13:02 +00:00
Lucas Furukawa Gadani 56bc92b57b Bug 1600350 [wpt PR 20536] - Portals: Do not create a RemoteFrame for a portal when a portal if inserted into a disconnected node., a=testonly
Automatic update from web-platform-tests
Portals: Do not create a RemoteFrame for a portal when a portal if
inserted into a disconnected node.

Bug: 1029508
Change-Id: I8d90a488198b0772baa2bd41a16c6a330fc792fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943310
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720283}

--

wpt-commits: 20bb1ca5db519ee5d37ece6492868f8a6b65a2e7
wpt-pr: 20536
2019-12-04 12:13:01 +00:00
moz-wptsync-bot 37a67b4990 Bug 1600380 [wpt PR 20541] - Update wpt metadata, a=testonly
wpt-pr: 20541
wpt-type: metadata
2019-12-04 12:13:01 +00:00
Kevin Ellis 3de51ca203 Bug 1600380 [wpt PR 20541] - Add ref tests for web-animation play controls, a=testonly
Automatic update from web-platform-tests
Add ref tests for web-animation play controls

This patch adds ref tests for play controls and enables these tests to
run as part of a virtual test suite with the compositor enabled. The
tests are designed to catch regression that break animation play
controls.

Tests were added for syncing the compositor start time as well as
updating the playback rate.

The test for zero playback rate exposed a bug where it should have been
disabled on the compositor but wasn't. This bug is also fixed in the
patch.

Bug: 1029123
Change-Id: I0304d80b93ef273dd2f1dbcd58e2371bc046941e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943367
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720190}

--

wpt-commits: 995900fc628dcbfd79fb78dc816e5bea17119c84
wpt-pr: 20541
2019-12-04 12:13:00 +00:00
moz-wptsync-bot feca6ca858 Bug 1599934 [wpt PR 20492] - Update wpt metadata, a=testonly
wpt-pr: 20492
wpt-type: metadata
2019-12-04 12:13:00 +00:00
Blink WPT Bot 82e32772d0 Bug 1599934 [wpt PR 20492] - Fix play controls for composited animations., a=testonly
Automatic update from web-platform-tests
Fix play controls for composited animations. (#20492)

Play controls recently broke for composited animations due to timing
differences on when variables are changes. Per spec, the start time is
not cleared when pausing an animation until after the animation is
ready. This discrepancy lead to a case when PreCommit would not get
called when pausing a composited animation.

Reverse and updatePlaybackRate were also broken for composited
animations. We cannot composite infinite duration animations in the
reverse direction. We were using playback rate instead of
EffectivePlaybackRate in one of our checks for compositor eligibility,
and falling to catch this case.

Finally, with changes to when start time is cleared, we can be in a
case where it is important to preserve the start time or the current
time when starting a composited animation. Fortunately, we can
determine when start time is the important factor based in whether the
animation is pending.

Next step: Add WPT tests that would have caught the regressions. Filed
as issue 1029123.

Bug: 1028985, 1028986
Change-Id: I4edf851790a860d20962df84944558e7dbc1863a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940885
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720042}
--

wpt-commits: dfcdaf109407d4b8db06e8fbf37b2a0cb80f251f
wpt-pr: 20492
2019-12-04 12:13:00 +00:00
moz-wptsync-bot 09e4552f3a Bug 1600143 [wpt PR 20514] - Update wpt metadata, a=testonly
wpt-pr: 20514
wpt-type: metadata
2019-12-04 12:12:59 +00:00
haozhe 2ce5cfdd94 Bug 1600143 [wpt PR 20514] - Remove cross fade from backgrounds, a=testonly
Automatic update from web-platform-tests
Remove cross fade from backgrounds

background-image-interpolation should not use cross fade. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358
background-image-interpolation when interpolate from single image to multiple images at progress -0.3 will give from, from instead just from.
Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029529

Bug: 900581
Change-Id: I481725439b8ef3944693b4c65dbc4112eca42265
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942492
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720267}

--

wpt-commits: c2efb44a06853e1acaf0f2cbc298399bdee28a32
wpt-pr: 20514
2019-12-04 12:12:59 +00:00
moz-wptsync-bot 0748237874 Bug 1600169 [wpt PR 20519] - Update wpt metadata, a=testonly
wpt-pr: 20519
wpt-type: metadata
2019-12-04 12:12:58 +00:00
haozhe 10a14f76fb Bug 1600169 [wpt PR 20519] - Port mask-image-interpolation to wpt/expernal, a=testonly
Automatic update from web-platform-tests
Port mask-image-interpolation to wpt/expernal

Chrome does not support mask-image
,and bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029337

Firefox bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1600165

Bug: 900581
Change-Id: Ib4a7364ef8adaf8ef1d292536548b31e365a1cde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940948
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720264}

--

wpt-commits: 85278129cdf375c9da3d6d8625298dae866c61a3
wpt-pr: 20519
2019-12-04 12:12:58 +00:00
autofoolip 372db7fa62 Bug 1600360 [wpt PR 20537] - Update interfaces/wasm-js-api.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/wasm-js-api.idl (#20537)

Source: https://github.com/tidoust/reffy-reports/blob/01b68ce/ed/idl/wasm-js-api.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/618711675
--

wpt-commits: bd0079fb180488fefee53e7602a8949db7a2d35a
wpt-pr: 20537
2019-12-04 12:12:57 +00:00
moz-wptsync-bot 8b26feb6ba Bug 1598004 [wpt PR 20342] - Update wpt metadata, a=testonly
wpt-pr: 20342
wpt-type: metadata
2019-12-04 12:12:57 +00:00
Blink WPT Bot be8f92e7b9 Bug 1598004 [wpt PR 20342] - Add `Sec-Fetch-Dest: empty` header for application cache., a=testonly
Automatic update from web-platform-tests
Add `Sec-Fetch-Dest: empty` header for application cache. (#20342)

`Sec-Fetch-Dest` header for both manifests and resources should be `empty` for
the requests called from application cache according to step 4 and 18.3 of
https://html.spec.whatwg.org/#application-cache-download-process:
```
4. Let request be a new request whose url is manifest URL, client is null,
destination is the empty string, referrer is "no-referrer", synchronous flag is
set, credentials mode is "include", and whose use-URL-credentials flag is set.

18.3. Let request be a new request whose url is URL, client is null,
destination is the empty string, origin is manifest URL's origin, referrer is
"no-referrer", synchronous flag is set, credentials mode is "include",
use-URL-credentials flag is set, and redirect mode is "manual".
```

Bug: 1024198
Change-Id: I6566cead95f995089685fc8eed9635d82e3d4d81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926478
Commit-Queue: Yifan Luo <lyf@google.com>
Reviewed-by: Chase Phillips <cmp@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719137}
--

wpt-commits: 3d59dcaa20452602f4c350f72f07ea6cf3d47e35
wpt-pr: 20342
2019-12-04 12:12:56 +00:00
Rune Lillesveen 5c6d941748 Bug 1599454 [wpt PR 20451] - Do not generate layout boxes for non-rendered foreignObject., a=testonly
Automatic update from web-platform-tests
Do not generate layout boxes for non-rendered foreignObject.

This change effectively re-introduces the code from [1] but only let it
affect layout tree building, not style computation, which was the reason
why the code was removed in the first place.

This also fixes the resolved style for width/height returned from
getComputedStyle() to return 'auto' for a computed value of 'auto'.
This matches the Firefox behavior.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1070137

Bug: 1027905
Change-Id: Ie324de5b0693beea3e6626a36b25f7274234d15b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935114
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720234}

--

wpt-commits: 42b5913b5f66ef96a6595e33cb61dba3c226c7aa
wpt-pr: 20451
2019-12-04 12:12:56 +00:00
moz-wptsync-bot 71fed53ad9 Bug 1599869 [wpt PR 20487] - Update wpt metadata, a=testonly
wpt-pr: 20487
wpt-type: metadata
2019-12-04 12:12:55 +00:00
haozhe 5dd028db81 Bug 1599869 [wpt PR 20487] - Port list-style-image-interpolation to wpt, a=testonly
Automatic update from web-platform-tests
Port list-style-image-interpolation to wpt

Chrome suppose to give a discrete output instead of cross-fade. Bug ID: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358
Firefox does not pass. Bug ID:https://bugzilla.mozilla.org/show_bug.cgi?id=1600167

Bug: 900581
Change-Id: Ie30599b6ea7f153ff32fc528e17e601b7bf9b12d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940711
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Hao Sheng <haozhes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720249}

--

wpt-commits: ddc8bb3bae1f8328c1dd20aa601a6f3d8678962b
wpt-pr: 20487
2019-12-04 12:12:55 +00:00
moz-wptsync-bot 60c38dfd14 Bug 1600232 [wpt PR 20525] - Update wpt metadata, a=testonly
wpt-pr: 20525
wpt-type: metadata
2019-12-04 12:12:54 +00:00
Noam Rosenthal d08474b85c Bug 1600232 [wpt PR 20525] - Add test for content-dpr in pseudo-element (::after), a=testonly
Automatic update from web-platform-tests
Add test for content-dpr in pseudo-element (::after) (#20525)

--

wpt-commits: 636b9304bf7a79e25de56338b501383caf18f8ee
wpt-pr: 20525
2019-12-04 12:12:54 +00:00
moz-wptsync-bot 7d586060f8 Bug 1599906 [wpt PR 20490] - Update wpt metadata, a=testonly
wpt-pr: 20490
wpt-type: metadata
2019-12-04 12:12:53 +00:00
Ian Clelland 2ebf302bab Bug 1599906 [wpt PR 20490] - Add initial document policy tests, a=testonly
Automatic update from web-platform-tests
Add initial document policy tests

Bug: 993790
Change-Id: Id1c780e43964ac0e8e2cc0abf49a19fb04c780ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934780
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Jason Chase <chasej@chromium.org>
Auto-Submit: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720224}

--

wpt-commits: 59244bef36dd4445d9ad6cbb4425e3c6a7e99741
wpt-pr: 20490
2019-12-04 12:12:53 +00:00
moz-wptsync-bot 869d54d367 Bug 1596216 [wpt PR 20241] - Update wpt metadata, a=testonly
wpt-pr: 20241
wpt-type: metadata
2019-12-04 12:12:53 +00:00
Kaan Alsan 36953e3765 Bug 1596216 [wpt PR 20241] - [css-scroll-snap] Resnap containers after layout changes, a=testonly
Automatic update from web-platform-tests
[css-scroll-snap] Resnap containers after layout changes

Per spec [1], snap containers should attempt to snap after layout
changes and initial layout. If the previously snapped element still
exists after the layout change, then the container must snap to it.

This patch only considers snap targets set on the main thread since
snap targets set on the impl thread are currently not synced back to
main; this behaviour will be implemented in a follow-up.

Design doc:
https://docs.google.com/document/d/1Ufy55a19-iquba-LBiAE6AS2yBzfBQ5ZHFSpZGabS4c/edit?usp=sharing

[1] https://drafts.csswg.org/css-scroll-snap/#re-snap

Bug: 866127
Change-Id: I1442e0f464408fb5d9c49c5748a45aec0ed4d166
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912906
Commit-Queue: Kaan Alsan <alsan@google.com>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720007}

--

wpt-commits: c4182149f03eb30058efcd0e46c6e41b526f1cb1
wpt-pr: 20241
2019-12-04 12:12:52 +00:00
James Graham 418198411f Bug 1600338 [wpt PR 20533] - Pass run options to stability jobs, a=testonly
Automatic update from web-platform-tests
Pass run options to stability jobs

--

wpt-commits: c328e3bcf1c0febee27ae65010d950c68c0f0eb9
wpt-pr: 20533
2019-12-04 12:12:52 +00:00
James Graham 1bbeb181e7 Bug 1600319 [wpt PR 20531] - Remove -chunk from master branch task names, a=testonly
Automatic update from web-platform-tests
Remove -chunk from master branch task names

These labels are used by wpt.fyi so can't change

--

wpt-commits: 0c4e918e812f466d77e497a92048ada2d0c56383
wpt-pr: 20531
2019-12-04 12:12:51 +00:00
moz-wptsync-bot cde91e6205 Bug 1599522 [wpt PR 20455] - Update wpt metadata, a=testonly
wpt-pr: 20455
wpt-type: metadata
2019-12-04 12:12:51 +00:00
jugglinmike 0a11ac0b00 Bug 1599522 [wpt PR 20455] - [fetch] Remove unused utility function, a=testonly
Automatic update from web-platform-tests
[fetch] Remove unused utility function (#20455)

--

wpt-commits: de64d9a13455342864afc1d4f67b4b2f07c12e30
wpt-pr: 20455
2019-12-04 12:12:50 +00:00
jgraham ecaf5fc0fe Bug 1600276 [wpt PR 20528] - Second attempt at relanding decision task, a=testonly
Automatic update from web-platform-tests
Reland the decision task (#20408)

A decision task is the first task run, and ensures that we only
schedule subsequent tasks which are relevant to the current push or
pull request. This dynamic scheduling helps reduce load since we avoid
spinning up workers for tasks that ultimately don't run, and unlocks
new possibilities since we are able to schedule tasks that are
dependent on other tasks.

The tasks, their scheduling criteria and their dependnecies are
specified in a a YAML format configuration file in
tools/ci/tc/tasks/test.yml. This has a bespoke format, adopting some
ideas from Azure and Gecko's taskcluster integration. The format is
documented in `tools/ci/tc/README.md`. The data in that file undergoes
trandformations to produce a set of tasks, which are then filtered
according to the event that caused the decision task to run.

To initially prove out the implementation of dependent tasks we make
the Firefox tasks depend on a download task. But this does not yet
include the work to actually make the dependent tasks download Firefox
from the parent task.

--
Add missing --test-type argument to run_taskcluster

--
Add a hack to support the old run_tc syntax

This helps avoid needing to rebase old PRs

--

wpt-commits: 54bbfc787ff480f05396251abd1ef522b3a053e4, 09774ed0396773fb57aa973ee4d115f1b2cdf23a, 8e175af1b2917b10942077d4609947937db71b92
wpt-pr: 20528


--HG--
rename : testing/web-platform/tests/tools/taskcluster/testdata/master_push_event.json => testing/web-platform/tests/tools/ci/tc/testdata/master_push_event.json
rename : testing/web-platform/tests/tools/taskcluster/testdata/pr_event.json => testing/web-platform/tests/tools/ci/tc/testdata/pr_event.json
2019-12-04 12:12:50 +00:00
Oriol Brufau 63f256776d Bug 1600277 [wpt PR 20529] - [css-pseudo] Properly check that ::marker supports text-combine-upright, a=testonly
Automatic update from web-platform-tests
[css-pseudo] Properly check that ::marker supports text-combine-upright

The marker-supported-properties.html test was checking that the
'text-combine-upright' property can be set to 'none' in ::marker.
However, this wasn't much useful, since 'none' is the initial value.
The test would pass even if ::marker ignored the declaration.
Change it to check 'text-combine-upright: all' instead.

Bug: 457718
Change-Id: Ib3b2109713f474e2fc75918184795036e1fea664
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943239
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#720174}

--

wpt-commits: 87d3a057ba2a82aaf19eecad4b11d1ecd4f1aad1
wpt-pr: 20529
2019-12-04 12:12:49 +00:00
moz-wptsync-bot 44b3b60051 Bug 1599678 [wpt PR 20471] - Update wpt metadata, a=testonly
wpt-pr: 20471
wpt-type: metadata
2019-12-04 12:12:49 +00:00
Yuta Kasai d3a0c6a3bf Bug 1599678 [wpt PR 20471] - Service Worker: Add tentative wpt test for FetchEvent WorkerTiming in frame, a=testonly
Automatic update from web-platform-tests
Service Worker: Add tentative wpt test for FetchEvent WorkerTiming in frame

This patch adds tentative wpt test. Currently FetchEvent WorkerTiming is a
tentative feature. In chromium, this feature hasn't implemented completely yet,
so some tests will be failed.

Explainer : https://github.com/wanderview/fetchevent-worker-timing/blob/master/explainer.md

Bug: 900700
Change-Id: I7a43989d8833ddd65c93106de67c4ebe6bd9ed52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915644
Commit-Queue: Yuta Kasai <yutakasai@google.com>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720134}

--

wpt-commits: 02fd77cbb9306cadf642fbc0e4637f22d949a8c0
wpt-pr: 20471
2019-12-04 12:12:48 +00:00
moz-wptsync-bot 923c058689 Bug 1599691 [wpt PR 20474] - Update wpt metadata, a=testonly
wpt-pr: 20474
wpt-type: metadata
2019-12-04 12:12:48 +00:00
Wanming Lin 6943742f35 Bug 1599691 [wpt PR 20474] - [webnfc] Add test for multi scan from the same NDEFReader object, a=testonly
Automatic update from web-platform-tests
[webnfc] Add test for multi scan from the same NDEFReader object

This CL adds a test for testing multiple scan() from the same
NDEFReader object with new options should replace existing filters.

Test fails at present as which has not been implemented yet.

This CL also rename NDEFReader_options.https.html as
NDEFReader_scan_filter.https.html because NDEFReader has no
construct options any more, and this test file is mainly for
scan filter testing.

BUG=520391

Change-Id: I4d19659c990c0ddc8dc19a5984c55be1ece48e9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939327
Commit-Queue: Wanming Lin <wanming.lin@intel.com>
Reviewed-by: Leon Han <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#720112}

--

wpt-commits: cc2a1d047aa0e6d9a4eb8231e2fa9d0fb34cbe9e
wpt-pr: 20474
2019-12-04 12:12:47 +00:00
moz-wptsync-bot dde89b02f3 Bug 1600168 [wpt PR 20518] - Update wpt metadata, a=testonly
wpt-pr: 20518
wpt-type: metadata
2019-12-04 12:12:47 +00:00
Stephen McGruer 56fd32f703 Bug 1600168 [wpt PR 20518] - Add return to fetch/api/cors/cors-preflight-redirect.any.js, a=testonly
Automatic update from web-platform-tests
Add return to fetch/api/cors/cors-preflight-redirect.any.js

--

wpt-commits: e3a785ac4d2107230612f909864588c9e47d750c
wpt-pr: 20518
2019-12-04 12:12:47 +00:00
Stephen McGruer 568b8bb496 Bug 1600187 [wpt PR 20520] - Revert the Taskcluster Decision Graph PRs, a=testonly
Automatic update from web-platform-tests
Revert "Ensure we log commands in run_tc.py (#20509)"

This reverts commit 91ebae9adb565b6b8297ac5433cad793780a4e7a.

--
Revert "Fix getting head commit for PR (#20507)"

This reverts commit 5ba6840198a89642044c9aad1b2b75383a486812.

--
Revert "Reland the decision task (#20408)"

This reverts commit 6dcc45742360d334954f8ead044d1efbf3c68174.

--

wpt-commits: 1eeb7d1e5163c47fa7cdd61a876b3d47fd8c429c, 32d561b1c9c87af16fe24e332e28b2a594593b8f, 1df8c00a83e403d839fe69957292e4e32c62b84c
wpt-pr: 20520


--HG--
rename : testing/web-platform/tests/tools/ci/tc/testdata/master_push_event.json => testing/web-platform/tests/tools/taskcluster/testdata/master_push_event.json
rename : testing/web-platform/tests/tools/ci/tc/testdata/pr_event.json => testing/web-platform/tests/tools/taskcluster/testdata/pr_event.json
2019-12-04 12:12:46 +00:00
Philip Jägenstedt b004d4ab61 Bug 1600076 [wpt PR 20505] - Revert "[css-sizing-3] Add tests for percentage resolution", a=testonly
Automatic update from web-platform-tests
Revert "[css-sizing-3] Add tests for percentage resolution (#5280)" (#20505)

This reverts commit 86097c04c60a22d7eecb6ea524e898f0c3cb90ed.
--

wpt-commits: d46f28c64a751d8d3dc2a68bd496c7737ad29326
wpt-pr: 20505
2019-12-04 12:12:46 +00:00