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

30502 Коммитов

Автор SHA1 Сообщение Дата
Ting-Yu Lin df8e9a54fd Bug 1506306 - Fix <table> having "column-span:all" style. r=bzbarsky
The main style of <table> is set on the inner TableFrame, not the outer
TableWrapperFrame. Thus, we fail to spot the table as a column-span kid
in nsCSSFrameConstructor::ConstructionBlock().

Differential Revision: https://phabricator.services.mozilla.com/D13957

--HG--
extra : moz-landing-system : lando
2018-12-13 22:43:01 +00:00
James Graham 73397da5ba Bug 1513927 - Change wpt crash handling API to be a single method, r=ted
Because mozcrash is stateful we can't check for crashes and then later
log them; we need to do everything in one shot. Therefore remove the
check_for_crashes call, rename log_crash to check_crash and make it
return a boolean indicating whether any crashes occured, as well as
handling the logging.

Differential Revision: https://phabricator.services.mozilla.com/D14437

--HG--
extra : moz-landing-system : lando
2018-12-13 19:16:31 +00:00
Nicolas Chevobbe 321db66f77 Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

Differential Revision: https://phabricator.services.mozilla.com/D12939

--HG--
extra : moz-landing-system : lando
2018-12-13 17:38:06 +00:00
James Graham d696f3b020 Bug 1513580 - Ensure we only load the wpt test types we requested, r=Ms2ger
Differential Revision: https://phabricator.services.mozilla.com/D14438

--HG--
extra : moz-landing-system : lando
2018-12-13 16:18:13 +00:00
shindli 4e7827d27f Backed out changeset 3fa4474f947c (bug 1499289) as requested by nchevobbe 2018-12-13 18:30:11 +02:00
Gijs Kruitbosch 7ab8abdd16 Bug 1499092 - move bulk of registerProtocolHandler checks into compiled code so we don't need a dedicated component in the child process, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13697

--HG--
extra : moz-landing-system : lando
2018-12-13 13:47:39 +00:00
Nicolas Chevobbe a587b43474 Bug 1499289 - Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza.
The functions needed to build the autocomplete request are moved
to the serviceContainer so it can be called from everywhere in
the code, and not only from the JsTerm.

Differential Revision: https://phabricator.services.mozilla.com/D12939

--HG--
extra : moz-landing-system : lando
2018-12-13 14:37:20 +00:00
James Graham 48b47d05cd Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco
The keys in the test_paths dict contain the name of the suite e.g. web-platform-tests-testharness, so specify these
keys rather than the generic web-platform-tests key

Differential Revision: https://phabricator.services.mozilla.com/D14284

--HG--
extra : moz-landing-system : lando
2018-12-13 14:21:09 +00:00
Sebastian Hengst 913e7441c3 Bug 1513795 - Set link-click-redirected-blocked.sub.html to also fail on Android 7.0 x86. DONTBUILD r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D14419

--HG--
extra : moz-landing-system : lando
2018-12-13 14:02:23 +00:00
inspiro 89f1fb7652 Bug 1204247: Remove code supporting metro under testing/ r=jmaher
Bug 1204247: Remove code supporting metro under testing/

Differential Revision: https://phabricator.services.mozilla.com/D14386

--HG--
extra : moz-landing-system : lando
2018-12-13 10:57:04 +00:00
Hiroyuki Ikezoe 5f7099b985 Bug 1513750 - Add BUG_COMPONENT "Core :: CSS Transitions and Animations" component for css-animations/ and css-transitions/. r=birtles
Also the css-easing/ entry is moved to the position by alphabetical order.

Differential Revision: https://phabricator.services.mozilla.com/D14354

--HG--
extra : moz-landing-system : lando
2018-12-13 07:13:39 +00:00
Emilio Cobos Álvarez 61a51a3800 Bug 1512026 - Handle nested slots correctly in slotted matching and invalidation. r=heycam
The patch and test should be pretty much self-descriptive.

Differential Revision: https://phabricator.services.mozilla.com/D14063

--HG--
extra : moz-landing-system : lando
2018-12-13 02:17:53 +00:00
Emilio Cobos Álvarez 55f71edc6f Bug 1512537 - Update test expectations. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D14245

--HG--
extra : moz-landing-system : lando
2018-12-13 00:53:07 +00:00
Jan de Mooij eee34e39b3 Bug 1513277 part 2 - Use the scripted caller's global in mozJSComponentLoader::FindTargetObject. r=kmag
We have a few places where C++ calls ChromeUtils::Import directly.
I fixed these to pass the target object directly instead of an empty Optional<>.

Differential Revision: https://phabricator.services.mozilla.com/D14180

--HG--
extra : moz-landing-system : lando
2018-12-12 21:30:04 +00:00
Cosmin Sabou 2c6cd998ef Merge mozilla-central to autoland. 2018-12-13 00:01:46 +02:00
Florin Strugariu 06b85a3fce Bug 1508375 Add Instagram to tp6 r=rwood,davehunt rwood
Differential Revision: https://phabricator.services.mozilla.com/D12520

--HG--
rename : testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-6.manifest => testing/raptor/raptor/playback/mitmproxy-recordings-raptor-tp6-7.manifest
extra : moz-landing-system : lando
2018-12-12 21:23:34 +00:00
arthur.iakab d737d0506f Backed out 2 changesets (bug 1510695, bug 1510693) for causing frequent marionette failures on unit/test_reftest.py
Backed out changeset 8a7b62c82459 (bug 1510695)
Backed out changeset e7e0d6ba2835 (bug 1510693)
2018-12-12 23:11:19 +02:00
Geoff Brown ebdc1440c9 Bug 1512686 - Use pidof to determine android process pid, when available; r=bc 2018-12-12 07:51:24 -07:00
James Graham 92886d48d7 Bug 1512816 - Use on-disk symbols path for wpt when available, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D14262

--HG--
extra : moz-landing-system : lando
2018-12-12 19:03:15 +00:00
Olli Pettay 25784a5a17 Bug 1512259 - No need to special case <button> in marionette, r=ato
--HG--
extra : rebase_source : 8489d12617508e0a7ab2e1ef526d854d031405ab
2018-12-04 17:30:43 +02:00
Geoffrey Sneddon 4997b75c09 Bug 1510695 - Fix URL comparisons in reftestWait r=jgraham
Depends on D13281

