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

623426 Коммитов

Автор SHA1 Сообщение Дата
Anders Hartvoll Ruud 5ba63554b1 Bug 1503178 [wpt PR 13774] - [css-properties-values-api] Test initial values individually., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Test initial values individually.

Split up the assertions of the initial value test into multiple tests.
This makes it possible to add test expectations for things which are not
supported yet.

R=futhark@chromium.org

Bug: 641877
Change-Id: I8756b2d066a8bc2ae542ca033d98754255aeb2b2
Reviewed-on: https://chromium-review.googlesource.com/c/1304560
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603859}

--

wpt-commits: 6014df860a812202756c59f230e9bfafb2c8332c
wpt-pr: 13774
2018-11-10 09:02:30 +00:00
Anders Hartvoll Ruud 90ba10d3ab Bug 1503227 [wpt PR 13780] - [css-properties-values-api] Test computed values individually., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Test computed values individually.

 - Having large buckets of assertions in the same test is not great if
   one of those assertions fail.
 - Running all tests twice with and without inherited font size is not
   relevant for a large amount of the tests.

Therefore:

 - Use only one assertion per test, allowing fine-grained test
   expectations.
 - Only test inherited font-size for a few relevant cases.

R=futhark@chromium.org

Bug: 641877
Change-Id: I0a26dc29da4ca3be04f33b86bb063e48cb2f4c08
Reviewed-on: https://chromium-review.googlesource.com/c/1304520
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603850}

--

wpt-commits: 704a0dbc3dd38a81085b7b813b5602532a63cabd
wpt-pr: 13780
2018-11-10 09:02:30 +00:00
Philip Jägenstedt f2d5ba4388 Bug 1503185 [wpt PR 13775] - Consistently use `manager` for ManagerGroup.pool entries, a=testonly
Automatic update from web-platform-testsConsistently use `manager` for ManagerGroup.pool entries (#13775)

--

wpt-commits: 8bb642da20e51c1e8cb8f8e23b1adeb444ab26ad
wpt-pr: 13775
2018-11-10 09:02:30 +00:00
Philip Jägenstedt c809d2cf6f Bug 1503198 [wpt PR 13778] - Indent `manager_group` method calls to within the `with` scope, a=testonly
Automatic update from web-platform-testsIndent `manager_group` method calls to within the `with` scope (#13778)

While variable binding `manager_group` does survive after the `with`
statement, that will be after `__exit__` has been called. That still
works, but there's no reason for the reader to wonder if there's a
difference, whether indentation is intentional.
--

wpt-commits: e2f346f20d1d165360ae7ca7df4b027113c217b0
wpt-pr: 13778
2018-11-10 09:02:29 +00:00
Philip Jägenstedt 61eaa27193 Bug 1503193 [wpt PR 13777] - Remove unused method `ManagerGroup.is_alive()`, a=testonly
Automatic update from web-platform-testsRemove unused method `ManagerGroup.is_alive()` (#13777)

It's not used internally, and the only `ManagerGroup` instance is
created at `with ManagerGroup(...) as manager_group` in wptrunner.py,
and the method is also not called there.
--

wpt-commits: 086f4ef0144b35ee125d1edfc478632b6885b1c7
wpt-pr: 13777
2018-11-10 09:02:29 +00:00
Anders Hartvoll Ruud 1921fb4b47 Bug 1503190 [wpt PR 13776] - [css-properties-values-api] Compute <resolution> values to 'dppx'., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Compute <resolution> values to 'dppx'.

Unfortunately, calc() in <resolution> values is not yet supported in Blink.
(Such values were not allowed for <resolution> before CSS Values and Units
Level 4).

R=futhark@chromium.org

Bug: 641877
Change-Id: I4b3fdcd24f37018a415489e7d15220dc34698c04
Reviewed-on: https://chromium-review.googlesource.com/c/1304554
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603843}

--

wpt-commits: 9d2432a20edd05076fa49f265adeeb64e78a3aba
wpt-pr: 13776
2018-11-10 09:02:28 +00:00
L. David Baron c66ce9d589 Bug 1503171 [wpt PR 13772] - Sync Mozilla CSS tests as of 2018-10-30, a=testonly
Automatic update from web-platform-testsSync Mozilla CSS tests as of https://hg.mozilla.org/mozilla-central/rev/6e4537056d5363fc118fa946615955798892314b . (#13772)

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

wpt-commits: 1f06d26817ca7f03f3d42246fa1e14285e3aaecc
wpt-pr: 13772
2018-11-10 09:02:28 +00:00
Hiroki Nakagawa f81fa3a090 Bug 1503159 [wpt PR 13770] - ServiceWorker: Move WPTs for ServiceWorkerContainer.startMessages() into its own file, a=testonly
Automatic update from web-platform-testsServiceWorker: Move WPTs for ServiceWorkerContainer.startMessages() into its own file

This CL moves tests for ServiceWorkerContainer.startMessages() and message
queues from postmessage-to-client.https.html to
postmessage-to-client-message-queue.https.html. This doesn't change test
behavior.

The motivations of this change are as follows:

- Tests for startMessages() are timing out on all web browsers[1]. This hides
  the results of typical tests for WindowClient.postMessage(), and makes it
  difficult to add new tests for WorkerClient.postMessage().
- Test formats are totally different among them. This makes it difficult to read
  test scripts.

[1] https://wpt.fyi/results/service-workers/service-worker/postmessage-to-client.https.html?aligned&label=stable

Bug: 894682
Change-Id: Ia66af523ccff4529f85aac23df5059be099290a2
Reviewed-on: https://chromium-review.googlesource.com/c/1307025
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603837}

--

wpt-commits: 899e3a45f8d628c4a7cfb324e031a99f3a4aefdf
wpt-pr: 13770
2018-11-10 09:02:27 +00:00
Anders Hartvoll Ruud 8739788f6c Bug 1503160 [wpt PR 13771] - [css-properties-values-api] Compute <time> values to seconds., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Compute <time> values to seconds.

The CSSPrimitiveValue::IsTime function (non-static) did for some reason
use GetType() instead of TypeWithCalcResolved(), even though both
ComputeSeconds() and TypeWithCalcResolved() do seemingly handle calculated
time correctly.

R=futhark@chromium.org

Bug: 641877
Change-Id: I0e927265f01855b8262ed9201df9eae647171b8d
Reviewed-on: https://chromium-review.googlesource.com/c/1304481
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603832}

