Commit Graph

603833 Commits

Author SHA1 Message Date
Ehsan Karamad
35248b9f48 Bug 1471640 [wpt PR 11690] - Mark a vertical-scroll test as 'slow', a=testonly
Automatic update from web-platform-testsMark a vertical-scroll test as 'slow'

The test has been previously disabled (skipped) on Windows due to
recurrent timeouts. Running the test locally leads to an average of ~
3.7 sec runtime on a high-performance Windows 10 rig (Z840). The test is
not skipped on Linux right now, but since its runtime exceeds the 2 sec
rule of thumb (from the comments in SlowTests), this CL will make it
slow on Linux as well.

Bug: 850964
Change-Id: Ib478c0f59313da4302325578d9b768e1070bdcb6
Reviewed-on: https://chromium-review.googlesource.com/1115214
Reviewed-by: Ehsan Karamad <ekaramad@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Ehsan Karamad <ekaramad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571116}

--

wpt-commits: fdc6e085458e80d3bfccfe59dc47adc7dd14bc45
wpt-pr: 11690
2018-07-11 08:01:23 +01:00
Ms2ger
2229f3871f Bug 1471666 [wpt PR 11692] - Support python 3 in wptserve.config.Config., a=testonly
Automatic update from web-platform-testsSupport python 3 in wptserve.config.Config. (#11692)

--

wpt-commits: 97043862742e95f9ef12f15a0abc93d4bcc369b0
wpt-pr: 11692
2018-07-11 08:01:20 +01:00
Aleks Totic
00b9e6b5f8 Bug 1471810 [wpt PR 11703] - [LayoutNG] bugfix for NG painting in vertical-rl with scrollbars., a=testonly
Automatic update from web-platform-tests[LayoutNG] bugfix for NG painting in vertical-rl with scrollbars.

This bug occurs when painting NG child inside non-inline vertical-rl parent
with scrollbars.

Root cause is extra scrollbar offset that Paint applies to Legacy painting that
is not needed for NG.

The fix is hacky: NG applies reverse offset.

This fix does not make any additional tests pass or fail.

Bug: 852395
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: I7dda2cdbf682485ab30c048987ae683981731886
Reviewed-on: https://chromium-review.googlesource.com/1115863
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571080}

--

wpt-commits: e7aa3025a97a793b4fe5776dcf616f6e845d1ce0
wpt-pr: 11703
MozReview-Commit-ID: JlUogtQDeVU
2018-07-11 08:01:18 +01:00
Luke Bjerring
d035eed516 Bug 1473214 [wpt PR 9849] - Update the webappsec-subresource-integrity IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webappsec-subresource-integrity IDL file (#9849)

* Add webappsec-subresource-integrity idl file

* Updated webappsec-subresource-integrity IDL file

* Add test

--

wpt-commits: 194227664a71ee9950d6680ee1d0e01471c0871e
wpt-pr: 9849
2018-07-11 08:01:14 +01:00
moz-wptsync-bot
2940b7a5bc Bug 1473212 [wpt PR 9844] - Update wpt metadata, a=testonly
wpt-pr: 9844
wpt-type: metadata
2018-07-11 08:01:11 +01:00
Luke Bjerring
7c644c9e1d Bug 1473212 [wpt PR 9844] - Update the webappsec-credential-management IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webappsec-credential-management IDL file (#9844)

* Add webappsec-credential-management idl file

* Updated webappsec-credential-management IDL file

* Clean up tests

--

wpt-commits: 89e834cdc90e696798083d87d1a360d46689e97b
wpt-pr: 9844
2018-07-11 08:01:09 +01:00
Eric Willigers
99c54b570a Bug 1470258 [wpt PR 11613] - [css-writing-modes] Parsing of writing modes properties, a=testonly
Automatic update from web-platform-testsMerge pull request #11613 from ewilligers/css-writing-modes-parsing

[css-writing-modes] Parsing of writing modes properties
--

wpt-commits: e34732550a0e069df92c1ac81b0b014ece996e08
wpt-pr: 11613
2018-07-11 08:01:06 +01:00
Morten Stenshorne
fe9d5b6596 Bug 1471744 [wpt PR 11697] - [LayoutNG] Non-"inline" abspos needs to ignore floats and text-indent., a=testonly
Automatic update from web-platform-tests[LayoutNG] Non-"inline" abspos needs to ignore floats and text-indent.

This fixes two tests, but will also eventually benefit
floats-wrap-inside-inline-00[1234].htm in fast/block/float/, which are
currently passing because the absolutely positioned box in the test forces
its container to have block children. There's special-code for NG (which we
should remove) in LayoutBlockFlow::AddChild() that forces this (and causes
other problems).

Added a new test, to make it clear what this fix is about.

Bug: 734554
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Ia2c0e0b2ab61999207114fdf935880fabc2e677c
Reviewed-on: https://chromium-review.googlesource.com/1116959
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571054}