Differential Revision: https://phabricator.services.mozilla.com/D13282

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:20 +00:00
Geoffrey Sneddon 90c525577a Bug 1510693 - Tests for marionette's reftest runner r=jgraham,ato
Differential Revision: https://phabricator.services.mozilla.com/D13281

--HG--
extra : moz-landing-system : lando
2018-12-12 17:44:43 +00:00
Olli Pettay fd23b8338a Bug 1498383 - clear.py relies on old Gecko's <button> hit testing, r=ato
--HG--
extra : rebase_source : 6ab352c153d5ef45acadd83c94b4e35d371ea90b
2018-10-12 14:21:41 +03:00
Olli Pettay b977d23eb2 Bug 1089326, make <button> hit testing similar to other elements which may have some content, and for click target find the common (interactive) ancestor, r=masayuki
--HG--
extra : rebase_source : 80caab4e074d552c38b62842fe3102fb6735dfd9
2018-12-11 23:35:40 +02:00
moz-wptsync-bot 7a59cbd8de Bug 1513357 - [wpt-sync] Update web-platform-tests to 25f3222fcba6e642e2edfe4bb29a5793c8109dfc, a=testonly
wpt-head: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-type: landing
2018-12-12 10:50:08 +00:00
youennf 9dbd0b18e2 Bug 1510886 [wpt PR 14286] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986, a=testonly
Automatic update from web-platform-testsWebKit export of https://bugs.webkit.org/show_bug.cgi?id=191986 (#14286)

--

wpt-commits: 25f3222fcba6e642e2edfe4bb29a5793c8109dfc
wpt-pr: 14286
2018-12-12 10:50:08 +00:00
Robert Ma 99d1e8b63c Bug 1510935 [wpt PR 14290] - Attempt to monitor memory from userspace, a=testonly
Automatic update from web-platform-testsAttempt to monitor memory from userspace

It is suspected that Taskcluster jobs sometimes fail due to OOM. It is
hard to know what exactly happens if the kernel OOM killer kicks in.
This change attempts to use a user-space solution: earlyoom.

There are two benefits of earlyoom:
1. Logging: we can log the memory usage periodically and the actions
   taken by earlyoom when the system is low on memory.
2. Recovery: we can teach earlyoom to prefer to kill browser processes
   and avoid python processes (wpt) so that the runner has a chance to
   recover (marking the test as CRASH and carrying on).

--

wpt-commits: 02621fd7b68d71f2b27c493ea81d5687643a1e0b
wpt-pr: 14290
2018-12-12 10:50:07 +00:00
moz-wptsync-bot a1439920d1 Bug 1477466 [wpt PR 12118] - Update wpt metadata, a=testonly
wpt-pr: 12118
wpt-type: metadata
2018-12-12 10:50:07 +00:00
jugglinmike 82eb93515e Bug 1477466 [wpt PR 12118] - [permissions] Add tests for "Set Permission", a=testonly
Automatic update from web-platform-tests[permissions] Add tests for "Set Permission" (#12118)

https://w3c.github.io/permissions/#automation
--

wpt-commits: 265b7a171ff52dff31a5cb0646ae55b5799f6be5
wpt-pr: 12118
2018-12-12 10:50:06 +00:00
moz-wptsync-bot 08975e2d70 Bug 1510878 [wpt PR 14285] - Update wpt metadata, a=testonly
wpt-pr: 14285
wpt-type: metadata
2018-12-12 10:50:06 +00:00
Nicolas Pena a85845d685 Bug 1510878 [wpt PR 14285] - Move EventTiming tests to WPT Try 3, a=testonly
Automatic update from web-platform-testsMove EventTiming tests to WPT Try 3

This CL moves the tests in http/tests/event-timing to external/wpt/event-timing.
The slow image is change from php based to python based. The click is now
handled by test driver. and setTimeout is replaced with step_timeout.

Bug: 841224, 908187, 907948, 907949
Change-Id: Ia6359878666cfb96645aa3b7cd7736ce9df97683
Reviewed-on: https://chromium-review.googlesource.com/c/1352617
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612214}

--

wpt-commits: a2e7e014f92c8daf98fb5915b39b9c013c543904
wpt-pr: 14285
2018-12-12 10:50:06 +00:00
Chris Lilley 56dc998c80 Bug 1508045 [wpt PR 14111] - SVG Text Parsing, a=testonly
Automatic update from web-platform-testsMerge pull request #14111 from ewilligers/svg-text-parsing

SVG Text Parsing
--

wpt-commits: b28b033c82d129d9bc70b13d9a29d756de07b122
wpt-pr: 14111
2018-12-12 10:50:05 +00:00
John Chen 6b497e9979 Bug 1510866 [wpt PR 14283] - Remove browserName from default Chrome capabilities, a=testonly
Automatic update from web-platform-testsRemove browserName from default Chrome capabilities

The configuration for Chrome currently sends 'browserName' capability
to ChromeDriver by default. This is unnecessary, and causes errors in
several test cases in webdriver/tests/new_session, whenever a test case
wants to set a different browserName.

--