--

wpt-commits: 9082397e214eef1fd04e478e353cd0d19a64f040
wpt-pr: 13771
2018-11-10 09:02:27 +00:00
Eric Willigers 1665c818d2 Bug 1492793 [wpt PR 13105] - [filter-effects] Inheritance and initial values, a=testonly
Automatic update from web-platform-tests[filter-effects] Inheritance and initial values (#13105)

Test that Filter Effects properties inherit.
Test that initial values match the spec.
https://drafts.fxtf.org/filter-effects/#property-index

--

wpt-commits: 7b078f0d6ff82157c57f343838f61b5200686e53
wpt-pr: 13105
2018-11-10 09:02:27 +00:00
Anders Hartvoll Ruud e6c9241b94 Bug 1503038 [wpt PR 13767] - [css-properties-values-api] Compute <angle> values to 'deg'., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Compute <angle> values to 'deg'.

R=futhark@chromium.org

Bug: 641877
Change-Id: I52878c9bca16765d3b32127b5637a7ec521e76dc
Reviewed-on: https://chromium-review.googlesource.com/c/1304416
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603672}

--

wpt-commits: 0cc29e423fd0785b5f906a903d9010519595a4ac
wpt-pr: 13767
2018-11-10 09:02:26 +00:00
Anders Hartvoll Ruud 346bf6b8a2 Bug 1502887 [wpt PR 13761] - [css-properties-values-api] Proper computed value for <color>., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Proper computed value for <color>.

As of an imminent spec change, <color> values no longer compute to their
specified value, but behave like <color> values in general.

Note that color keywords are parsed as CSSIdentifierValue (holding a
CSSValueID), and custom idents are parsed as CSSCustomIdentValue (holding a
String), which is why the "tomato | <color>" works as it should.

R=futhark@chromium.org

Bug: 641877
Change-Id: I946536a9d54dbaa7af589cb99acdba72f37fe016
Reviewed-on: https://chromium-review.googlesource.com/c/1303365
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603628}

--

wpt-commits: 38bb114c431508bf122a9699869c7a72e4feb5b3
wpt-pr: 13761
2018-11-10 09:02:26 +00:00
Michael Howell 2ea728e825 Bug 1499927 [wpt PR 13585] - Assign a name to iframes when loading the initial about:blank, a=testonly
Automatic update from web-platform-testsAssign a name to iframes when loading the initial about:blank