--

wpt-commits: 12b9b4c9d40504a6d5df9339d7680a8a89184f18
wpt-pr: 11697
MozReview-Commit-ID: 9VzFxid8Ry8
2018-07-11 08:01:02 +01:00
Victor Costan
a43b5f25b6 Bug 1471733 [wpt PR 11696] - Async Cookies: Implement sameSite attribute., a=testonly
Automatic update from web-platform-testsAsync Cookies: Implement sameSite attribute.

This CL modifies RestrictedCookieManager to allow renderers to set the
SameSite and Priority CanonicalCookie attributes. Renderers must be
allowed to set the SameSite and Priority attributes so that
RestrictedCookieManager can be used to implement the document.cookie
setter.

Bug: 856364, 729800
Cq-Include-Trybots: luci.chromium.try :linux_mojo
Change-Id: Ic0a520bc6c02c259ef22175c9eb161086fa18782
Reviewed-on: https://chromium-review.googlesource.com/1115586
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570976}

--

wpt-commits: 5392b81b526e3e0bbe805f1407a235d640f879a5
wpt-pr: 11696
MozReview-Commit-ID: 8dBERNSQC7I
2018-07-11 08:00:59 +01:00
moz-wptsync-bot
9259882e55 Bug 1459041 [wpt PR 10830] - Update wpt metadata, a=testonly
wpt-pr: 10830
wpt-type: metadata
2018-07-11 08:00:56 +01:00
Raymond Toy
81921c8b19 Bug 1459041 [wpt PR 10830] - Move AudioBufferSourceNode tests to WPT, a=testonly
Automatic update from web-platform-testsMove AudioBufferSourceNode tests to WPT

These tests basically pass on Firefox.  If they don't, it's because
Firefox is incorrect and issues have been filed for these.

During the testing, we discovered that an incorrect assumption was made
that calling start() would always work.  Because of test failures in Firefox,
this assumption is incorrect.

Updated audit.js to latest Chrome version (to get loadFileFromURL) and
add wpt lint exception for a console message in audit.js.

Needed to update audiocontext-getoutputtimestamp.html to make bots happy
because the AudioContext is running now on the bots, so time is
progressing, so the time stamps aren't always zero.

Bug: 745778
Change-Id: I5f9ee01498678db0feb57051f682772ca7bd9fbb
Reviewed-on: https://chromium-review.googlesource.com/1040865
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570890}

--