wpt-commits: 04d65b39f4f66d238f0329740ef658fafb446cf5
wpt-pr: 14283
2018-12-12 10:50:05 +00:00
autofoolip 5c37e2397b Bug 1511023 [wpt PR 14296] - Update interfaces/payment-request.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/payment-request.idl (#14296)

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

wpt-commits: 9118ed350f14c15cb78c03f6054b541859e76054
wpt-pr: 14296
2018-12-12 10:50:05 +00:00
moz-wptsync-bot 67ef967843 Bug 1506337 [wpt PR 14013] - Update wpt metadata, a=testonly
wpt-pr: 14013
wpt-type: metadata
2018-12-12 10:50:04 +00:00
autofoolip 6722041508 Bug 1506337 [wpt PR 14013] - Update interfaces/webxr.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webxr.idl (#14013)

Source: https://github.com/tidoust/reffy-reports/blob/a232594/whatwg/idl/webxr.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/461143420
--

wpt-commits: be0d224c8b27273462ed59a590abfc07989ad220
wpt-pr: 14013
2018-12-12 10:50:04 +00:00
Ryosuke Niwa 4ba829e6b7 Bug 1511016 [wpt PR 14295] - Move back resources/custom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807, a=testonly
Automatic update from web-platform-testsMove back resources/ustom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807 (#14295)

This file has no business being in the top-level resources directory.
--

wpt-commits: 32886e656c654b8b69b6767dd2a43dd25aec0fc5
wpt-pr: 14295


--HG--
rename : testing/web-platform/tests/resources/custom-elements-helpers.js => testing/web-platform/tests/custom-elements/resources/custom-elements-helpers.js
2018-12-12 10:50:04 +00:00
Mounir Lamouri f4bb42f88f Bug 1510916 [wpt PR 14289] - Media Capabilities: implement response side of Encrypted Media., a=testonly
Automatic update from web-platform-testsMedia Capabilities: implement response side of Encrypted Media.

This is adding an DecodingInfo class that carries key system access
information back and create a MediaKeySystemAccess.

This implementation in //media/blink is a stub that is meant to only
pass WPT tests at the moment.

Bug: 907909
Change-Id: I3bac0087ca3051defb8b47d10fffdb6052814ae9
Reviewed-on: https://chromium-review.googlesource.com/c/1348733
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611917}

--

wpt-commits: 38ba0516aac49af3e3cd971038266393aa0e107e
wpt-pr: 14289
2018-12-12 10:50:03 +00:00
Coroiu Cristina 3160ddc1f0 Merge inbound to mozilla-central a=merge 2018-12-12 07:12:07 +02:00
Mike Hommey 33610741ba Bug 1513157 - Don't install minidump_stackwalk in the Ubuntu test image. r=gps,ted
Differential Revision: https://phabricator.services.mozilla.com/D14133

--HG--
extra : moz-landing-system : lando
2018-12-11 22:52:12 +00:00
Coroiu Cristina add0a6f476 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-12-11 23:59:59 +02:00
Mark Banner 0304564ac7 Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13754

--HG--
extra : moz-landing-system : lando
2018-12-11 21:39:40 +00:00
Mark Banner e2234d6da6 Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13753

--HG--
extra : moz-landing-system : lando
2018-12-11 21:39:38 +00:00
Coroiu Cristina 94e921ee4b Merge inbound to mozilla-central a=merge 2018-12-11 23:32:04 +02:00
Csoregi Natalia 9e970681f2 Backed out 2 changesets (bug 1415483) for multiple failures e.g. on test_message_manager_ipc.html. CLOSED TREE
Backed out changeset d00748de66fc (bug 1415483)
Backed out changeset 8dea94258f54 (bug 1415483)
2018-12-11 19:30:57 +02:00
Alexandre Poirot 37fcc38aa4 Bug 1510949 - Make protocol.js support es6 classes for fronts. r=yulia
MozReview-Commit-ID: JegR2JsyNrI

Differential Revision: https://phabricator.services.mozilla.com/D13780

--HG--
extra : moz-landing-system : lando
2018-12-11 16:32:41 +00:00
Csoregi Natalia 354257650e Merge mozilla-central to autoland. CLOSED TREE 2018-12-11 18:29:02 +02:00
James Graham 46c73bd929 Bug 1512116 - Allow tab leaks for fetch and service-worker tests, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14081

--HG--
extra : moz-landing-system : lando
2018-12-11 14:46:32 +00:00
James Graham dd922b8413 Bug 1436244 - Allow 2000 bytes leaking on wpt mac, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D14080

--HG--
extra : moz-landing-system : lando
2018-12-11 14:47:00 +00:00
Mark Banner 1abdc8687f Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D13754

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:44 +00:00
Mark Banner 4d543888a6 Bug 1415483 - Extend reject-importGlobalProperties to reject any priviliged items already in scope. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13753

--HG--
extra : moz-landing-system : lando
2018-12-11 14:09:24 +00:00
Emilio Cobos Álvarez 6ade81cf51 Bug 1511625 - Restore the status quo before bug 1511324.
Pretty sure I saw the test pass on my try run, but oh well.
2018-12-11 14:57:31 +01:00
Brindusan Cristian aa91f31814 Backed out changeset 142c190bb67a (bug 1511625) for wpt failures in scroll-to-the-fragment-in-shadow-tree.html.ini. 2018-12-11 07:05:33 +02:00
Csoregi Natalia ea7eda334f Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-12-11 11:40:09 +02:00
Narcis Beleuzu 208387527a Merge mozilla-central to inbound. a=merge 2018-12-11 07:26:37 +02:00
Narcis Beleuzu 42c226c6b3 Backed out 131 changesets (bug 1483060, bug 1507325, bug 1509766, bug 1509173, bug 1447897, bug 1509859, bug 1510489, bug 1510196, bug 1507486, bug 1510315, bug 1510042, bug 1510645, bug 1508901, bug 1509857, bug 1509481, bug 1509201, bug 1509360, bug 1509204, bug 1503351, bug 1510303, bug 1510699, bug 1508488, bug 1510417, bug 1507258, bug 1507753, bug 1504428, bug 1509438, bug 1509436, bug 1509772, bug 1509773, bug 1509883, bug 1510638, bug 1508928, bug 1509526, bug 1510870, bug 1509506, bug 1509239, bug 1508871, bug 1487018, bug 1509130, bug 1509338, bug 1509611, bug 1509401, bug 1509335, bug 1509566, bug 1509243, bug 1510062, bug 1509419, bug 1510061, bug 1509612, bug 1511399, bug 1510373, bug 1509422, bug 1510170, bug 1510171, bug 1510172, bug 1507984, bug 1507775, bug 1509349, bug 1481585, bug 1507837, bug 1509343, bug 1509775, bug 1500160, bug 1509792, bug 1509790, bug 1509797, bug 1509602, bug 1509603, bug 1509517, bug 1510092, bug 1507797, bug 1510148, bug 1509564, bug 1510140, bug 1508914, bug 1509598, bug 1509312, bug 1509310, bug 1509351, bug 1509355, bug 1509463, bug 1509465, bug 1454984, bug 1509468, bug 1506701, bug 1509695, bug 1509694) for spidermokey bustages on bad-strategies.js
Backed out changeset fcd0236d7afa (bug 1511399)
Backed out changeset e57f1cff602f (bug 1509602)
Backed out changeset 0b691a965306 (bug 1509602)
Backed out changeset d615ea8e8dbe (bug 1510870)
Backed out changeset bea20d1644f8 (bug 1510638)
Backed out changeset 341d1454a719 (bug 1510645)
Backed out changeset 7c40a661e06a (bug 1510417)
Backed out changeset 55d7a32adf3e (bug 1510417)
Backed out changeset 4b81c4c2722a (bug 1510699)
Backed out changeset 885ff808ee3d (bug 1510489)
Backed out changeset 0bb7f3d61db2 (bug 1510489)
Backed out changeset 82a89d8cec98 (bug 1509401)
Backed out changeset 53bd5ece31e6 (bug 1509401)
Backed out changeset dabb54327a11 (bug 1509857)
Backed out changeset 71deaa0942d3 (bug 1509857)
Backed out changeset 453380fa9597 (bug 1507984)
Backed out changeset 6d7f837ccbe1 (bug 1507984)
Backed out changeset ed91c65bb17e (bug 1509517)
Backed out changeset e61986873e76 (bug 1509517)
Backed out changeset e17130d54efc (bug 1510148)
Backed out changeset 4d2ca6c4816d (bug 1504428)
Backed out changeset 737d0ec9198a (bug 1504428)
Backed out changeset 8b2dd9baa2e0 (bug 1509694)
Backed out changeset 763b81a477a9 (bug 1509694)
Backed out changeset f6b9756d68b0 (bug 1510061)
Backed out changeset 58b8d41e9b59 (bug 1510061)
Backed out changeset e43407fb6f9d (bug 1510092)
Backed out changeset 834b0fe4e318 (bug 1509173)
Backed out changeset df6134e0788a (bug 1509173)
Backed out changeset 76ee196e863f (bug 1510062)
Backed out changeset a507c55880c7 (bug 1510062)
Backed out changeset 4cf05d8ae51e (bug 1509338)
Backed out changeset ec683b020846 (bug 1510315)
Backed out changeset 22fc38b4cccb (bug 1510315)
Backed out changeset 260d4216ebba (bug 1510042)
Backed out changeset 197bb0764619 (bug 1510042)
Backed out changeset 0fa6f935ad10 (bug 1508901)
Backed out changeset 4fb8b50d7a66 (bug 1508901)
Backed out changeset 5a996f748395 (bug 1510373)
Backed out changeset 723db451649c (bug 1510373)
Backed out changeset e6d78f16bd73 (bug 1509859)
Backed out changeset af450646a969 (bug 1509859)
Backed out changeset fcc10971a6e8 (bug 1509419)
Backed out changeset 7721f268ee77 (bug 1510303)
Backed out changeset 310e74f987c1 (bug 1510171)
Backed out changeset bdd2149e1ba1 (bug 1510170)
Backed out changeset 6c08117876e6 (bug 1510196)
Backed out changeset 4cd63a9278f8 (bug 1509772)
Backed out changeset 9d01c22bac93 (bug 1510172)
Backed out changeset 74e263be28ce (bug 1510172)
Backed out changeset eaada8efafca (bug 1509797)
Backed out changeset a6ef4aa89f45 (bug 1454984)
Backed out changeset f49a14324463 (bug 1454984)
Backed out changeset 550d21e06e90 (bug 1510140)
Backed out changeset dd707cfbeb0e (bug 1507258)
Backed out changeset db69c8dd1e1b (bug 1507258)
Backed out changeset 4ee76bcc47a1 (bug 1509792)
Backed out changeset 050bf471d5cb (bug 1509792)
Backed out changeset deed5aad26b3 (bug 1481585)
Backed out changeset 7eea409daa8b (bug 1509201)
Backed out changeset 57aedf21b9c5 (bug 1509201)
Backed out changeset 39dc1e17f388 (bug 1509438)
Backed out changeset 35ab42d3626e (bug 1509438)
Backed out changeset 41e2805d6b57 (bug 1509790)
Backed out changeset 15eb57180700 (bug 1509790)
Backed out changeset a9a0fb79a2ca (bug 1509775)
Backed out changeset 3cee5ee7e89d (bug 1509775)
Backed out changeset bff634662787 (bug 1509766)
Backed out changeset 67220e78c452 (bug 1509766)
Backed out changeset cf1ab6cd9f83 (bug 1447897)
Backed out changeset 9dcd0dc42e79 (bug 1447897)
Backed out changeset 531f616d71b3 (bug 1508488)
Backed out changeset 2e460352f253 (bug 1508488)
Backed out changeset 051417f3d3f3 (bug 1509883)
Backed out changeset 8f1dd7944d50 (bug 1509773)
Backed out changeset 1261a407197b (bug 1509773)
Backed out changeset 950188672908 (bug 1487018)
Backed out changeset 3284125abf45 (bug 1487018)
Backed out changeset 724c1eeb7910 (bug 1509463)
Backed out changeset f9c3cf504b7a (bug 1509695)
Backed out changeset f1d03b49d1d6 (bug 1509465)
Backed out changeset b8c86bd9d68e (bug 1509612)
Backed out changeset 2d0334e10ba1 (bug 1509611)
Backed out changeset 155ddc13d7a0 (bug 1509468)
Backed out changeset 11dbd2833e02 (bug 1509598)
Backed out changeset ae1b488dbc16 (bug 1509130)
Backed out changeset 978c4475bce2 (bug 1509130)
Backed out changeset 77eab0952d9d (bug 1509603)
Backed out changeset 5a5ec2897605 (bug 1483060)
Backed out changeset c2f00da426ba (bug 1483060)
Backed out changeset 82dc402e581c (bug 1509310)
Backed out changeset 92c8c87dffcf (bug 1509422)
Backed out changeset fce061989f24 (bug 1509566)
Backed out changeset 70988c50685f (bug 1511399)
Backed out changeset a393d292ef04 (bug 1509564)
Backed out changeset 5f1fcc55c350 (bug 1503351)
Backed out changeset 9b073aa19f6a (bug 1503351)
Backed out changeset 9acf8f2e2e82 (bug 1507775)
Backed out changeset 456273bb9289 (bug 1507837)
Backed out changeset 9caf65060547 (bug 1509526)
Backed out changeset b5b09b2d8445 (bug 1509506)
Backed out changeset cde8bfd0dbc4 (bug 1509506)
Backed out changeset d31b1d91a876 (bug 1509481)
Backed out changeset b5a80f4677f2 (bug 1509436)
Backed out changeset a6e95027e177 (bug 1509436)
Backed out changeset 478bb0fcfa9a (bug 1507753)
Backed out changeset 6dec8a00622a (bug 1508928)
Backed out changeset a1cc7364d13d (bug 1508928)
Backed out changeset 088b74eab160 (bug 1506701)
Backed out changeset aef622ea3691 (bug 1507486)
Backed out changeset 9f864e965fbd (bug 1508914)
Backed out changeset b7f3db124039 (bug 1508914)
Backed out changeset dc5b16243cbf (bug 1509239)
Backed out changeset 1ae4e7035bb1 (bug 1509204)
Backed out changeset 39bc05c1887a (bug 1509204)
Backed out changeset 968beebda7f2 (bug 1507325)
Backed out changeset 36b10e4454a8 (bug 1507325)
Backed out changeset 5acde4c777eb (bug 1509343)
Backed out changeset fb53794d49e7 (bug 1509360)
Backed out changeset d75a74c29bb6 (bug 1509360)
Backed out changeset 876d71e94aa4 (bug 1508871)
Backed out changeset ec39d0b1ef49 (bug 1508871)
Backed out changeset b724eeef1f5e (bug 1509335)
Backed out changeset 7ac6bce2781d (bug 1507797)
Backed out changeset aa960526fb2d (bug 1509355)
Backed out changeset 4b33023c62f9 (bug 1500160)
Backed out changeset dd64bd9c8000 (bug 1509349)
Backed out changeset 8837efcf2f34 (bug 1509351)
Backed out changeset d07ad4e1e5c5 (bug 1509312)
Backed out changeset feff3cf9a249 (bug 1509312)
Backed out changeset 634d87030e9c (bug 1509243)
2018-12-11 06:40:50 +02:00
moz-wptsync-bot a901610004 Bug 1511399 - [wpt-sync] Update web-platform-tests to 7268cc55c89de22afe2823f20aa05b8cab6a66bd, a=testonly
wpt-head: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-type: landing
2018-12-11 03:02:35 +00:00
moz-wptsync-bot 47d825b2c8 Bug 1509602 [wpt PR 14216] - Update wpt metadata, a=testonly
wpt-pr: 14216
wpt-type: metadata
2018-12-11 03:02:34 +00:00
Mounir Lamouri b31c49e0fd Bug 1509602 [wpt PR 14216] - Media Capabilities: implement Blink shell of encrypted media support., a=testonly
Automatic update from web-platform-tests
Media Capabilities: implement Blink shell of encrypted media support.

This is adding the interface changes, the code checking for corectedness,
does type conversion and checks for the edge cases mentioned in spec.

This is also adding WPT.

Bug: 907909
Change-Id: Ieebe5b25202a403e50a09576ac283690c0f0ba55
Reviewed-on: https://chromium-review.googlesource.com/c/1348972
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611871}

--

wpt-commits: 7268cc55c89de22afe2823f20aa05b8cab6a66bd
wpt-pr: 14216
2018-12-11 03:02:34 +00:00
Fredrik Söderquist e89858ad1b Bug 1510870 [wpt PR 14284] - Disabled (empty) SVG shapes cannot be hit, a=testonly
Automatic update from web-platform-tests
Disabled (empty) SVG shapes cannot be hit

Disabled SVG shapes [1][2][3] should not be possible to hit since they
are considered "not rendered".

[1] https://svgwg.org/svg2-draft/shapes.html#RectElement
[2] https://svgwg.org/svg2-draft/shapes.html#CircleElement
[3] https://svgwg.org/svg2-draft/shapes.html#EllipseElement

Bug: 896641
Change-Id: I5fe530722a4d60ecd416cd68f06a7555bb6a520f
Reviewed-on: https://chromium-review.googlesource.com/c/1353983
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#611840}

--

wpt-commits: d021d847618deb4ed897aa25970ebc9838681d13
wpt-pr: 14284
2018-12-11 03:02:33 +00:00
autofoolip d0c6558af0 Bug 1510638 [wpt PR 14275] - Update interfaces/css-fonts.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-fonts.idl (#14275)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/css-fonts.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: fa478aee49d2d9bee362c456f7d70db47cdc921a
wpt-pr: 14275
2018-12-11 03:02:33 +00:00
autofoolip 138911f48a Bug 1510645 [wpt PR 14277] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#14277)

Source: https://github.com/tidoust/reffy-reports/blob/6f59720/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/460633569
--

wpt-commits: b608c953d49d3b0dc2c974034fff043c7e15b6dc
wpt-pr: 14277
2018-12-11 03:02:32 +00:00
moz-wptsync-bot e95c3e335c Bug 1510417 [wpt PR 14261] - Update wpt metadata, a=testonly
wpt-pr: 14261
wpt-type: metadata
2018-12-11 03:02:32 +00:00
Daniel Vogelheim 742cd63b4b Bug 1510417 [wpt PR 14261] - [Trusted Types] Prevent mutation of Trusted Types built-ins., a=testonly
Automatic update from web-platform-tests
[Trusted Types] Prevent mutation of Trusted Types built-ins.

Bug: 739170
Change-Id: Iafeabd00f6dde0c1ecf055a5f9f006059e43c9f7
Reviewed-on: https://chromium-review.googlesource.com/c/1346449
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611736}

--

wpt-commits: a19211f85d6aa4cf7a88f30833a800ccb24126c4
wpt-pr: 14261
2018-12-11 03:02:32 +00:00
Ned Nguyen 7b7ae410cf Bug 1510699 [wpt PR 14282] - Revert "Align resource timing buffer full processing to spec PR 168 (reland)", a=testonly
Automatic update from web-platform-tests
Revert "Align resource timing buffer full processing to spec PR 168 (reland)"

This reverts commit 6dd060768d1c1183e0d29e422a2213f106d98299.

Reason for revert: suspect causing  WebRtcDisableEncryptionFlagBrowserTest.VerifyEncryption to be flaky (FindIt's report)

BUG:chromium:909704

Original change's description:
> Align resource timing buffer full processing to spec PR 168 (reland)
>
> This change implements the processing model from PR 168[1], when
> it comes to setResourceTimingBufferSize(), clearResourceTimings()
> and the firing of the resourcetimingbufferfull event.
>
> This is a reland of
> https://chromium-review.googlesource.com/c/chromium/src/+/1345269
> (but with nicer tests).
>
> [1] https://github.com/w3c/resource-timing/pull/168
>
> Change-Id: I10431bfda7f79b484c7ee5c608bb8a360d905339
> Bug: 908181, 908414
> Reviewed-on: https://chromium-review.googlesource.com/c/1350950
> Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#611174}

TBR=npm@chromium.org,yoavweiss@chromium.org

Change-Id: Ia4bf26c6be1e7c4ae35b904bac25fe031f854604
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 908181, 908414
Reviewed-on: https://chromium-review.googlesource.com/c/1354123
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#611722}

--

wpt-commits: ec13cf1ca3abf13ae1004003e791fd9937be0b49
wpt-pr: 14282
2018-12-11 03:02:31 +00:00
moz-wptsync-bot ae3444b066 Bug 1510489 [wpt PR 14266] - Update wpt metadata, a=testonly
wpt-pr: 14266
wpt-type: metadata
2018-12-11 03:02:31 +00:00
Ali Juma 5aec04b6a0 Bug 1510489 [wpt PR 14266] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975 (#14266)

* WebKit export of https://bugs.webkit.org/show_bug.cgi?id=191975
* Intersection Observer: rootMargin: '' gives weird results
--

wpt-commits: 3be4e5e87f7272be103f897f32448d2e42c21b01
wpt-pr: 14266
2018-12-11 03:02:30 +00:00
moz-wptsync-bot 58d78f962b Bug 1509401 [wpt PR 14192] - Update wpt metadata, a=testonly
wpt-pr: 14192
wpt-type: metadata
2018-12-11 03:02:30 +00:00
Andy Paicu 7a5a177c56 Bug 1509401 [wpt PR 14192] - Add javascript navigations interop tests, a=testonly
Automatic update from web-platform-tests
Add javascript navigations interop tests

https://github.com/w3c/webappsec-csp/issues/322 raises an interop issue
It appears the issue itself has been fixed since but I've added these
tests regardless to ensure there is no regression.

Bug: 694525
Change-Id: Icb5502e228b3a96c176cbe23d5b4ce9c5c8640ab
Reviewed-on: https://chromium-review.googlesource.com/c/1348054
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611643}

--

wpt-commits: a82d43808d79ecd0074a4623fd69e3a7bb16c188
wpt-pr: 14192
2018-12-11 03:02:29 +00:00
moz-wptsync-bot 101ba2b530 Bug 1509857 [wpt PR 14233] - Update wpt metadata, a=testonly
wpt-pr: 14233
wpt-type: metadata
2018-12-11 03:02:29 +00:00
Andy Paicu efafe1c428 Bug 1509857 [wpt PR 14233] - Added srcdoc iframe inheritance test, a=testonly
Automatic update from web-platform-tests
Added srcdoc iframe inheritance test

Added a test for behavior around srcdoc iframes CSP inheritance.
This tests the current specified behavior of always inheriting the
parent CSP for srcdoc iframes.

Bug: 694525
Change-Id: I049ef8c5a9e75c052dc2767ea2d523f54cca497f
Reviewed-on: https://chromium-review.googlesource.com/c/1350889
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611638}

--

wpt-commits: ea0386308c52ade6f0c3f0ee6192cb201386e6d8
wpt-pr: 14233
2018-12-11 03:02:29 +00:00
moz-wptsync-bot ebfb5d9c38 Bug 1507984 [wpt PR 14099] - Update wpt metadata, a=testonly
wpt-pr: 14099
wpt-type: metadata
2018-12-11 03:02:28 +00:00
Fergal Daly f5db7ad503 Bug 1507984 [wpt PR 14099] - [css] Switch part attribute to a DOMTokenList, a=testonly
Automatic update from web-platform-tests
[css] Switch part attribute to a DOMTokenList

Adds tests for manipulating it via the attribute.

Renames PartNames() to Part() to match with part(), the API wrapper.

This uses the same IDL as classList.

Bug: 805271
Change-Id: I9715df48478510029f5d985124e46111c41cffc3
Reviewed-on: https://chromium-review.googlesource.com/c/1333014
Commit-Queue: Fergal Daly <fergal@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611570}

