Commit Graph

601596 Commits

Author SHA1 Message Date
moz-wptsync-bot
196080daef Bug 1467708 [wpt PR 9301] - Update wpt metadata, a=testonly
wpt-pr: 9301
wpt-type: metadata
2018-06-27 16:19:35 -07:00
Wanming Lin
ed7fac1b1d Bug 1467708 [wpt PR 9301] - Create permissions test suite with IDL tests, a=testonly
Automatic update from web-platform-testsCreate permissions test suite with IDL tests (#9301)

--

wpt-commits: 5133c54714fe33a25e7182ba04cb73156ca4abdb
wpt-pr: 9301
2018-06-27 16:19:33 -07:00
Aleks Totic
f5c1412f1f Bug 1467579 [wpt PR 11387] - Use correctly sized images in flexbox tests, a=testonly
Automatic update from web-platform-testsUse correctly sized images in flexbox tests

Bug: 467127
Change-Id: I4176cb0e4216ced9434c5c84832df6d6a5cd37d3
Reviewed-on: https://chromium-review.googlesource.com/1089205
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565090}

--

wpt-commits: 087ee437dd3524d62a3375e5884094b4e9cba75e
wpt-pr: 11387
2018-06-27 16:19:30 -07:00
Luke Bjerring
5886df5067 Bug 1467661 [wpt PR 11393] - Revert #9854, a=testonly
Automatic update from web-platform-testsRevert #9854 (#11393)

--

wpt-commits: 6e066fd7f0c731b7718cf48b1653abb950f70684
wpt-pr: 11393
2018-06-27 16:19:27 -07:00
Fadi Meawad
bab890070b Bug 1467618 [wpt PR 11390] - [PageLifecycle] Fix WPT test by hiding the page before freezing, a=testonly
Automatic update from web-platform-tests[PageLifecycle] Fix WPT test by hiding the page before freezing

Freezing can only work on hidden pages, currently there is no easy way
in webdriver that allows us to hide the page.

A new webdriver API is in the works to enable that, but meanwhile, for
all testing API, we have to couple hiding with freezing.

This CL does that and reenables the test with Network Service.

Bug: 837709, 848604
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ib5c513aefb219cef38a563be81fe8abf4b354051
Reviewed-on: https://chromium-review.googlesource.com/1089354
Commit-Queue: Fadi Meawad <fmeawad@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565031}

--

wpt-commits: 8121170bf45471a35105d12f6bf8a070216d1db6
wpt-pr: 11390
2018-06-27 16:19:24 -07:00
moz-wptsync-bot
fa12bc0ce8 Bug 1464976 [wpt PR 11214] - Update wpt metadata, a=testonly
wpt-pr: 11214
wpt-type: metadata
2018-06-27 16:19:21 -07:00
Alice Boxhall
e24e358c6f Bug 1464976 [wpt PR 11214] - Make focus-visible match on keypress, a=testonly
Automatic update from web-platform-testsMake focus-visible match on keypress

Change-Id: I7f467623d5476f717d73aeeaecdc69399c6b65f5
Reviewed-on: https://chromium-review.googlesource.com/1074584
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Reviewed-by: Jonathon Kereliuk <kereliuk@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564977}

--

wpt-commits: 5684f56efc3341a7f6931c852f0f260eae392cb8
wpt-pr: 11214
2018-06-27 16:19:19 -07:00
Geoffrey Sneddon
96d889dfdf Bug 1467571 [wpt PR 11385] - Make manifest's parsers quicker, a=testonly
Automatic update from web-platform-testsPass useChardet=False for HTML files in SourceFile

When chardet is installed, this makes the no-manifest case 7% faster.

--
Try the built-in XMLParser and then fallback to ours

