Commit Graph

603580 Commits

Author SHA1 Message Date
Rune Lillesveen
5b73f90c40 Bug 1472242 [wpt PR 11731] - Make sure stacking context is always updated for ::first-letter., a=testonly
Automatic update from web-platform-testsMake sure stacking context is always updated for ::first-letter.

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

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

--

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

--

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

--

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

--

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

--

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

--

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

--
Allow specifying the mozilla tree via argument.

--

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

--

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

This contains two changes:

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

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

--

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

--

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

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

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

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

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

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

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

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

--

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

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

--

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

This reverts commit 93dceabca4f79ced2a35fa480f78d30d4123ffaa.
--

wpt-commits: 7a6f5673ff5d146ca5c09c6a1b42b7706cfee328
wpt-pr: 11723


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

--

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

Fixes #10552.
--

wpt-commits: 93dceabca4f79ced2a35fa480f78d30d4123ffaa
wpt-pr: 11092


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

--

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

--

wpt-commits: 04cccd14431a70eff84a896f09aab9da40fb0640
wpt-pr: 11559
2018-07-11 08:01:29 +01:00
Ian Clelland
3634160abe Bug 1471604 [wpt PR 11687] - Update links to feature policy documentation., a=testonly
Automatic update from web-platform-testsUpdate links to feature policy documentation.

The documentation in the Feature Policy spec repository was moved to the
'master' branch from the 'gh-pages' branch. This updates several
references in the Chromium codebase with the new locations.

TBR=kinuko

To-be-reviewed-by: kinuko@chromium.org
Bug: 857055
Change-Id: I10b4c55608a218b1767a4990832d86e460cd37d5
Reviewed-on: https://chromium-review.googlesource.com/1116868
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570906}

--

wpt-commits: d60079a316ee35415d426ed5a2e8c0574efca80c
wpt-pr: 11687
2018-07-11 08:01:26 +01:00
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