--

wpt-commits: 66710fe6fe1fccc5a4b096da62f3585452dd060c
wpt-pr: 14099
2018-12-11 03:02:28 +00:00
moz-wptsync-bot 4d840be5da Bug 1509517 [wpt PR 14205] - Update wpt metadata, a=testonly
wpt-pr: 14205
wpt-type: metadata
2018-12-11 03:02:27 +00:00
Marcos Cáceres 93ddc1c20c Bug 1509517 [wpt PR 14205] - Test PaymentMethodData data member is converted in constructor, a=testonly
Automatic update from web-platform-tests
Test PaymentMethodData data member is converted in constructor (#14205)

--

wpt-commits: 15d978ae5c4edd49f1ca20f26bc6272e5c319ab6
wpt-pr: 14205
2018-12-11 03:02:27 +00:00
Fergal Daly 49a56a9468 Bug 1510148 [wpt PR 14248] - Tidy layout tests for css-shadow-parts., a=testonly
Automatic update from web-platform-tests
Tidy layout tests for css-shadow-parts.

For consistency with https://crrev.com/c/1333014
- remove type="text/javascript"
- replace "var" with "const"

Change-Id: Ie809fa22763494fd6ca4b20112d4a3e6afdd1f0b
Reviewed-on: https://chromium-review.googlesource.com/c/1350431
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611511}