wpt-commits: 4d9bf95859072bac1680dff77c81cb640db6a6a5
wpt-pr: 10830
2018-07-11 08:00:54 +01:00
Geoffrey Sneddon
7c2483464c Bug 1471494 [wpt PR 11682] - Test for all: initial on unknown :root, a=testonly
Automatic update from web-platform-testsTest for all: initial on unknown :root (#11682)

--

wpt-commits: bb801df9c67bda31519d3c1e464d1a3e38221893
wpt-pr: 11682
2018-07-11 08:00:50 +01:00
jugglinmike
bc595afacf Bug 1471670 [wpt PR 11693] - [wptrunner] Correct profile installation for Fx 61, a=testonly
Automatic update from web-platform-tests[wptrunner] Correct profile installation for Fx 61 (#11693)

Extend the profile installation logic to account for a transitional
phase in the format of the Firefox profile directory. More detail is
available at:

https://bugzilla.mozilla.org/show_bug.cgi?id=1471419
--

wpt-commits: 4a983bf597c9120959bab2cc4f84b29c72501037
wpt-pr: 11693
2018-07-11 08:00:47 +01:00
moz-wptsync-bot
607084d94c Bug 1471125 [wpt PR 11666] - Update wpt metadata, a=testonly
wpt-pr: 11666
wpt-type: metadata
2018-07-11 08:00:46 +01:00
youennf
607b779e10 Bug 1471125 [wpt PR 11666] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=187030, a=testonly
Automatic update from web-platform-testsMerge pull request #11666 from youennf/wpt-export-for-webkit-187030

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=187030
--

wpt-commits: 0b578c1f7605db935981ff9b08dd84fc55a30b00
wpt-pr: 11666
2018-07-11 08:00:44 +01:00
Mustaq Ahmed
be3786e784 Bug 1471436 [wpt PR 11678] - Fix the clicked iframe in two wpt fullscreen tests., a=testonly
Automatic update from web-platform-testsFix the clicked iframe in two wpt fullscreen tests.

With User Activation v2, activating a parent frame doesn't activate
its subframes.  We fixed these two tests by sending the click to
subframes.  This needed a workaround in auto-click.js because
the mutation observer there in doesn't seem to work when a button
element is added to a subframe.

Bug: 802371
Change-Id: I786668c87b802565e99ad16223cafc8ac1fd6296
Reviewed-on: https://chromium-review.googlesource.com/868323
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Mustaq Ahmed <mustaq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570778}

--

wpt-commits: b0f0ef9adb50765ea38be619015bb061d6a224b6
wpt-pr: 11678
2018-07-11 08:00:41 +01:00
moz-wptsync-bot
a4e926a399 Bug 1465316 [wpt PR 11239] - Update wpt metadata, a=testonly
wpt-pr: 11239
wpt-type: metadata
2018-07-11 08:00:39 +01:00
Hwanseung Lee
24aaa44b5f Bug 1465316 [wpt PR 11239] - [WebAudio] throw an error when buffer has been already set., a=testonly
Automatic update from web-platform-tests[WebAudio] throw an error when buffer has been already set.

should throw an InvalidStateError when buffer has been already
set in ConvolverNode

Bug: 709656
Change-Id: Ia0826f9ffa2e180da1311f4cded8ff7fe5461147
Reviewed-on: https://chromium-review.googlesource.com/1077713
Reviewed-by: Raymond Toy <rtoy@chromium.org>
Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com>
Cr-Commit-Position: refs/heads/master@{#570767}

--

wpt-commits: b44c26506446c1d95c644786254774255a96ffc1
wpt-pr: 11239
2018-07-11 08:00:37 +01:00
Koji Ishii
8ebdcafa1c Bug 1471554 [wpt PR 11684] - Add test for the removal of trailing spaces when preceding <br>, a=testonly
Automatic update from web-platform-testsAdd test for the removal of trailing spaces when preceding <br>

Blink and WebKit fails to remove trailing spaces preceding
`<br>`. This patch adds a test for that case. Gecko, Edge, and
the current build of LayoutNG passes this test.

This was originally reported at http://crbug.com/40634. It
turns out that fast/text/emphasis-overlap.html relies on this
behavior. Before removing the reliance, adding this test to
ensure this case is covered and to prevent regressions in
LayoutNG.

TBR=eae@chromium.org

Bug: 40634
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Iff877bac1c27c8689bdbc6949d01a9ea380463bd
Reviewed-on: https://chromium-review.googlesource.com/1116622
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570744}

--

wpt-commits: 2a423b054124f73b1d71eba4f782c7ff4a343898
wpt-pr: 11684
MozReview-Commit-ID: LqVXYAqe2Yq
2018-07-11 08:00:34 +01:00
Philipp Hancke
fe41e38c12 Bug 1470878 [wpt PR 11657] - webrtc wpt: stop tracks returned from getUserMedia, a=testonly
Automatic update from web-platform-testswebrtc wpt: stop tracks returned from getUserMedia

stops tracks acquired from getUserMedia

BUG=836871

Change-Id: I828189da35b0c842078cdd4c1b4b38f7e7fbf355
Reviewed-on: https://chromium-review.googlesource.com/1113450
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570727}