While this means in the worst-case we parse almost the entire file
twice (when there's an entity at the end), the more common case is an
unsupported encoding (which, of course, is at the start), and the most
common case is never falling back. In the no-manifest case, this is
22% faster.

--

wpt-commits: 31a95315daf06dcaff2034692358e76662c2cdc7, b7cc2f1eb7b29fa75a3e0baaf672a9d03372d17a
wpt-pr: 11385
2018-06-27 16:19:16 -07:00
Geoffrey Sneddon
afc7cc9300 Bug 1467516 [wpt PR 11380] - Update html5lib and six, a=testonly
Automatic update from web-platform-testsFix #7200: Update vendored html5lib to 1.0.1

This adds webencodings as another vendored package, and moves both to
third_party (part of #10922).

--
Fix #10922: move six into third_party and update to 1.11

--

wpt-commits: efdb898172298b29a50c2e39cd40ac191ee8b383, 7cd0b885a529734ef71afd3254df48f57f255512
wpt-pr: 11380


--HG--
rename : testing/web-platform/tests/tools/html5lib/.gitmodules => testing/web-platform/tests/tools/third_party/html5lib/.gitmodules
rename : testing/web-platform/tests/tools/html5lib/CONTRIBUTING.rst => testing/web-platform/tests/tools/third_party/html5lib/CONTRIBUTING.rst
rename : testing/web-platform/tests/tools/html5lib/LICENSE => testing/web-platform/tests/tools/third_party/html5lib/LICENSE
rename : testing/web-platform/tests/tools/html5lib/doc/Makefile => testing/web-platform/tests/tools/third_party/html5lib/doc/Makefile
rename : testing/web-platform/tests/tools/html5lib/doc/changes.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/changes.rst
rename : testing/web-platform/tests/tools/html5lib/doc/license.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/license.rst
rename : testing/web-platform/tests/tools/html5lib/doc/make.bat => testing/web-platform/tests/tools/third_party/html5lib/doc/make.bat
rename : testing/web-platform/tests/tools/html5lib/doc/modules.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/modules.rst
rename : testing/web-platform/tests/tools/html5lib/html5lib/trie/datrie.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/datrie.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/trie/py.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/py.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/filters/_base.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/base.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/__init__.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/__init__.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/tokenizertotree.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/tokenizertotree.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/us-ascii.html => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/us-ascii.html
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/utf-8-bom.html => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/utf-8-bom.html
rename : testing/web-platform/tests/tools/six/MANIFEST.in => testing/web-platform/tests/tools/third_party/six/MANIFEST.in
rename : testing/web-platform/tests/tools/six/documentation/Makefile => testing/web-platform/tests/tools/third_party/six/documentation/Makefile
rename : testing/web-platform/tests/tools/html5lib/requirements.txt => testing/web-platform/tests/tools/third_party/six/six.egg-info/top_level.txt
2018-06-27 16:19:15 -07:00
Florian Rivoal
c4c088dfc2 Bug 1467060 [wpt PR 11365] - Mention the need to setup the web server in the github tutorial, a=testonly
Automatic update from web-platform-testsMerge pull request #11365 from frivoal/git-doc-serve

Mention the need to setup the web server in the github tutorial
--

wpt-commits: c7c54d3d4b15377d05cf7650e156b9c7e0ce103d
wpt-pr: 11365
2018-06-27 16:19:12 -07:00
Florian Rivoal
8cfad8b075 Bug 1467079 [wpt PR 11366] - [css-text-3] Add test for intrinsic sizing and overflow-wrap, a=testonly
Automatic update from web-platform-testsMerge pull request #11366 from frivoal/css-text-2682

[css-text-3] Add test for intrinsic sizing and overflow-wrap
--

wpt-commits: e89577697adb828fcdad54d27a15524dd125149d
wpt-pr: 11366
2018-06-27 16:19:09 -07:00
Luke Bjerring
14b25a8dd5 Bug 1468799 [wpt PR 9854] - Update the webusb IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webusb IDL file (#9854)

--

wpt-commits: f110c505f6480ef8098b8ef5f4da339763c39486
wpt-pr: 9854
2018-06-27 16:19:07 -07:00
moz-wptsync-bot
6b8c8d1b96 Bug 1467351 [wpt PR 11374] - Update wpt metadata, a=testonly
wpt-pr: 11374
wpt-type: metadata
2018-06-27 16:19:04 -07:00
Manuel Rego Casasnovas
8e67f7e06e Bug 1467351 [wpt PR 11374] - [css-contain] Layout containment overflowing contents as ink overflow, a=testonly
Automatic update from web-platform-tests[css-contain] Layout containment overflowing contents as ink overflow

Text form the spec
(https://drafts.csswg.org/css-contain/#containment-layout):
  "If the contents of the element overflow the element,
  they must be treated as ink overflow."

The patch modifies LayoutBox::LayoutOverflowRectForPropagation()
so the overflowing contents of an element with "contain: layout"
are treated as ink overflow. That way they don't interfere at all
in the layout of its ancestors.

BUG=843320
TEST=external/wpt/css/css-contain/contain-layout-015.html

Change-Id: Iedd47edf46a0e4ce0e4102abe5881d25771fe0fa
Reviewed-on: https://chromium-review.googlesource.com/1087462
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#564826}

--

wpt-commits: 892738fabee6bc4c7e720177f45e295fcb981b8d
wpt-pr: 11374
2018-06-27 16:19:02 -07:00
moz-wptsync-bot
4a396cbdba Bug 1467310 [wpt PR 11369] - Update wpt metadata, a=testonly
wpt-pr: 11369
wpt-type: metadata
2018-06-27 16:19:00 -07:00
Hiroki Nakagawa
5dcf2ead36 Bug 1467310 [wpt PR 11369] - Worker: Add referrer tests for ES Modules on dedicated workers, a=testonly
Automatic update from web-platform-testsWorker: Add referrer tests for ES Modules on dedicated workers

Referrer handling spans multiple algorithms in multiple specs, so I leave only
the entry points of them.

For top-level module script loading and static imports, referrer is determined
based on the "outside settings":

  "Fetch a module worker script graph given url, outside settings, destination,
  the value of the credentials member of options, and inside settings."

https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model

For dynamic imports, referrer is determined based on the "referencing script's
settings object". In this case, it's "inside settings":

  Step 2.4: "Fetch a module script graph given url, referencing script's settings object,
  "script", and options. Wait until the algorithm asynchronously completes with
  result."

https://html.spec.whatwg.org/multipage/webappapis.html#hostimportmoduledynamically(referencingscriptormodule,-specifier,-promisecapability)

These tests are still failing. Subsequent CLs will fix them.

Bug: 842553
Change-Id: I3855b91c7e6ba93f5c99fb63b24b6274e6b43211
Reviewed-on: https://chromium-review.googlesource.com/1088339
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564811}

--

wpt-commits: 4b4c626fc8602d1d06680a7d298789708fae5cd3
wpt-pr: 11369
2018-06-27 16:18:58 -07:00
Josh Matthews
7abe6d6233 Bug 1466116 [wpt PR 11299] - Ensure that Config's set of ports is generated atomically., a=testonly
Automatic update from web-platform-testsEnsure that Config's set of ports is generated atomically. (#11299)

--

wpt-commits: 7018426026884a23def559fc0528fd1f338d4679
wpt-pr: 11299
2018-06-27 16:18:56 -07:00
Frédéric Wang
387eff6938 Bug 1466798 [wpt PR 11350] - Add "Do not edit" warning to all HTML pages., a=testonly
Automatic update from web-platform-testsAdd "Do not edit" warning to all HTML pages.

This aligns with the woff2-tests generator:
https://github.com/w3c/woff2-tests/pull/12
https://github.com/w3c/woff2-tests/pull/14

--

wpt-commits: f1ec951afe5f669559a6d7a39e055b5716c65812
wpt-pr: 11350
2018-06-27 16:18:54 -07:00
Matt Falkenhagen
b3751b2de6 Bug 1467168 [wpt PR 11358] - Make fetch-event.https.html faster., a=testonly
Automatic update from web-platform-testsMake fetch-event.https.html faster.

It was registering a service worker for each test case, and had a lot
of test cases.

This changes the file to register a single service worker at the
beginning, and unregister it at the end.

Bug: 847787
Change-Id: Ic2536824a3c57e86bb5e042287e9e62e6222ad9a
Reviewed-on: https://chromium-review.googlesource.com/1087188
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564770}

--

wpt-commits: d3f16722cc61d5e606e82f84c03e6c344d70b4ba
wpt-pr: 11358
2018-06-27 16:18:51 -07:00
moz-wptsync-bot
0f532738cf Bug 1466075 [wpt PR 11291] - Update wpt metadata, a=testonly
wpt-pr: 11291
wpt-type: metadata
2018-06-27 16:18:48 -07:00
Jake Archibald
3061090bf4 Bug 1466075 [wpt PR 11291] - Test identity encoding for range requests, a=testonly
Automatic update from web-platform-testsFetch: test identity encoding for range requests

For https://github.com/whatwg/fetch/pull/751.
--

wpt-commits: 1421a4a976d4d8263bde4864a1ce412eba106d39
wpt-pr: 11291
2018-06-27 16:18:47 -07:00
moz-wptsync-bot
f873bcc431 Bug 1466970 [wpt PR 11359] - Update wpt metadata, a=testonly
wpt-pr: 11359
wpt-type: metadata
2018-06-27 16:18:44 -07:00
Manuel Rego Casasnovas
fd255d0449 Bug 1466970 [wpt PR 11359] - [css-contain] Disable layout containment for certain elements, a=testonly
Automatic update from web-platform-tests[css-contain] Disable layout containment for certain elements

Text from the spec
(https://drafts.csswg.org/css-contain/#containment-layout):
  "... if the element is an internal table element other than
  display: table-cell, or if the element is an internal ruby element,
  or if the element’s principal box is a non-atomic inline-level box,
  layout containment has no effect."

The patch disables "contain: layout" for internal table elements
but table cells, internal ruby elements and
non-atomic inline-level boxes.

Some of the new tests pass or fail incidentally due to crbug.com/785212,
once that's fixed all the tests should be working as expected.

BUG=843329
TEST=external/wpt/css/css-contain/contain-layout-008.html
TEST=external/wpt/css/css-contain/contain-layout-009.html
TEST=external/wpt/css/css-contain/contain-layout-010.html
TEST=external/wpt/css/css-contain/contain-layout-011.html
TEST=external/wpt/css/css-contain/contain-layout-012.html
TEST=external/wpt/css/css-contain/contain-layout-013.html
TEST=external/wpt/css/css-contain/contain-layout-014.html

Change-Id: I5f0893a9ce69dc8e76cf16acb1b8556bf0e02adf
Reviewed-on: https://chromium-review.googlesource.com/1087268
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#564631}

--

wpt-commits: c0fbd59769588391d78838086bd02ad394301655
wpt-pr: 11359
2018-06-27 16:18:42 -07:00
Raymond Toy
8d4304ee0e Bug 1466968 [wpt PR 11360] - Reland "WaveShaper must output non-zero values even if input is silent", a=testonly
Automatic update from web-platform-testsReland "WaveShaper must output non-zero values even if input is silent"

This is a reland of 325b492fe733ba4c8b2128069a0a232fea1789e3

Initialize tail_time_ in constructor so we don't have uninitialized
variable.

Original change's description:
> WaveShaper must output non-zero values even if input is silent
>
> If the curve for the WaveShaperNode is such that a zero input produces
> a non-zero output, the WaveShaperNode needs to output that value even
> if the input is silent (or disconnected).
>
> Do this by setting the tail time of the processor to 0 or infinity
> depending on whether the curve specifies an output value of zero or
> not, respectively.
>
> Bug: 807301
> Test: WaveShaper/silent-inputs.html
> Change-Id: I6539d2e00f5d3e624ffaf2810944eb6d53d6f84b
> Reviewed-on: https://chromium-review.googlesource.com/896266
> Commit-Queue: Raymond Toy <rtoy@chromium.org>
> Reviewed-by: Hongchan Choi <hongchan@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#564186}

Bug: 807301
Change-Id: I866c5b303b40c1245d86daf43c592eed39d6a9c9
Reviewed-on: https://chromium-review.googlesource.com/1087427
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564630}

--

wpt-commits: 57285cd910b61105ec3b6b8a49d8e875ff8dec69
wpt-pr: 11360
2018-06-27 16:18:40 -07:00
Aleks Totic
53df2fdf6b Bug 1466731 [wpt PR 11337] - [LayoutNG] Fix flex BODY in quirks mode, a=testonly
Automatic update from web-platform-tests[LayoutNG] Fix flex BODY in quirks mode

We were not updating margins correctly inside NGBlockNode::RunOldLayout.
Symptom was that BODY(flex) block size was too big when HTML had margins
inside quirks mode.

Another side effect of this fix is two crashes have gone away.

Added explicit test case for BODY(flex) in quirks mode.

Bug: 849490
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Id0ce0910144c81fc254646110424f36c898f9ebd
Reviewed-on: https://chromium-review.googlesource.com/1086381
Commit-Queue: Aleks Totic <atotic@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564629}

--

wpt-commits: 8bafc093504c38befdb4e63d9d1d1dcee9bf81e4
wpt-pr: 11337
2018-06-27 16:18:37 -07:00
Simon Pieters
66c5622b0f Bug 1466079 [wpt PR 11292] - Fix bugs in split-up encoding tests, a=testonly
Automatic update from web-platform-testsFix bugs in split-up encoding tests

Bugs were introduced in d6c29bef8d4bcdfe4f689defca73360b07647d71

* Some script paths were wrong
* A big5 test referenced eucjpEncoder instead of big5Encoder
* That big5 test also referenced encode-form-common.js instead of
  encode-href-common.js

Fixes #11015.

Also add code to generate variants.
--

wpt-commits: 5e0fea392c570e81ec7932466ac4c142ff83606d
wpt-pr: 11292
2018-06-27 16:18:34 -07:00
Chris Lilley
d034cdd77d Bug 1466522 [wpt PR 11326] - WOFF2: Sync up available-* tests against https://github.com/w3c/woff2-tests, a=testonly
Automatic update from web-platform-testsMerge pull request #11326 from web-platform-tests/woff2-sync-up-available

WOFF2: Sync up available-* tests against https://github.com/w3c/woff2-tests
--

wpt-commits: a7683a8516a1af5b4047a4bbaef7aaba575ad774
wpt-pr: 11326
2018-06-27 16:18:32 -07:00
moz-wptsync-bot
6643098e24 Bug 1466300 [wpt PR 11313] - Update wpt metadata, a=testonly
wpt-pr: 11313
wpt-type: metadata
2018-06-27 16:18:29 -07:00
Chris Lilley
95af97e7ef Bug 1466300 [wpt PR 11313] - Sync up tests against https://github.com/w3c/woff2-tests, a=testonly
Automatic update from web-platform-testsMerge pull request #11313 from web-platform-tests/woff2-sync-up

Sync up tests against https://github.com/w3c/woff2-tests
--

wpt-commits: 40ff5f965fd8dfaaf426d2037632bb997fc91c3d
wpt-pr: 11313
2018-06-27 16:18:27 -07:00
Manuel Rego Casasnovas
2a4d609dad Bug 1466506 [wpt PR 11324] - Add test for logical box model longhand properties, a=testonly
Automatic update from web-platform-testsMerge pull request #11324 from Loirooriol/css-logical-longhands

Add test for logical box model longhand properties
--

wpt-commits: 096cc8f668deca283a93e19b73dcf21fd8cf75b8
wpt-pr: 11324
2018-06-27 16:18:25 -07:00
Dominic Farolino
7bc8767a51 Bug 1437740 [wpt PR 9488] - Add tests that deal with applying number format specifiers on Symbols, a=testonly
Automatic update from web-platform-testsAdd tests that deal with applying number format specifiers on Symbols

--

wpt-commits: a21cb02941464102abb91349b732f0864a2d2586
wpt-pr: 9488
2018-06-27 16:18:22 -07:00
Luke Bjerring
971890965b Bug 1464861 [wpt PR 11192] - Auto-update the payment-request IDL, a=testonly
Automatic update from web-platform-testsAuto-update the payment-request IDL

--

wpt-commits: e8fb48bf865db29f2984e4d6f75c1bb9f06df63a
wpt-pr: 11192
2018-06-27 16:18:19 -07:00
Geoffrey Sneddon
7d95600af0 Bug 1461365 [wpt PR 10988] - stability/verify unification, a=testonly
Automatic update from web-platform-testsMake check_stability.py use the --verify code

Note this doesn't yet address #9874, as it currently only runs the
repeat_restart mode of --verify (as it did previously).

--
Fix #10921: make --stability use the same code as --verify

--
Make --verify-log-full not override log level

--

wpt-commits: 38809cb9636e65d9083453c2400024f567c7f687, 5bd42c170ce485e9f26eeac3a1f0b919d0fa3106, d564a348a73af817ff565814ebf522ca5991aa55
wpt-pr: 10988
2018-06-27 16:18:16 -07:00
Simon Pieters
9c45ae1b20 Bug 1466796 [wpt PR 11348] - Make IndexedDB/support.js work in workers, a=testonly
Automatic update from web-platform-testsMake IndexedDB/support.js work in workers

This should fix the test
html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.worker.html

Part of #11269.

--

wpt-commits: 60a937de7bd20eb1890893a48423a79b096866d8
wpt-pr: 11348
2018-06-27 16:18:15 -07:00
David H
40c42db235 Bug 1466823 [wpt PR 11354] - #11343 - Redirect POST requests using .py resource, a=testonly
Automatic update from web-platform-testsRedirect POST requests using .py resource

Part of #11269.

Also see #11343.
--

wpt-commits: ec9ffb132d24fa16088b90db12a65509b72ef826
wpt-pr: 11354
2018-06-27 16:18:12 -07:00
Geoffrey Sneddon
a21f22d3fa Bug 1450172 [wpt PR 10250] - Test for used column-count when column-count/width are not auto, a=testonly
Automatic update from web-platform-testsTest for used column-count when column-count/width are not auto (#10250)

--

wpt-commits: 8b089cb6cebe9c83a471e5cfb10a1570dad65ed4
wpt-pr: 10250
2018-06-27 16:18:10 -07:00
Manuel Rego Casasnovas
b28bc2e749 Bug 1466812 [wpt PR 11352] - [css-contain] Fix references to paint instead of layout containment, a=testonly
Automatic update from web-platform-testsMerge pull request #11352 from mrego/contain-layout-fixes

[css-contain] Fix references to paint instead of layout containment
--

wpt-commits: 7a80bc95a6e56d527a426aa4440bc2bec2cf8169
wpt-pr: 11352
2018-06-27 16:18:07 -07:00
Anne van Kesteren
6291fdd55e Bug 1452945 [wpt PR 5122] - XMLHttpRequest: upload listener flag, a=testonly
Automatic update from web-platform-testsXMLHttpRequest: upload listener flag

Tests for https://github.com/whatwg/xhr/issues/95.

--

wpt-commits: 1706eb31b901d4e5ce8bb873ffb5b31bb01e1e58
wpt-pr: 5122
2018-06-27 16:18:04 -07:00
moz-wptsync-bot
d1dac90d84 Bug 1466602 [wpt PR 11330] - Update wpt metadata, a=testonly
wpt-pr: 11330
wpt-type: metadata
2018-06-27 16:18:01 -07:00
Morten Stenshorne
3909e5c4c3 Bug 1466602 [wpt PR 11330] - [LayoutNG] Need to know when establishing a new FC during min/max calculation., a=testonly
Automatic update from web-platform-tests[LayoutNG] Need to know when establishing a new FC during min/max calculation.

When we have to lay out an object to determine its min/max inline size,
and the node establishes a new formatting context, we need to create a
constraint space that reflects this. The block size of the float needs
to be included in the block size of its container, because this block
size will be the min/max preferred inline size of the container of that
container, if the writing modes are orthogonal.

Avoid some duplicate code for creating the constraint space builder. The
second builder, the one that redoes layout with infinite available space
now gets SetFloatsBfcOffset() called, which was previously missing, but
that must have been an oversight.

This fixes the recently introduced regression with
fast/multicol/vertical-rl/column-rules.html and also another test.

Wrote a new test that tests exactly what I wanted to fix as well.

Bug: 847807
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I7b28a0ef8061fc3089deb488ad0a78b81776295d
Reviewed-on: https://chromium-review.googlesource.com/1084989
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564438}

--

wpt-commits: aa5ec97282685cba4a2ae34165ddb5043c251e39
wpt-pr: 11330
2018-06-27 16:17:59 -07:00
moz-wptsync-bot
027db60a59 Bug 1466770 [wpt PR 11341] - Update wpt metadata, a=testonly
wpt-pr: 11341
wpt-type: metadata
2018-06-27 16:17:56 -07:00
Simon Pieters
84df576a25 Bug 1466770 [wpt PR 11341] - HTML: Fix sandbox-disallow-same-origin.html to expect SecurityError, a=testonly
Automatic update from web-platform-testsHTML: Fix sandbox-disallow-same-origin.html to expect SecurityError

Part of #11269.

--

wpt-commits: e4fd758fb3ed204ec4234eb678323273a99eb685
wpt-pr: 11341
2018-06-27 16:17:54 -07:00
moz-wptsync-bot
05b27b7bd9 Bug 1465437 [wpt PR 11249] - Update wpt metadata, a=testonly
wpt-pr: 11249
wpt-type: metadata
2018-06-27 16:17:52 -07:00
Anne van Kesteren
1d447e7a84 Bug 1465437 [wpt PR 11249] - Fetch: port blocking change (427, 548), a=testonly
Automatic update from web-platform-testsFetch: port blocking change (427, 548, 6697)

See https://github.com/whatwg/fetch/pull/738.
--

wpt-commits: 2b0cd6155aa269d3ee6e940edb1b2f5c1d5ae1ed
wpt-pr: 11249
2018-06-27 16:17:50 -07:00
moz-wptsync-bot
3999caf25a Bug 1466366 [wpt PR 11317] - Update wpt metadata, a=testonly
wpt-pr: 11317
wpt-type: metadata
2018-06-27 16:17:48 -07:00
Dominic Farolino
d73ce28e39 Bug 1466366 [wpt PR 11317] - Experimental Priority Hints support on fetch() API, a=testonly
Automatic update from web-platform-testsExperimental Priority Hints support on fetch() API

Adding support for Priority Hints on the fetch() API under an
experimental flag. This adds the notion of importance to core/fetch
code, and adds a new member to the RequestInit dictionary to communicate
developer-specified "importance" downstream.

R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws

Bug: 821464
Change-Id: Ib96a128d77004029e86122c07552250c697dea5f
Reviewed-on: https://chromium-review.googlesource.com/1084063
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Cr-Commit-Position: refs/heads/master@{#564410}

--

wpt-commits: dae7535c0428fbf057a5c39f324d5a3f47ba64c7
wpt-pr: 11317
2018-06-27 16:17:46 -07:00
Simon Pieters
3a70c3e41a Bug 1466752 [wpt PR 11339] - HTML: Change <td hidden> and <th hidden> to expect display: none, a=testonly
Automatic update from web-platform-testsHTML: Change <td hidden> and <th hidden> to expect display: none

Follows https://github.com/whatwg/html/pull/3736.

--

wpt-commits: b20cb44c2991d09cc4c6e87260221cb777c15ef5
wpt-pr: 11339
2018-06-27 16:17:44 -07:00
jugglinmike
b3b9681984 Bug 1466710 [wpt PR 11334] - [wptrunner] End Sauce Connect process gracefully, a=testonly
Automatic update from web-platform-tests[wptrunner] End Sauce Connect process gracefully (#11334)

Previously, the Sauce Connect process was closed gracefully in response
to prolonged period of inactivity. This procedure was not used under
normal operating conditions.

Factor graceful shutdown logic into a new method, `quit`, and reuse this
method to end the process following successful test completion.
--

wpt-commits: 2bd11b91d490ddd5237bcb6d8149a7f25faaa101
wpt-pr: 11334
2018-06-27 16:17:41 -07:00
Matt Giuca
9948a3da13 Bug 1466741 [wpt PR 11338] - Revert "WaveShaper must output non-zero values even if input is silent", a=testonly
Automatic update from web-platform-testsRevert "WaveShaper must output non-zero values even if input is silent"

This reverts commit 325b492fe733ba4c8b2128069a0a232fea1789e3.

Reason for revert: Broke webaudio/.../waveshaper-364379.html in
webkit_layout_tests. See https://crbug.com/849535

Original change's description:
> WaveShaper must output non-zero values even if input is silent
>
> If the curve for the WaveShaperNode is such that a zero input produces
> a non-zero output, the WaveShaperNode needs to output that value even
> if the input is silent (or disconnected).
>
> Do this by setting the tail time of the processor to 0 or infinity
> depending on whether the curve specifies an output value of zero or
> not, respectively.
>
> Bug: 807301
> Test: WaveShaper/silent-inputs.html
> Change-Id: I6539d2e00f5d3e624ffaf2810944eb6d53d6f84b
> Reviewed-on: https://chromium-review.googlesource.com/896266
> Commit-Queue: Raymond Toy <rtoy@chromium.org>
> Reviewed-by: Hongchan Choi <hongchan@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#564186}

TBR=rtoy@chromium.org,hongchan@chromium.org

Change-Id: I29fd96b1a9dd2b87db12867031399b069beba706
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 807301, 849535
Reviewed-on: https://chromium-review.googlesource.com/1086647
Reviewed-by: Matt Giuca <mgiuca@chromium.org>
Commit-Queue: Matt Giuca <mgiuca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564359}

--

wpt-commits: fa5ee47808411c866d09ad6a34dccf383b097bca
wpt-pr: 11338
2018-06-27 16:17:40 -07:00
Justin Ribeiro
98c6c9fc21 Bug 1466289 [wpt PR 11312] - custom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded, a=testonly
Automatic update from web-platform-testscustom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded

createElement('my-element', undefined) was not being upgraded, though both
createElement('my-element') and createElement('my-element', {}) were.

Bug: 841725
Change-Id: Id43b21f8e1cad10745dedf3699691da7ad85cf03
Reviewed-on: https://chromium-review.googlesource.com/1084007
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564352}

--

wpt-commits: 8a5301b16f5e913bf9ffbb7d76abfda9d2435af2
wpt-pr: 11312
2018-06-27 16:17:37 -07:00