--

wpt-commits: f1546bdddd78f87333318d16a0b2cf9b3d1b3986
wpt-pr: 14248
2018-12-11 03:02:26 +00:00
moz-wptsync-bot 3c2f9ed558 Bug 1504428 [wpt PR 13883] - Update wpt metadata, a=testonly
wpt-pr: 13883
wpt-type: metadata
2018-12-11 03:02:26 +00:00
Jarryd 69a4169a56 Bug 1504428 [wpt PR 13883] - Quota: Send usage details in return value of estimate()., a=testonly
Automatic update from web-platform-tests
Quota: Send usage details in return value of estimate().

Change-Id: I85fd510b4245f966e32340b9d433f7d9b96b3810
Bug: 904000
Reviewed-on: https://chromium-review.googlesource.com/c/1303041
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611491}

--

wpt-commits: 9c2bea6dac36e36ba1f489d10c2be42160d8f34f
wpt-pr: 13883
2018-12-11 03:02:26 +00:00
moz-wptsync-bot 648dd53baf Bug 1509694 [wpt PR 14223] - Update wpt metadata, a=testonly
wpt-pr: 14223
wpt-type: metadata
2018-12-11 03:02:25 +00:00
Eric Willigers 1630eff3d1 Bug 1509694 [wpt PR 14223] - SVG: clamp *-opacity computed value to [0,1], a=testonly
Automatic update from web-platform-tests
SVG: clamp *-opacity computed value to [0,1]