Before, it would assign the name too late,
causing scripts (which will not wait for another tick)
to accidentally spawn pop-up windows instead of loading
into the iframe.

--
Use `t.step_func` and expected path checking

--

wpt-commits: 4939eaea72260f3ded7c1d935c929b220cfaa9ab, 76b8a916dcabe7f1160b1690d1c2721118955693
wpt-pr: 13585
2018-11-10 09:02:25 +00:00
Ms2ger 9ef3a33a9a Bug 1500493 [wpt PR 13624] - Python 3: Use six.create_bound_method() in test_response.py., a=testonly
Automatic update from web-platform-testsPython 3: Use six.create_bound_method() in test_response.py (#13624)

--

wpt-commits: 669ee6464677befda509ca4056ab8269db7e94a8
wpt-pr: 13624
2018-11-10 09:02:25 +00:00
Simon Pieters c0f6d86910 Bug 1502828 [wpt PR 13756] - [docs] Embed a video with intro to wpt, a=testonly
Automatic update from web-platform-tests[docs] Embed a video with intro to wpt
--

wpt-commits: 2ea1f768b5844be4fe7fb5edac11a1b0da5ae16a
wpt-pr: 13756
2018-11-10 09:02:24 +00:00
moz-wptsync-bot a6831a619c Bug 1502643 [wpt PR 13746] - Update wpt metadata, a=testonly
wpt-pr: 13746
wpt-type: metadata
2018-11-10 09:02:24 +00:00
Eric Willigers 4e08a96165 Bug 1502643 [wpt PR 13746] - CSS: Move :where test to WPT, a=testonly
Automatic update from web-platform-testsCSS: Move :where test to WPT

https://drafts.csswg.org/selectors-4/#zero-matches

BUG=898215

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

--

wpt-commits: efcea0501c0c702af64fc3a464efff00a549b99f
wpt-pr: 13746
2018-11-10 09:02:24 +00:00
moz-wptsync-bot cac5b22724 Bug 1502295 [wpt PR 13731] - Update wpt metadata, a=testonly
wpt-pr: 13731
wpt-type: metadata
2018-11-10 09:02:23 +00:00
Morten Stenshorne c317117475 Bug 1502295 [wpt PR 13731] - Use the correct out-of-flow containing block in continuations., a=testonly
Automatic update from web-platform-testsUse the correct out-of-flow containing block in continuations.

We cannot just use the innermost inline, without checking if it's a
valid containing block for absolutely positioned descendants. Find the
right ancestor.

The idea of using the *next* inline in the continuation chain may not be
ideal, but it's not obvious that using the previous one would be much
better (it's more work to find that one anyway), so leaving it as it is.
The spec says that if the relatively positioned inline occurs on
multiple lines, CSS 2 doesn't define exact behavior. Therefore, in the
test, put the same amount of stuff on the line preceding the
interrupting block-level element as on the line following it, to be sure
that the abspos descendant is sized the way we want it to be.

Bug: 897535
Change-Id: Ie9bc4e83400bc283b9c95aafef821000f2303d12
Reviewed-on: https://chromium-review.googlesource.com/c/1301457
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: vmpstr <vmpstr@chromium.org>
Reviewed-by: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603466}

--

wpt-commits: 38470be9afc947a30b9b1a066d8419cec4d0a3a8
wpt-pr: 13731
2018-11-10 09:02:23 +00:00
Sami Kyostila 95bfca9851 Bug 1501805 [wpt PR 13709] - WPT: Adjust expected timing resolution, a=testonly
Automatic update from web-platform-testsWPT: Adjust expected timing resolution

We recently increased[1] the minimum resolution of web-exposed timers.
This patch relaxes the WPT tests accordingly to allow for a higher
resolution (with a small delta to account for floating point errors).

Bug: 897775

[1] https://chromium-review.googlesource.com/c/1290916

Change-Id: I6f8a8d8ac2b827ae54718db6f8940cafb1cad665
Reviewed-on: https://chromium-review.googlesource.com/c/1298017
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Sami Kyöstilä <skyostil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603461}

--