--

wpt-commits: 783a21926787bb3886a7b636440ccd673cdd877e
wpt-pr: 11657
2018-07-11 08:00:31 +01:00
Geoffrey Sneddon
f45b2c89a0 Bug 1471252 [wpt PR 11669] - Start running wptserve/serve tests on Py3, a=testonly
Automatic update from web-platform-testsStart running wptserve/serve tests on Py3 (#11669)

While this may seem pointless when almost all of them are marked as
xfail on Py3, it does at least mean we have to keep them importable
and should mean we don't regress code that currently works on Py3.
--

wpt-commits: a8d56dbac2ef9be373868b2f2fd2302cc522ffab
wpt-pr: 11669
2018-07-11 08:00:29 +01:00
moz-wptsync-bot
00c12f863e Bug 1471396 [wpt PR 11676] - Update wpt metadata, a=testonly
wpt-pr: 11676
wpt-type: metadata
2018-07-11 08:00:27 +01:00
Victor Costan
46b4ee604b Bug 1471396 [wpt PR 11676] - Async Cookies: The API is only available on secure origins., a=testonly
Automatic update from web-platform-testsAsync Cookies: The API is only available on secure origins.

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

--

wpt-commits: dcc99621e9ff05b1e3bb0836a0674932571e1c50
wpt-pr: 11676


--HG--
rename : testing/web-platform/tests/cookie-store/cookieStore_delete_arguments.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_delete_arguments.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_delete_basic.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_delete_basic.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_event_arguments.tenative.window.js => testing/web-platform/tests/cookie-store/cookieStore_event_arguments.tenative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_event_basic.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_event_basic.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_event_delete.tenative.window.js => testing/web-platform/tests/cookie-store/cookieStore_event_delete.tenative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_event_overwrite.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_event_overwrite.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_getAll_arguments.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_getAll_arguments.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_getAll_set_basic.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_getAll_set_basic.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_get_arguments.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_get_arguments.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_get_delete_basic.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_get_delete_basic.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_get_set_basic.tentative.window.js => testing/web-platform/tests/cookie-store/cookieStore_get_set_basic.tentative.https.window.js
rename : testing/web-platform/tests/cookie-store/cookieStore_in_detached_frame.tentative.html => testing/web-platform/tests/cookie-store/cookieStore_in_detached_frame.tentative.https.html
rename : testing/web-platform/tests/cookie-store/httponly_cookies.window.js => testing/web-platform/tests/cookie-store/httponly_cookies.https.window.js
rename : testing/web-platform/tests/cookie-store/idlharness.tentative.html => testing/web-platform/tests/cookie-store/idlharness.tentative.https.html
2018-07-11 08:00:25 +01:00
Geoffrey Sneddon
f47ff9675f Bug 1471418 [wpt PR 11677] - Loosen assumptions so actual implementations match them, a=testonly
Automatic update from web-platform-testsLoosen assumptions so actual implementations match them (#11677)

--

wpt-commits: 865d9b467e226e3c69d7cc1eee7849dca0973eee
wpt-pr: 11677
2018-07-11 08:00:23 +01:00
Dominic Farolino
fb5a708300 Bug 1471279 [wpt PR 11671] - Correctly generate <script> referrerPolicy tests, a=testonly
Automatic update from web-platform-testsCorrectly generate <script> referrerPolicy tests (#11671)

--

wpt-commits: 8780e84e70a5ff98019ac65885117446728216b5
wpt-pr: 11671
2018-07-11 08:00:20 +01:00
moz-wptsync-bot
b5a03681df Bug 1471469 [wpt PR 11680] - Update wpt metadata, a=testonly
wpt-pr: 11680
wpt-type: metadata
2018-07-11 08:00:17 +01:00
Marcos Cáceres
17e3b99125 Bug 1471469 [wpt PR 11680] - fix: missing closing script tags, a=testonly
Automatic update from web-platform-testsfix: missing closing script tags (#11680)

--

wpt-commits: 79f334bf21fb9c4fe901eb2d163062d1bb204b1f
wpt-pr: 11680
2018-07-11 08:00:15 +01:00
Luke Bjerring
ab884f04c4 Bug 1471337 [wpt PR 11674] - Auto-update the image-capture IDL file, a=testonly
Automatic update from web-platform-testsAuto-update the image-capture IDL file (#11674)

--

wpt-commits: cf0bcea06bb26e51a3315013cbb55936ecd49a62
wpt-pr: 11674
2018-07-11 08:00:13 +01:00
Luke Bjerring
07a60fbf08 Bug 1473870 [wpt PR 9810] - Update the permissions IDL file, a=testonly
Automatic update from web-platform-testsUpdate the permissions IDL file (#9810)

--

wpt-commits: e1cdfb8d514e16f65e9682112688c187547ea120
wpt-pr: 9810
2018-07-11 08:00:10 +01:00
Simon Pieters
dfd5b2c629 Bug 1470682 [wpt PR 11641] - Refactor and split up quirks tests, a=testonly
Automatic update from web-platform-testsRefactor and split up quirks tests

The unitless-length test was a flaky timeout in chromium.
https://bugs.chromium.org/p/chromium/issues/detail?id=646133

--

wpt-commits: cea6203ed144fd0dd4abdfd28435ddfc5404c8e0
wpt-pr: 11641
2018-07-11 08:00:07 +01:00
Jacob Trimble
a656a9f4a4 Bug 1466250 [wpt PR 11308] - [encrypted-media] Add segmented clear-to-encrypted test., a=testonly
Automatic update from web-platform-tests[encrypted-media] Add segmented clear-to-encrypted test. (#11308)

This adds a test that tests transitioning from clear to encrypted
content when it appears in different segments.  This can happen when
streaming and the first content is a clear ad and the encrypted content
will be appended later.

This kind of content wasn't playable on Firefox until recently and I
think this wouldn't work on Edge if they supported clear-key.
https://bugzilla.mozilla.org/show_bug.cgi?id=1454630
--

wpt-commits: f240b8f22eea1a0fbff0fe48225973775b1524c3
wpt-pr: 11308
2018-07-11 08:00:04 +01:00
Marcos Cáceres
a8858ad49f Bug 1471088 [wpt PR 11665] - immediate repeated calls to .complete(), a=testonly
Automatic update from web-platform-testsimmediate repeated calls to .complete() (#11665)

--

wpt-commits: e50750ae78cd80a01d6968337318612ee7451cf2
wpt-pr: 11665
2018-07-11 08:00:01 +01:00
Simon Pieters
2809714c06 Bug 1466663 [wpt PR 11332] - Shadow DOM: Run the next test even if the current fails, a=testonly
Automatic update from web-platform-testsShadow DOM: Run the next test even if the current fails

Part of #11269.

--

wpt-commits: 829ef55855b3b3c971fb3a16b8e34961675cb9d0
wpt-pr: 11332
2018-07-11 07:59:58 +01:00
moz-wptsync-bot
88f4e316ef Bug 1471292 [wpt PR 11672] - Update wpt metadata, a=testonly
wpt-pr: 11672
wpt-type: metadata
2018-07-11 07:59:56 +01:00
Zirro
514dce291d Bug 1471292 [wpt PR 11672] - The hashchange event should not bubble, a=testonly
Automatic update from web-platform-testsThe hashchange event should not bubble

This brings the `html/browsers/browsing-the-web/scroll-to-fragid/004.html` test up to date with the spec change made here: https://github.com/whatwg/html/pull/3737.

Other tests were changed to reflect this in https://github.com/web-platform-tests/wpt/pull/11355.
--

wpt-commits: 3aaef8d2cac4ab2044a1ba01895f2e028b91d996
wpt-pr: 11672
2018-07-11 07:59:54 +01:00
L. David Baron
4ba115e83e Bug 1471270 [wpt PR 11670] - Sync Mozilla tests as of 2018-06-26, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/ca98b6f47b4e33673291a4dc2a4ebca28ce6db00 . (#11670)

--

wpt-commits: 6ac7b645eb140904fbcd932a177c6eb9a9303990
wpt-pr: 11670
2018-07-11 07:59:51 +01:00
Ms2ger
871ecf3815 Bug 1468902 [wpt PR 11516] - Fix Python 3 errors when doing ./wpt make-hosts-file, a=testonly
Automatic update from web-platform-testsFix Python 3 errors when doing ./wpt make-hosts-file (#11516)

--

wpt-commits: d7d545ab69e304b992ac1b3e0a78785779f57e3b
wpt-pr: 11516
2018-07-11 07:59:48 +01:00
Žan Doberšek
d82ed22876 Bug 1470357 [wpt PR 11615] - webkit: GTK port should whitelist the web-platform.test host certificate, a=testonly
Automatic update from web-platform-testswebkit: GTK port should whitelist the web-platform.test host certificate (#11615)

For testing purposes, the TLS certificate for the web-platform.test
host should be whitelisted for the GTK port of WebKit in order to
avoid TLS errors when loading test cases via HTTPS.

This is done by listing the host and certificate file path pair in
the port-specific capabilities. This pair is then used for
whitelisting the certificate for the given host in the
WebDriver-automated browsing session.
--

wpt-commits: cc6c95d405d3a89ace8a0565a04eee23e24af814
wpt-pr: 11615
2018-07-11 07:59:47 +01:00
Rakina Zata Amni
bb6e189d7d Bug 1470825 [wpt PR 11655] - Implement Element.toggleAttribute, a=testonly
Automatic update from web-platform-testsImplement Element.toggleAttribute

Add a new method Element.toggleAttribute(string qualifiedName,
optional bool force) that allow toggling the existence of an element’s
attribute, similar to Element.classList.toggle.

Spec
https://dom.spec.whatwg.org/#dom-element-toggleattribute

Intent to Implement and Ship
https://groups.google.com/a/chromium.org/d/msg/blink-dev/mAWBTaANvmE/OgaCRH04BAAJ

Bug: 854960
Change-Id: Iab8a1a97dd4e2f8b377bcf590401699f9013aa8a
Reviewed-on: https://chromium-review.googlesource.com/1111761
Commit-Queue: Rakina Zata Amni <rakina@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570348}

--

wpt-commits: 0a3e5fa627dea7491d71edd1804989588bf0e498
wpt-pr: 11655
2018-07-11 07:59:45 +01:00
moz-wptsync-bot
b4d8c14c2a Bug 1471008 [wpt PR 11661] - Update wpt metadata, a=testonly
wpt-pr: 11661
wpt-type: metadata
2018-07-11 07:59:42 +01:00
Manuel Rego Casasnovas
afab041ec4 Bug 1471008 [wpt PR 11661] - Add tests for some logical border shorthand properties, a=testonly
Automatic update from web-platform-testsMerge pull request #11661 from Loirooriol/css-logical-border-shorthands

Add tests for some logical border shorthand properties
--

wpt-commits: c08dc4d39d034249e2061258889c0f20cd820503
wpt-pr: 11661
2018-07-11 07:59:41 +01:00
moz-wptsync-bot
4ebef3c0da Bug 1470819 [wpt PR 11654] - Update wpt metadata, a=testonly
wpt-pr: 11654
wpt-type: metadata
2018-07-11 07:59:38 +01:00
Makoto Shimazu
4629630cea Bug 1470819 [wpt PR 11654] - Add a layout test for redirects with referrer-policy via service worker, a=testonly
Automatic update from web-platform-testsAdd a layout test for redirects with referrer-policy via service worker

Redirects with referrer-policy header need to respect a new referrer
policy. This tries to check if it's working when the request is in a service
worker's scope.

Bug: 855948
Change-Id: Icb923fa8b8345c128f02c41e042775ba5bf499ad
Reviewed-on: https://chromium-review.googlesource.com/1113171
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570298}

--

wpt-commits: cf4a6e91f11be647a513a3f874e43f8d5a7dcd82
wpt-pr: 11654
2018-07-11 07:59:36 +01:00
moz-wptsync-bot
b7b498fbc1 Bug 1470741 [wpt PR 11647] - Update wpt metadata, a=testonly
wpt-pr: 11647
wpt-type: metadata
2018-07-11 07:59:34 +01:00
Eric Willigers
9315c09c46 Bug 1470741 [wpt PR 11647] - [css-box] Parsing tests for CSS Box properties, a=testonly
Automatic update from web-platform-testsMerge pull request #11647 from ewilligers/css-box-3-parsing

[css-box] Parsing tests for CSS Box properties
--

wpt-commits: c390a6adbf5f88744ca1217fb6efe3e9f48c864f
wpt-pr: 11647
2018-07-11 07:59:32 +01:00
moz-wptsync-bot
610865eabf Bug 1467556 [wpt PR 11383] - Update wpt metadata, a=testonly
wpt-pr: 11383
wpt-type: metadata
2018-07-11 07:59:29 +01:00
Sandra Sun
0d50edb7c2 Bug 1467556 [wpt PR 11383] - Allows panning inside overflowing snap areas., a=testonly
Automatic update from web-platform-testsAllows panning inside overflowing snap areas.

According to the spec[1], if an overflowing snap area covers the
snapport in one axis and the distance between the previous snap
position and the next snap position is larger than the size of the
snapport, the current scroll position is a valid snap position.

This patch also rewrites the data structure of SnapAreaData and
SnapContainerData so that they only keep the rect and calculate the
snap points, visible region, overflow condition only when scroll
occurs.

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

Bug: 826359
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Iec1ebe48abe8d2653128ac2af4e6137a14c05502
Reviewed-on: https://chromium-review.googlesource.com/1075558
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570255}

--

wpt-commits: 83c33634aaf8495aa9acfe40e4612c242c45c184
wpt-pr: 11383
MozReview-Commit-ID: JmozXZZQzzx
2018-07-11 07:59:28 +01:00
moz-wptsync-bot
ade000d083 Bug 1470713 [wpt PR 11646] - Update wpt metadata, a=testonly
wpt-pr: 11646
wpt-type: metadata
2018-07-11 07:59:25 +01:00
Victor Costan
ae52c2ee6e Bug 1470713 [wpt PR 11646] - Async Cookies: Address feedback from spec repository., a=testonly
Automatic update from web-platform-testsAsync Cookies: Address feedback from spec repository.

This CL integrates the following issues:

https://github.com/WICG/cookie-store/issues/54 - startsWith -> starts-with
https://github.com/WICG/cookie-store/issues/51 - remove cookieStore.has

Bug: 729800
Change-Id: If296a9e1eb896cb0ef344a889b1715836610bc6d
Reviewed-on: https://chromium-review.googlesource.com/1112912
Commit-Queue: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570157}

--

wpt-commits: 72048cdc2d47d5d1d0a9a2fd97485c87fc89c1b2
wpt-pr: 11646
2018-07-11 07:59:23 +01:00
youennf
b1009b9d32 Bug 1473870 [wpt PR 11663] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=186939, a=testonly
Automatic update from web-platform-testsMerge pull request #11663 from youennf/wpt-export-for-webkit-186939

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=186939
--

wpt-commits: 3b0bbac09ffd030f03d5d755d68072e636b86bc6
wpt-pr: 11663
2018-07-11 07:59:20 +01:00