https://svgwg.org/svg2-draft/painting.html#FillOpacity
https://svgwg.org/svg2-draft/painting.html#StrokeOpacity
https://drafts.fxtf.org/filter-effects/#FloodOpacityProperty
Computed value:	the specified value converted to a number, clamped to the range [0,1]

BUG=908058

Change-Id: I2cb10017c1a42eb991af9ae31c03895847d7f52b
Reviewed-on: https://chromium-review.googlesource.com/c/1350369
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611431}

--

wpt-commits: 2bdb49ee3f29c3ae998b19494263147a41ad1eb5
wpt-pr: 14223
2018-12-11 03:02:25 +00:00
moz-wptsync-bot dbaf9e9d3b Bug 1510061 [wpt PR 14240] - Update wpt metadata, a=testonly
wpt-pr: 14240
wpt-type: metadata
2018-12-11 03:02:24 +00:00
Eric Willigers 37752a83dc Bug 1510061 [wpt PR 14240] - CSS: WPTs for Positioned Layout parsing, a=testonly
Automatic update from web-platform-tests
CSS: WPTs for Positioned Layout parsing

Test parsing and computed value for
https://drafts.csswg.org/css-position/

- bottom left right top
- position
- z-index
- inset-after inset-before inset-end inset-start (not currently implemented)