wpt-commits: 14b8cd38f01ee9127919c12a7d29e372643c2097
wpt-pr: 13709
2018-11-10 09:02:22 +00:00
Luke Bjerring 32030dac52 Bug 1500357 [wpt PR 13611] - Ignore includers of untested mixins, a=testonly
Automatic update from web-platform-testsIgnore includers of untested mixins (#13611)

--

wpt-commits: e9e06cd3ede66193be47ff0d436c62a606d5fd50
wpt-pr: 13611
2018-11-10 09:02:22 +00:00
François Beaufort 4367658085 Bug 1502323 [wpt PR 13734] - Fix pip aspect ratio test, a=testonly
Automatic update from web-platform-testsFix pip aspect ratio test
--
Merge pull request #13734 from web-platform-tests/beaufortfrancois-patch-1

Fix pip aspect ratio test
--

wpt-commits: 39322dfcc55488ee0b2dd8e4495d20cf103c6e15, 1d5dbb331ad61eec01d55bc160b99772de3254d7
wpt-pr: 13734
2018-11-10 09:02:22 +00:00
Marcos Cáceres 2a27705815 Bug 1502317 [wpt PR 13733] - Swapping @MSFTkihans with @zouhir, a=testonly
Automatic update from web-platform-testsSwapping @MSFTkihans with @zouhir (#13733)

We agreed to this at TPAC
--

wpt-commits: 2e7a549d07c54cbdb9002634bf5a4cc6ce8f9acb
wpt-pr: 13733
2018-11-10 09:02:21 +00:00
moz-wptsync-bot 7f4fecc065 Bug 1502707 [wpt PR 13751] - Update wpt metadata, a=testonly
wpt-pr: 13751
wpt-type: metadata
2018-11-10 09:02:21 +00:00
Eric Willigers 3a6cd9c157 Bug 1502707 [wpt PR 13751] - [filter-effects] computed filter, a=testonly
Automatic update from web-platform-tests[filter-effects] computed filter (#13751)

Omitted values are included and compute to their defaults.
https://drafts.fxtf.org/filter-effects-1/#computed-values-of-filter-functions
https://github.com/w3c/fxtf-drafts/issues/1
--

wpt-commits: 2b4768cec91fc083a1247adadd542291f2558ac9
wpt-pr: 13751
2018-11-10 09:02:20 +00:00
moz-wptsync-bot 348792dbd7 Bug 1502705 [wpt PR 13750] - Update wpt metadata, a=testonly
wpt-pr: 13750
wpt-type: metadata
2018-11-10 09:02:20 +00:00
Eric Willigers 0aad0feef0 Bug 1502705 [wpt PR 13750] - [filter-effects] filter arguments optional, a=testonly
Automatic update from web-platform-tests[filter-effects] filter arguments optional (#13750)

grayscale() etc may be used without arguments.

https://github.com/w3c/fxtf-drafts/issues/1
--

wpt-commits: 8d90bc4a082eb30f8843e38068f29a9e81bf2fca
wpt-pr: 13750
2018-11-10 09:02:19 +00:00
Philip Rogers 66545c789c Bug 1502729 [wpt PR 13752] - Update comments and test mix-blend-mode on pattern, a=testonly
Automatic update from web-platform-testsUpdate comments and test mix-blend-mode on pattern

The working group recently resolved that mix-blend-mode should not
apply to never-rendered elements such as pattern, see:
https://github.com/w3c/fxtf-drafts/issues/309. This patch updates the
comment in LayoutObject::IsBlendingAllowed and adds a web platform test
(all browsers should pass this already). This removes the TODO added in
https://chromium-review.googlesource.com/c/chromium/src/+/1169624.

Change-Id: Ie74fd48075ae377636cb3efe93dd2fa6896fc534
Reviewed-on: https://chromium-review.googlesource.com/c/1303954
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603379}

--

wpt-commits: 66aabf66f58aee669c26df6e67f85fbc6d3aaf9f
wpt-pr: 13752
2018-11-10 09:02:19 +00:00
Eric Willigers 60609496a5 Bug 1502703 [wpt PR 13749] - [svg] circle radius 0 disables rendering, a=testonly
Automatic update from web-platform-tests[svg] circle radius 0 disables rendering (#13749)

A value of 0 for circle r, ellipse rx/ry, rect width/height
disables rendering.

https://www.w3.org/TR/SVG2/shapes.html#CircleElement
https://www.w3.org/TR/SVG2/shapes.html#EllipseElement
https://www.w3.org/TR/SVG2/shapes.html#RectElement
--

wpt-commits: 6051b8b55390be840b2eaa179fdfe62a1941c945
wpt-pr: 13749
2018-11-10 09:02:19 +00:00
moz-wptsync-bot 1f88e25a7c Bug 1491715 [wpt PR 13023] - Update wpt metadata, a=testonly
wpt-pr: 13023
wpt-type: metadata
2018-11-10 09:02:18 +00:00
Eric Willigers 1fca7ba3da Bug 1491715 [wpt PR 13023] - [css-transforms] Transforms initial values, a=testonly
Automatic update from web-platform-tests[css-transforms] Transforms initial values (#13023)

Test the initial values and non-inheritance of
CSS Transforms and CSS Motion Path properties.

https://drafts.csswg.org/css-transforms/#property-index
https://drafts.csswg.org/css-transforms-2/#property-index
https://drafts.fxtf.org/motion-1/#property-index

Browsers currently report 'flat' as the initial value of
transform-style, contrary to spec.
--

wpt-commits: 71c05e71317fec5f71d5575cd636b0a8e3835f9c
wpt-pr: 13023
2018-11-10 09:02:18 +00:00
Zirro dfca8885c0 Bug 1502507 [wpt PR 13742] - Add some missing window properties, a=testonly
Automatic update from web-platform-testsAdd missing window properties

--

wpt-commits: b622fea47d516f82e303c1954d0aee2652466c80
wpt-pr: 13742
2018-11-10 09:02:17 +00:00
moz-wptsync-bot 7e68d022d4 Bug 1502407 [wpt PR 13737] - Update wpt metadata, a=testonly
wpt-pr: 13737
wpt-type: metadata
2018-11-10 09:02:17 +00:00
moz-wptsync-bot 54902270ac Bug 1502407 [wpt PR 13737] - Remove tentative from test names for PostMessage options., a=testonly
Automatic update from web-platform-testsRemove tentative from test names for PostMessage options.

Now that the change has been merged to the HTML spec we can remove
the suffix.

Fixes web-platform-tests/wpt/issues/13736

BUG=846858

Change-Id: Ic12b90c44126f801827bba7057a53fe640fa2859
Reviewed-on: https://chromium-review.googlesource.com/c/1301841
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603108}

--

wpt-commits: e065ffd70d8bf81bedf200febd00a775045b0aeb
wpt-pr: 13737


--HG--
rename : testing/web-platform/tests/webmessaging/with-options/broken-origin.tentative.html => testing/web-platform/tests/webmessaging/with-options/broken-origin.html
rename : testing/web-platform/tests/webmessaging/with-options/host-specific-origin.tentative.html => testing/web-platform/tests/webmessaging/with-options/host-specific-origin.html
rename : testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.tentative.html => testing/web-platform/tests/webmessaging/with-options/message-channel-transferable.html
rename : testing/web-platform/tests/webmessaging/with-options/no-target-origin.tentative.html => testing/web-platform/tests/webmessaging/with-options/no-target-origin.html
rename : testing/web-platform/tests/webmessaging/with-options/null-transfer.tentative.html => testing/web-platform/tests/webmessaging/with-options/null-transfer.html
rename : testing/web-platform/tests/webmessaging/with-options/one-arg.tentative.html => testing/web-platform/tests/webmessaging/with-options/one-arg.html
rename : testing/web-platform/tests/webmessaging/with-options/slash-origin.tentative.html => testing/web-platform/tests/webmessaging/with-options/slash-origin.html
rename : testing/web-platform/tests/webmessaging/with-options/undefined-transferable.tentative.html => testing/web-platform/tests/webmessaging/with-options/undefined-transferable.html
rename : testing/web-platform/tests/webmessaging/with-options/unknown-parameter.tentative.html => testing/web-platform/tests/webmessaging/with-options/unknown-parameter.html
2018-11-10 09:02:16 +00:00
Michael[tm] Smith ae80d023ac Bug 1502293 [wpt PR 13730] - cc Update makefile for doc-conformance tests, a=testonly
Automatic update from web-platform-testscc Update makefile for doc-conformance tests

--

wpt-commits: 5a792b6bf4e0d39f2b65301b592dffffa8bd9b15
wpt-pr: 13730
2018-11-10 09:02:16 +00:00
moz-wptsync-bot fe935e0a09 Bug 1502302 [wpt PR 13732] - Update wpt metadata, a=testonly
wpt-pr: 13732
wpt-type: metadata
2018-11-10 09:02:16 +00:00
Koji Ishii bc57235105 Bug 1502302 [wpt PR 13732] - [LayoutNG] Rebaseline fast/writing-mode/border-image-vertical-lr.html, a=testonly
Automatic update from web-platform-tests[LayoutNG] Rebaseline fast/writing-mode/border-image-vertical-lr.html

fast/writing-mode/border-image-vertical-lr.html produces
different results because, in legacy, block direction borders
applied to inline boxes affect positioning of the line box in
vertical-lr writing-mode, when they should not.

This patch rebaselines it, and also adds a minimized test to
check such borders do not affect line box positioning.

Gecko, and WebKit fail the test. Edge passes this test,
though it paints the border at the incorrect position.
Testing the border positoin is not ref-testable and that it
is not included.

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

--

wpt-commits: f6708be2927871d1f19543f6e7e5531721433bfd
wpt-pr: 13732
2018-11-10 09:02:15 +00:00
Philip Jägenstedt 27d0fc1f67 Bug 1500705 [wpt PR 13639] - Avoid the use of `readlink -f` in shell scripts, a=testonly
Automatic update from web-platform-testsAvoid the use of `readlink -f` in shell scripts (#13639)

This doesn't work on macOS. Replacement taken from:
https://serverfault.com/a/406371

--

wpt-commits: 2836eb26641c99285b5d4e441b614325ec86d8ca
wpt-pr: 13639
2018-11-10 09:02:15 +00:00
pyup.io bot 402fd508d4 Bug 1501764 [wpt PR 13708] - Update mozrunner to 7.2.0, a=testonly
Automatic update from web-platform-testsUpdate mozrunner from 7.1.0 to 7.2.0 (#13708)

--

wpt-commits: 904e0e229d5aac656c356a3432e5822aa2690150
wpt-pr: 13708
2018-11-10 09:02:14 +00:00
pyup.io bot 66c6e2a43e Bug 1501758 [wpt PR 13707] - Update mozdebug to 0.1.1, a=testonly
Automatic update from web-platform-testsUpdate mozdebug from 0.1 to 0.1.1 (#13707)

--

wpt-commits: e45b651d2b0a4d0b8f239723b8bb9836ad18d9a5
wpt-pr: 13707
2018-11-10 09:02:14 +00:00
pyup.io bot 0b3ae91a43 Bug 1501641 [wpt PR 13700] - Update mozprofile to 2.1.0, a=testonly
Automatic update from web-platform-testsUpdate mozprofile from 2.0.0 to 2.1.0 (#13700)

--

wpt-commits: 2e05acd3f2da01b6bf08fb4f1adee3bed06e5ccf
wpt-pr: 13700
2018-11-10 09:02:14 +00:00
Sandra Sun fa7c233e93 Bug 1502231 [wpt PR 13726] - Update scroll-padding initial values in wpt tests., a=testonly
Automatic update from web-platform-testsUpdate scroll-padding initial values in wpt tests.

There was a conflict in the scroll snap spec for the initial values of
scroll-padding-top/bottom/left/right[1]. Some of the initial values were
auto, while others were 0px. Now the conflict has been resolved with
all the initial values set to auto[2], we should update the wpt test to
reflect that.

The current implementation in Blink already reflects the updated spec,
so this patch also removes the expectations that were simply for the
failures.
[1] https://github.com/w3c/csswg-drafts/issues/3189
[2]
https://drafts.csswg.org/css-scroll-snap-1/#propdef-scroll-padding-top

Bug: 891954
Change-Id: Ib9c2280590091be27127abeee0a611b687cd37a2
Reviewed-on: https://chromium-review.googlesource.com/c/1299605
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602929}

--

wpt-commits: f5832ccdb3c303d03565d391ed7ce3bf9719f5c1
wpt-pr: 13726
2018-11-10 09:02:13 +00:00
moz-wptsync-bot 4816a1f724 Bug 1501139 [wpt PR 13666] - Update wpt metadata, a=testonly
wpt-pr: 13666
wpt-type: metadata
2018-11-10 09:02:13 +00:00
Katie Dillon e3cbffb6b3 Bug 1501139 [wpt PR 13666] - Updating tests for Window onerror is not triggered bug fix., a=testonly
Automatic update from web-platform-testsUpdating tests for Window onerror is not triggered bug fix.

Chromium starts propagating errors from worker's onerror to window's onerror
after https://chromium-review.googlesource.com/c/chromium/src/+/1287208,
resulting in test failures for mixed-content/module-data-worker-import
tests that do not account for the thrown exception being sent to the window.

This CL adds preventDefault() to the worker.onerror() to handle the case of
uncaught exceptions.

Strictly speaking, this is not necessary according to the current spec, as
"worker's error event" fired at Step 12.1 of #run-a-worker
https://html.spec.whatwg.org/multipage/workers.html#run-a-worker
does not cause "report the error" and thus window's onerror.
But whether window.onerror is fired or not is not what the mixed-content tests
aim to test.

Change-Id: I571aaa85d90b5f933b6212691dcc783579b294be
Reviewed-on: https://chromium-review.googlesource.com/c/1294535
Commit-Queue: Katie Dillon <kdillon@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602207}

--

wpt-commits: 7da2537be5ac9af69065b478cc30b1c1f410d024
wpt-pr: 13666
2018-11-10 09:02:12 +00:00
moz-wptsync-bot 9fe0636c58 Bug 1502102 [wpt PR 13724] - Update wpt metadata, a=testonly
wpt-pr: 13724
wpt-type: metadata
2018-11-10 09:02:12 +00:00
Reza.Zakerinasab 118500ae75 Bug 1502102 [wpt PR 13724] - Copy srgb/e-srgb color managed canvas layout tests to WPT, a=testonly
Automatic update from web-platform-testsCopy srgb/e-srgb color managed canvas layout tests to WPT

Bug: 898846
Change-Id: I16d7c18f111040c401e19eb2c77f1e6fec1c6200
Reviewed-on: https://chromium-review.googlesource.com/c/1299535
Reviewed-by: Fernando Serboncini <fserb@chromium.org>
Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602801}

--

wpt-commits: c1c1a66e518bdedc0cd2bb3cc1cf3e1b0bca1c55
wpt-pr: 13724
2018-11-10 09:02:11 +00:00
Emircan Uysaler 4ea1b32694 Bug 1500624 [wpt PR 13633] - Add more tests covering constraints usage in getDisplayMedia(), a=testonly
Automatic update from web-platform-testsAdd more tests covering constraints usage in getDisplayMedia()

Bug: 326740
Change-Id: I923fb55c07424573d2a2829f8c5ef22fc4e28466
Reviewed-on: https://chromium-review.googlesource.com/c/1292371
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602709}

--

wpt-commits: 2606f3a7af8253fa0441b29d260f2156fca66975
wpt-pr: 13633
2018-11-10 09:02:11 +00:00
Fredrik Söderquist a972b9fd54 Bug 1491035 [wpt PR 12989] - Insert an error message block when parsing was stopped after an error, a=testonly
Automatic update from web-platform-testsInsert an error message block when parsing was stopped after an error

The <parsererror> element was not being added to the parsed document in
certain cases involving attribute parsing. For example, if an undeclared
namespace prefix was used in the document, then parsing would stop, but
a <parsererror> element would not be inserted into the document to
indicate that a parsing error occurred.

When XMLDocumentParser::StopParsing() is called to stop parsing, call
InsertErrorMessageBlock() to insert the <parsererror> element if an
error occurred.

Based on https://codereview.chromium.org/771493002/ by dtrebbien@gmail.com

Bug: 295809, 898775
Change-Id: Ic67a3ab885fae4b01ca92f6d927b3f523f7423ed
Reviewed-on: https://chromium-review.googlesource.com/c/1224791
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602674}

--

wpt-commits: f10f0251a051a0aff6f7b5d15e0c821d173ae837
wpt-pr: 12989
2018-11-10 09:02:11 +00:00
autofoolip 1ea2834a0b Bug 1501922 [wpt PR 13716] - Update interfaces/cssom-view.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/cssom-view.idl (#13716)

Source: https://github.com/tidoust/reffy-reports/blob/a9f000c/whatwg/idl/cssom-view.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/446017586
--

wpt-commits: 9ea95501b7e9156875ebfb245b0a085957c20ed9
wpt-pr: 13716
2018-11-10 09:02:10 +00:00
moz-wptsync-bot 1da1498342 Bug 1501551 [wpt PR 13692] - Update wpt metadata, a=testonly
wpt-pr: 13692
wpt-type: metadata
2018-11-10 09:02:10 +00:00