Change-Id: I586271fe584fadb19e5683a2781c32142fd9001a
Reviewed-on: https://chromium-review.googlesource.com/c/1350409
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611349}

--

wpt-commits: 09972ca7bd566c05f4451b5dda4678e28850a563
wpt-pr: 14240
2018-12-11 03:02:24 +00:00
Eric Willigers 1d986e2bf1 Bug 1510092 [wpt PR 14243] - CSS: Serialize contain keywords in canonical order, a=testonly
Automatic update from web-platform-tests
CSS: Serialize contain keywords in canonical order

Keywords size, layout, style, paint now serialize in that order
for the 'contain' property.
https://drafts.csswg.org/css-contain/#contain-property

Bug: 908353
Change-Id: Ifde635f2d313add887dd43a0a0d98249e45bff4b
Reviewed-on: https://chromium-review.googlesource.com/c/1350562
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611270}

--

wpt-commits: 73507a79fcbaa6cae8b0373fd1133546d71a1678
wpt-pr: 14243
2018-12-11 03:02:23 +00:00
moz-wptsync-bot 3b9f7a1f2c Bug 1509173 [wpt PR 14170] - Update wpt metadata, a=testonly
wpt-pr: 14170
wpt-type: metadata
2018-12-11 03:02:23 +00:00
Philipp Hancke 7a1bbe99fa Bug 1509173 [wpt PR 14170] - webrtc-wpt: use addTrack(track, stream) to increase firefox compat, a=testonly
Automatic update from web-platform-tests
webrtc-wpt: use addTrack(track, stream) to increase firefox compat

Firefox does not support addTrack(track). Add a track whereever it makes sense.
The addTrack tests itself might rightfully use this.

The following grep shows most affected places:
  git grep addTrack *.html | grep -v , | grep -v "\.\.\."

Bug: None
Change-Id: Ib225e6d51184c3ccc446ccf93447e2ac7be080c3
Reviewed-on: https://chromium-review.googlesource.com/c/1346394
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#611262}

--

wpt-commits: 641ad0bf0df17b0f422642afa6019a594ef8d0e8
wpt-pr: 14170
2018-12-11 03:02:23 +00:00
moz-wptsync-bot 436653f6a1 Bug 1510062 [wpt PR 14241] - Update wpt metadata, a=testonly
wpt-pr: 14241
wpt-type: metadata
2018-12-11 03:02:22 +00:00
Eric Willigers 0f356b8c94 Bug 1510062 [wpt PR 14241] - CSS: WPTs for CSS Fragmentation parsing, a=testonly
Automatic update from web-platform-tests
CSS: WPTs for CSS Fragmentation parsing

Test parsing, serialiation and computed values for properties defined
in CSS Fragmentation Module Level 3
https://drafts.csswg.org/css-break/

Blink has expected failures for keywords relating to CSS Regions.

Change-Id: Ie5a930ba2d805c7bd45aa84c293bc8ff5922da98
Reviewed-on: https://chromium-review.googlesource.com/c/1351190
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611257}

--

wpt-commits: 0c4e091a927fad0091080926e02c8725add704b6
wpt-pr: 14241
2018-12-11 03:02:22 +00:00
Eric Willigers 72f4ea42d9 Bug 1509338 [wpt PR 14184] - [selectors] :defined CSS selector, a=testonly
Automatic update from web-platform-tests
[selectors] :defined CSS selector

The :defined pseudo-class must match any element that is defined.
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-defined

The selector is being added to
[CSS Selectors Level 4](https://drafts.csswg.org/selectors/)
https://github.com/w3c/csswg-drafts/issues/2258#issuecomment-440756225

--
Merge pull request #14184 from ewilligers/defined-selector

[selectors] :defined CSS selector
--

wpt-commits: 92a561a3121a1831214a7b9f47931904ae3df5e7, b107846c443a49e7743185bb84eb43ab628e22dc
wpt-pr: 14184
2018-12-11 03:02:21 +00:00
moz-wptsync-bot c00daf40ca Bug 1510315 [wpt PR 14259] - Update wpt metadata, a=testonly
wpt-pr: 14259
wpt-type: metadata
2018-12-11 03:02:21 +00:00
Eric Willigers e2921452c4 Bug 1510315 [wpt PR 14259] - [css-multicol] property parsing, computed values, a=testonly
Automatic update from web-platform-tests
[css-multicol] property parsing, computed values (#14259)

Test that CSS Multi-column Layout properties parse exactly the grammar
specified in the spec.
https://drafts.csswg.org/css-multicol/

Test that computed values are as specified, with lengths made absolute.
--

wpt-commits: fa234f78976ca7abea803fceb3eb53ad3a8603d2
wpt-pr: 14259
2018-12-11 03:02:20 +00:00
moz-wptsync-bot 4d2295f922 Bug 1510042 [wpt PR 14239] - Update wpt metadata, a=testonly
wpt-pr: 14239
wpt-type: metadata
2018-12-11 03:02:20 +00:00
Seth Hampson 859fc1665d Bug 1510042 [wpt PR 14239] - Adding tests for RTCQuicStream., a=testonly
Automatic update from web-platform-tests
Adding tests for RTCQuicStream.

Bug: 874296
Change-Id: I33e79a0641e38b420a23d0ff42933cd26bc0b368
Reviewed-on: https://chromium-review.googlesource.com/c/1341153
Commit-Queue: Seth Hampson <shampson@chromium.org>
Reviewed-by: Steve Anton <steveanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611242}

--

wpt-commits: d68d67d05380a3427ec36de058c26b280351e826
wpt-pr: 14239
2018-12-11 03:02:20 +00:00
moz-wptsync-bot 34c5b81b1f Bug 1508901 [wpt PR 14151] - Update wpt metadata, a=testonly
wpt-pr: 14151
wpt-type: metadata
2018-12-11 03:02:19 +00:00
Hiroki Nakagawa 63982d5d33 Bug 1508901 [wpt PR 14151] - Worker: Add referrer policy tests for shared workers, a=testonly
Automatic update from web-platform-tests
Worker: Add referrer policy tests for shared workers

I manually changed only following files:

 - external/wpt/referrer-policy/generic/common.js
 - external/wpt/referrer-policy/generic/referrer-policy-test-case.js
 - external/wpt/referrer-policy/generic/subresource/shared-worker.py
 - external/wpt/referrer-policy/generic/template/shared-worker.js.template
 - external/wpt/referrer-policy/spec.src.json
 - TestExpectations

Others were auto-generated.

Bug: 835717, 906959
Change-Id: Ib0a84710fe94ba0893d9609bb708a3f5e8fd4091
Reviewed-on: https://chromium-review.googlesource.com/c/1343582
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611192}

--

wpt-commits: afed5465220afa36c6f66d79f31c1b4ff770efb7
wpt-pr: 14151
2018-12-11 03:02:19 +00:00
moz-wptsync-bot 653081157e Bug 1510373 [wpt PR 14264] - Update wpt metadata, a=testonly
wpt-pr: 14264
wpt-type: metadata
2018-12-11 03:02:18 +00:00
L. David Baron 4fed926c4f Bug 1510373 [wpt PR 14264] - Sync Mozilla CSS tests as of 2018-11-27, a=testonly
Automatic update from web-platform-tests
Sync Mozilla CSS tests as of https://hg.mozilla.org/mozilla-central/rev/ce39a152428a7f8ba5a4c82455dcf501c76c031b . (#14264)

This contains changes from [bug 1507663](https://bugzilla.mozilla.org/show_bug.cgi?id=1507663) by @dholbert, reviewed by @aethanyc.
--

wpt-commits: f8f28ee94f5bfddcb003d61e331964e57e551ecf
wpt-pr: 14264
2018-12-11 03:02:18 +00:00
moz-wptsync-bot 30ac7040ea Bug 1509859 [wpt PR 14234] - Update wpt metadata, a=testonly
wpt-pr: 14234
wpt-type: metadata
2018-12-11 03:02:17 +00:00
Yoav Weiss 81475a7768 Bug 1509859 [wpt PR 14234] - Align resource timing buffer full processing to spec PR 168 (reland), a=testonly
Automatic update from web-platform-tests
Align resource timing buffer full processing to spec PR 168 (reland)

This change implements the processing model from PR 168[1], when
it comes to setResourceTimingBufferSize(), clearResourceTimings()
and the firing of the resourcetimingbufferfull event.

This is a reland of
https://chromium-review.googlesource.com/c/chromium/src/+/1345269
(but with nicer tests).

[1] https://github.com/w3c/resource-timing/pull/168

Change-Id: I10431bfda7f79b484c7ee5c608bb8a360d905339
Bug: 908181, 908414
Reviewed-on: https://chromium-review.googlesource.com/c/1350950
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611174}

--

wpt-commits: cccb52680a601f4de432124092c808e91fad8a15
wpt-pr: 14234
2018-12-11 03:02:17 +00:00
Adam Rice 5dc8b08c41 Bug 1509419 [wpt PR 14193] - ReadableStream: modify tests for pipeThrough() having a brand check, a=testonly
Automatic update from web-platform-tests
ReadableStream: modify tests for pipeThrough() having a brand check (#14193)

Remove tests that ReadableStream.prototype.pipeThrough operates
generically on its arguments. Add tests that it performs brand checks on
|this|, |readable| and |writable|, and throws for other precondition
failures.

Also verify that it *doesn't* call pipeTo().

Also verify that preventClose, preventCancel and preventAbort work,
since we can no longer test that it passes through to pipeTo().

Also change the expected length of the function from 2 to 1 to reflect
that the options argument is optional.

Corresponding standard changes are at
https://github.com/whatwg/streams/pull/966.

--

wpt-commits: 4606e75ca8cd69830223f02e0fbd46fc160f431f
wpt-pr: 14193
2018-12-11 03:02:17 +00:00
Emilio Cobos Álvarez 0a9030b63f Bug 1510303 [wpt PR 14258] - [css-text] Add a reftest for crbug.com/906369 / webkit.org/b/191807., a=testonly
Automatic update from web-platform-tests
[css-text] Add a reftest for crbug.com/906369 / webkit.org/b/191807.

--
Merge pull request #14258 from emilio/crbug-906369

[css-text] Add a reftest for crbug.com/906369 / webkit.org/b/191807.
--

wpt-commits: 5ed4cef548151a3d955dec7fdf219048f3253c76, 1ae4033083ad1193afa27f3e689846c46805649d
wpt-pr: 14258
2018-12-11 03:02:16 +00:00