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

623426 Коммитов

Автор SHA1 Сообщение Дата
Bernard Aboba e97bdca6fe Bug 1450733 [wpt PR 10271] - Bring RTCCertificate interface up to date with Candidate Recommendation, a=testonly
Automatic update from web-platform-testsBring RTCCertificate interface up to date with Candidate Recommendation
--
Merge pull request #10271 from aboba/patch-1

Bring RTCCertificate interface up to date with Candidate Recommendation
--

wpt-commits: f31ef37b39dad03d8ba2fcfff0265c662c3bcd8c, 9dd2979bf76aaf62017bc7e9a12706cd64cd2227
wpt-pr: 10271
2018-11-10 09:03:13 +00:00
Philipp Hancke 7b2664304d Bug 1499126 [wpt PR 13526] - webrtc: make a call without announcing SSRCs in the SDP, a=testonly
Automatic update from web-platform-testswebrtc: make a call without announcing SSRCs in the SDP

while testing receiving video still works by listening for
loadedmetadata

--
webrtc: also remove msid lines

--
Merge pull request #13526 from fippo/no-ssrcs

webrtc: make a call without announcing SSRCs in the SDP
--

wpt-commits: 23f4c21d0e21274971d1d3f98e6439fdddb756e7, 716f4c3edba97f07bb125b18ffb73d2f6bb0338b, c18f62e684c7be955b5a5b5a7906836633bea9ed
wpt-pr: 13526
2018-11-10 09:03:12 +00:00
Andreas Butler 50302b49b7 Bug 1504158 [wpt PR 13856] - IndexedDB: fix minor nits in databases() WPTs, a=testonly
Automatic update from web-platform-testsIndexedDB: fix minor nits in databases() WPTs

Fixing minor nits with IndexedDBFactory databases() WPTs as suggested
by jsbell@ over email
-assert_object_equals is deprecated and shouldn't be used. Prefer to
test the results explicitly, even though it's more code.
-all of the test cases use 1 for the version - we should have tests
for databases at other versions.
-the assertion messages should have the form ".... should be ...",
describing what is being asserted, rather than attempting to diagnose
the problem (it's easier to verify that the assertions match the spec
that way)
-there are a handful of lines missing semicolons
-the trailing done() should not be needed for .any.js tests

Bug: 899085
Change-Id: Ie8831c26fabe0e043ccba8238925ac7f520d1d69
Reviewed-on: https://chromium-review.googlesource.com/c/1313275
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Commit-Queue: Andreas Butler <andreasbutler@google.com>
Cr-Commit-Position: refs/heads/master@{#605128}

--

wpt-commits: 4ff6f151a21ef885d4e7a41122907862ae5ae037
wpt-pr: 13856
2018-11-10 09:03:12 +00:00
moz-wptsync-bot 0477661a25 Bug 1503791 [wpt PR 13830] - Update wpt metadata, a=testonly
wpt-pr: 13830
wpt-type: metadata
2018-11-10 09:03:11 +00:00
Javier Fernandez 74b3f7dc32 Bug 1503791 [wpt PR 13830] - [css-text] Keep track of the initial offset for each handled text, a=testonly
Automatic update from web-platform-tests[css-text] Keep track of the initial offset for each handled text

In order to identify single leading white-spaces as potential line
breaking opportunities we need to know the offset the iterator starts
at for the current text to handle.

When we landed the change in r596406 we incorrectly assumed that
leading white-spaces were always at offset 1. However, this is not
valid when such leading white-spaces are generated by previous broken
lines.

This CL solves the issue by using the stored initial offset to identify
such single leading white-spaces as potential breaking opportunities.

Bug: 900727
Change-Id: Ibc9dda7632d72ed82a61025015489ec3b70d6919
Reviewed-on: https://chromium-review.googlesource.com/c/1311274
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605055}

--

wpt-commits: c583bcd7eb30f38cb2d673031cde245776f1da5a
wpt-pr: 13830
2018-11-10 09:03:11 +00:00
moz-wptsync-bot 1e1d4a6dbb Bug 1484826 [wpt PR 12577] - Update wpt metadata, a=testonly
wpt-pr: 12577
wpt-type: metadata
2018-11-10 09:03:11 +00:00
Avi Drissman 3682c4249e Bug 1484826 [wpt PR 12577] - Don't allow popups during page unloading times., a=testonly
Automatic update from web-platform-testsDon't allow popups during page unloading times.

Precisely, this disallows them when the event loop's
termination nesting level is nonzero.

This is now part of the spec,
https://html.spec.whatwg.org/#apis-for-creating-and-navigating-browsing-contexts-by-name

> The window open steps, given a string url, a string target, and a string features, are as follows:
> 1. If the event loop's termination nesting level is nonzero, return null.

BUG=844455

Change-Id: I85fb003063f5ed051049c7c263391835421902ac
Reviewed-on: https://chromium-review.googlesource.com/c/1180296
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: Nate Chapin <japhet@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605025}

--

wpt-commits: ffeba23ebd16b9adb2e0e2b5fe6923fef9bb9e5e
wpt-pr: 12577
2018-11-10 09:03:10 +00:00
Robert Ma 61c9346f74 Bug 1504400 [wpt PR 13877] - Revert "Ignore includers of untested mixins (#13611)", a=testonly
Automatic update from web-platform-testsRevert "Ignore includers of untested mixins (#13611)"

This reverts commit e9e06cd3ede66193be47ff0d436c62a606d5fd50.

--

wpt-commits: 69e4ebb5d19fe2cd945dc98c2681f16b92ad0364
wpt-pr: 13877
2018-11-10 09:03:10 +00:00
Donna Wu 6d27a97fc4 Bug 1501947 [wpt PR 13718] - Use USB mojo interfaces in WebUsbDetector., a=testonly
Automatic update from web-platform-testsUse USB mojo interfaces in WebUsbDetector.

This CL converted USB callings in WebUsbDetector to mojo interfaces
by introducing webusb_landing_page in UsbDeviceInfo.

Bug: 699790
Change-Id: I6352c35a7eb9090ef4d5cb3d2436b30216d76ec9
Reviewed-on: https://chromium-review.googlesource.com/c/1297747
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604923}

--

wpt-commits: 843887c17db71d57a4466599cf42f494bea6af1c
wpt-pr: 13718
2018-11-10 09:03:09 +00:00
Charles Vazac 305fad09c9 Bug 1503355 [wpt PR 13789] - Make Server-Timing tests more resilient, a=testonly
Automatic update from web-platform-testsMake Server-Timing tests more resilient (#13789)

--

wpt-commits: 5c95adc476aa7273b152d2468b5e71b42757f007
wpt-pr: 13789
2018-11-10 09:03:09 +00:00
Rune Lillesveen 0b61e937ad Bug 1504390 [wpt PR 13872] - Keep previous_in_flow across shadow boundary., a=testonly
Automatic update from web-platform-testsKeep previous_in_flow across shadow boundary.

For some reason we created a new AttachContext entering a ShadowRoot for
AttachLayoutTree. If the shadow host was display:contents we would lose
the previous_in_flow from the shadow tree checking the need for
whitespace LayoutObject for shadow host siblings.

Created a common space-separated words expectation for css.

Bug: 901323
Change-Id: Ib2fa54d55923c0497ff8e96c5010e68b01570881
Reviewed-on: https://chromium-review.googlesource.com/c/1314589
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604910}

--

wpt-commits: 25b7275dd46568b0ba28201940cadac3045616ff
wpt-pr: 13872
2018-11-10 09:03:09 +00:00
Philip Jägenstedt 95ac7e6930 Bug 1503377 [wpt PR 13791] - Add signed-exchange/META.yml (suggested reviewers), a=testonly
Automatic update from web-platform-testsAdd signed-exchange/META.yml (suggested reviewers) (#13791)

--

wpt-commits: 5d1aee150ce0201b883c31dee60ba23b0e7c633e
wpt-pr: 13791
2018-11-10 09:03:08 +00:00
moz-wptsync-bot b65961bff6 Bug 1504278 [wpt PR 13861] - Update wpt metadata, a=testonly
wpt-pr: 13861
wpt-type: metadata
2018-11-10 09:03:08 +00:00
Marcos Cáceres 6551c9d824 Bug 1504278 [wpt PR 13861] - change test order, a=testonly
Automatic update from web-platform-testschange test order (#13861)

* change test order

Switching order of tests so these click ones can run before canMakePayment() gets upset.

* split up tests

--

wpt-commits: 96d09d3b3b8b8794063e6cd2c5bfe3dd8a4a395c
wpt-pr: 13861
2018-11-10 09:03:07 +00:00
moz-wptsync-bot 9087c02e28 Bug 1498330 [wpt PR 13467] - Extract Safari version from safaridriver, a=testonly
Automatic update from web-platform-testsExtract Safari version from safaridriver (#13467)

--

wpt-commits: bd9dbc0d99bdadc541cd55a0309730d2bf40df1b
wpt-pr: 13467
2018-11-10 09:03:07 +00:00
Morten Stenshorne b93a754b67 Bug 1504092 [wpt PR 13847] - [LayoutNG] Cannot re-use line box fragments when scrollbars change., a=testonly
Automatic update from web-platform-tests[LayoutNG] Cannot re-use line box fragments when scrollbars change.

Without this fix, 3 tests would fail with
https://chromium-review.googlesource.com/c/chromium/src/+/1297367 :

external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-paint-clip-004.html
fast/overflow/image-selection-highlight.html
scrollbars/overflow-scrollbar-combinations.html

Change-Id: Iabd95ead6c96cd50f25e654dda6a7f041ac77af0
Reviewed-on: https://chromium-review.googlesource.com/c/1311926
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604883}

--

wpt-commits: 415f81733682e4307f2acbda8ff948b73f007ea4
wpt-pr: 13847
2018-11-10 09:03:06 +00:00
Philip Jägenstedt 141dbc8466 Bug 1504375 [wpt PR 13865] - Consolidate the flake8 setup into tools/tox.ini and config files, a=testonly
Automatic update from web-platform-testsConsolidate the flake8 setup into tools/tox.ini and config files (#13865)

flake8 is still run as part of the "tools/ unittests (Python 2)" job in
Travis, because `run_applicable_tox` in tools/ci/ci_tools_unittest.sh
will turn `TOXENV=py27` into `TOXENV=py27,py27-flake8`.

Splitting flake8 into a separate job entirely is left for later.
--

wpt-commits: a54a387e5d474670fbe0431eb8a898df603ec0eb
wpt-pr: 13865
2018-11-10 09:03:06 +00:00
Philip Jägenstedt 79446ad356 Bug 1504376 [wpt PR 13866] - Delete appveyor.yml, a=testonly
Automatic update from web-platform-testsDelete appveyor.yml (#13866)

--

wpt-commits: 3051abb292fe91e74718f81c3dd1914c0ff53eb0
wpt-pr: 13866
2018-11-10 09:03:06 +00:00
moz-wptsync-bot 9947c9a0f7 Bug 1503518 [wpt PR 13805] - Update wpt metadata, a=testonly
wpt-pr: 13805
wpt-type: metadata
2018-11-10 09:03:05 +00:00
YUHAN WU 7a4e8ffe51 Bug 1503518 [wpt PR 13805] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=190778, a=testonly
Automatic update from web-platform-testswpt-export-for-webkit-190778

--
Merge pull request #13805 from woaiwyhty/wpt-export-for-webkit-190778

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

wpt-commits: ff3e6e2db88acc409216225c80aef51594696215, 457d416adbbfff6916357a347d2a98fef2d8fcd2
wpt-pr: 13805
2018-11-10 09:03:05 +00:00
moz-wptsync-bot 1fdfb8d313 Bug 1503698 [wpt PR 13822] - Update wpt metadata, a=testonly
wpt-pr: 13822
wpt-type: metadata
2018-11-10 09:03:04 +00:00
Anders Hartvoll Ruud a59d54df31 Bug 1503698 [wpt PR 13822] - [css-properties-values-api] Invalidate paint worklet on registration., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Invalidate paint worklet on registration.

Due to how initial values of registered custom properties used to be
handled, the style diff function for custom paint could not discover that
the computed value for some property changed due to a new property
registration.

This meant that, if you used the property '--x' in your paint worklet
(without applying '--x' on any element in the document), and _then_
registered the property '--x' (giving it an initial value), the worklet
would not repaint even though the computed value of --x changed from
"nothing" to the registered initial value.

Now that initial values are returned from ::GetRegisteredVariable, simply
compare those values when diffing for custom paint invalidation.

Note that the second test in this CL is already passing before this CL,
but I'm including it anyway since that case is also mentioned in the bug.

R=ikilpatrick@chromium.org

Bug: 657706
Change-Id: I2b7707d48d73693a70b100fe1121bd7f977b4db1
Reviewed-on: https://chromium-review.googlesource.com/c/1309788
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604607}

--

wpt-commits: 2a5673603f719fed9b3dce2f6bde705057b90599
wpt-pr: 13822
2018-11-10 09:03:04 +00:00
Yoshifumi Inoue 973d06230f Bug 1503922 [wpt PR 13835] - Make Element#innerText not to emit Tab/Newline for <td>/<tr>/<br> itself, a=testonly
Automatic update from web-platform-testsMake Element#innerText not to emit Tab/Newline for <td>/<tr>/<br> itself

This patch changes |Element#innerText| not to emit Tab/Newline for <td>, <br>,
<tr> itself to follow the spec change[1] for improving interop.

Example:
 - <br>.innerText -> "" (was "\n")
 - <td>abc</td>.innerText -> "abc" (was "abc\t")
 - <tr><td>abc</td></tr>.innerText -> "abc" (was "abc\n")

[1] https://github.com/whatwg/html/pull/4132 Make innerText getter not run the
algorithm on the element itself

Bug: 897373
Cq-Include-Trybots: luci.chromium.try​:linux_layout_tests_layout_ng
Change-Id: I4266ee28df9b44e9044dfa60c2d54257a5f82eeb
Reviewed-on: https://chromium-review.googlesource.com/c/1312436
Reviewed-by: Yoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604872}

--

wpt-commits: ff0b6d883e558c94a2302985d424606a80ed5200
wpt-pr: 13835
2018-11-10 09:03:04 +00:00
Florian Rivoal 85ecf206a3 Bug 1497142 [wpt PR 13415] - [css-text] word-break:break-all does not affect punctuation, a=testonly
Automatic update from web-platform-tests[css-text] word-break:break-all does not affect punctuation (#13415)

Turns into an proper wpt test case the test discussed in https://github.com/w3c/csswg-drafts/issues/785#issuecomment-374866706
--

wpt-commits: b61f5da2f084542d060e954209a4794f346c789a
wpt-pr: 13415
2018-11-10 09:03:03 +00:00
moz-wptsync-bot db3be589a6 Bug 1496849 [wpt PR 13397] - Update wpt metadata, a=testonly
wpt-pr: 13397
wpt-type: metadata
2018-11-10 09:03:03 +00:00
Florian Rivoal f9ea269ebe Bug 1496849 [wpt PR 13397] - [css-text-3] tests for letter-spacing, a=testonly
Automatic update from web-platform-tests[css-text-3] tests for letter-spacing (#13397)

Covers https://github.com/w3c/csswg-drafts/issues/1518 and
https://github.com/w3c/csswg-drafts/issues/1509
--

wpt-commits: 14f049857537e878d690fddce2352a89779e3f57
wpt-pr: 13397
2018-11-10 09:03:02 +00:00
moz-wptsync-bot 17bc4ebfa5 Bug 1496119 [wpt PR 13338] - Update wpt metadata, a=testonly
wpt-pr: 13338
wpt-type: metadata
2018-11-10 09:03:02 +00:00
Florian Rivoal 482d3835d9 Bug 1496119 [wpt PR 13338] - [css-text] Trailing ideographic white-space, a=testonly
Automatic update from web-platform-tests[css-text] Trailing ideographic white-space (#13338)

Relates to https://github.com/w3c/csswg-drafts/issues/2500
--

wpt-commits: 85746ce0c5b8e8403c0238af6469d7177ed15c49
wpt-pr: 13338
2018-11-10 09:03:01 +00:00
moz-wptsync-bot 3483e65f44 Bug 1494191 [wpt PR 13211] - Update wpt metadata, a=testonly
wpt-pr: 13211
wpt-type: metadata
2018-11-10 09:03:01 +00:00
Florian Rivoal e93ff66557 Bug 1494191 [wpt PR 13211] - [css-text] word-break:keep-all with U+3000 (space) and U+3001 (punctuation), a=testonly
Automatic update from web-platform-tests[css-text] word-break:keep-all with U+3000 (space) and U+3001 (punctuation) (#13211)

At the time of writing, Chrome passes, but Firefox and Safari fail.

Related to https://github.com/w3c/csswg-drafts/issues/3142
--

wpt-commits: ac65f580b18722c161a59fe1a4436f17f6acda2d
wpt-pr: 13211
2018-11-10 09:03:00 +00:00
Anne van Kesteren 459deb257e Bug 1504108 [wpt PR 13850] - Request/Response's clone() realm, a=testonly
Automatic update from web-platform-testsRequest/Response's clone() realm

For https://github.com/whatwg/fetch/issues/825.
--

wpt-commits: e5ba0a871d891aabfe286935d31cbae6b4a850c3
wpt-pr: 13850
2018-11-10 09:03:00 +00:00
moz-wptsync-bot 0cc6e7567d Bug 1502443 [wpt PR 13739] - Update wpt metadata, a=testonly
wpt-pr: 13739
wpt-type: metadata
2018-11-10 09:03:00 +00:00
Dominic Farolino 573eea3331 Bug 1502443 [wpt PR 13739] - Change default classic script fetch options credentials mode, a=testonly
Automatic update from web-platform-testsChange default classic script fetch options credentials mode

This CL changes the default classic script fetch options credentials mode
from "omit" to "same-origin", as per the recent spec change [1], and adds
descendant worker credentials tests as a follow-up to said spec change and
[2].

[1]: https://github.com/whatwg/html/pull/3656
[2]: https://github.com/web-platform-tests/wpt/issues/13426

R=domenic@chromium.org, kouhei@chromium.org, nhiroki@chromium.org

Bug: 849101
Change-Id: I958f552f0ee91beb8aab98269f79a1eb219fb40a
Reviewed-on: https://chromium-review.googlesource.com/c/1301964
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604862}

--

wpt-commits: 085c8a8f6eab33c6586d4d1f9897b700f41c8f54
wpt-pr: 13739
2018-11-10 09:02:59 +00:00
Eric Willigers 0bf3dec27b Bug 1501246 [wpt PR 13677] - [css-overscroll-behavior] Inheritance, initial, a=testonly
Automatic update from web-platform-tests[css-overscroll-behavior] Inheritance, initial (#13677)

Properties inherit or not according to the spec.
Properties have initial values according to the spec.
https://drafts.csswg.org/css-overscroll-behavior/#property-index
--

wpt-commits: 69a295238d917c2438c0029a143757a99768f275
wpt-pr: 13677
2018-11-10 09:02:59 +00:00
moz-wptsync-bot c3cda79cb6 Bug 1504172 [wpt PR 13859] - Update wpt metadata, a=testonly
wpt-pr: 13859
wpt-type: metadata
2018-11-10 09:02:58 +00:00
Marcos Cáceres b676d37749 Bug 1504172 [wpt PR 13859] - Remove tests for supportedTypes from basic-card, a=testonly
Automatic update from web-platform-testsRemove tests for supportedTypes from basic-card (#13859)

* Remove tests for supportedTypes from basic-card

* Add historical check for supportedType

* Update payment-method-basic-card/empty-data-manual.https.html

Co-Authored-By: marcoscaceres <marcos@marcosc.com>

* Update payment-method-basic-card/empty-data-manual.https.html

Co-Authored-By: marcoscaceres <marcos@marcosc.com>

--

wpt-commits: fb15e14b52049f952612623ee0d7fb7a620a57c9
wpt-pr: 13859
2018-11-10 09:02:58 +00:00
Marcos Cáceres 702069faba Bug 1504182 [wpt PR 13860] - Remove tests for supportedTypes from payment handler, a=testonly
Automatic update from web-platform-testsRemove tests for supportedTypes from payment handler (#13860)

--

wpt-commits: 5d4871b4b8b5f5c489ddab276d68e952a5babb85
wpt-pr: 13860
2018-11-10 09:02:57 +00:00
Chris Dumez 6d3a5b12b7 Bug 1504119 [wpt PR 13854] - location.pathname should return "blank" when there is no browsing con…, a=testonly
Automatic update from web-platform-testslocation.pathname should return "blank" when there is no browsing context (#13854)

The pathname of "about:blank" is "blank", not "".
--

wpt-commits: a6322a0bf9f7b0553dec4c8eee5a673fccf9a91b
wpt-pr: 13854
2018-11-10 09:02:57 +00:00
moz-wptsync-bot bf0f90c62c Bug 1496076 [wpt PR 13333] - Update wpt metadata, a=testonly
wpt-pr: 13333
wpt-type: metadata
2018-11-10 09:02:57 +00:00
Florian Rivoal 7a75eb08cd Bug 1496076 [wpt PR 13333] - [css-text] Check hanging of trailing white-space with pre-wrap, a=testonly
Automatic update from web-platform-tests[css-text] Check hanging of trailing white-space with pre-wrap

--
Merge pull request #13333 from frivoal/text-3116

[css-text] Check hanging of trailing white-space with pre-wrap
--

wpt-commits: 0c431cd14c54327c58909c0671149c518d0e0438, 9e3c344cd052bc7ba0e957f3a343a09f09e29815
wpt-pr: 13333
2018-11-10 09:02:56 +00:00
mark a. foltz 96a4f1100c Bug 1503410 [wpt PR 13794] - [Presentation API] Remove from insecure contexts., a=testonly
Automatic update from web-platform-tests[Presentation API] Remove from insecure contexts.

This patch removes the Presentation API from insecure contexts.  The number of presentations started on insecure contexts is 0.0001% of page views on desktop and 0.0004 on Android.

In addition it updates layout tests and WPT to use https: for presentation URLs.

Blink-dev thread:
https://groups.google.com/a/chromium.org/d/topic/blink-dev/lumj0lVdtHA/discussion

chromestatus.com feature entry:
https://www.chromestatus.com/feature/5766218384408576

Bug: 733381
Change-Id: I9ae3025160b0e0bcf987fda0068a0e6bd92c24fd
Reviewed-on: https://chromium-review.googlesource.com/c/1306336
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604621}

--

wpt-commits: 68c63e96b88dfaceb492a8247ea8830484bf8007
wpt-pr: 13794
2018-11-10 09:02:56 +00:00
moz-wptsync-bot 9531a8aa7d Bug 1467354 [wpt PR 11375] - Update wpt metadata, a=testonly
wpt-pr: 11375
wpt-type: metadata
2018-11-10 09:02:56 +00:00
Florian Rivoal 0cb4f70f71 Bug 1467354 [wpt PR 11375] - [css-text-3] Hanging punctuation is scrollable overflow, a=testonly
Automatic update from web-platform-tests[css-text-3] Hanging punctuation is scrollable overflow

Relates to the spec changes decided in
https://github.com/w3c/csswg-drafts/issues/2398

--
Merge pull request #11375 from frivoal/css-text-2398

[css-text-3] Hanging punctuation is scrollable overflow
--

wpt-commits: e93c468fcfd71112be7be632caa2762124ff3368, d74aa5de90a672c87d3f8031cf2d88f00f6d8466
wpt-pr: 11375
2018-11-10 09:02:55 +00:00
Philip Jägenstedt c76ee4e4e4 Bug 1503372 [wpt PR 13790] - Fix link markup in signed-exchange/README.md, a=testonly
Automatic update from web-platform-testsFix link markup in signed-exchange/README.md (#13790)

--

wpt-commits: 088f63b9c303e1e3a5be74058c0b81a5d30502f2
wpt-pr: 13790
2018-11-10 09:02:55 +00:00
Philip Jägenstedt 81e992e935 Bug 1503435 [wpt PR 13797] - Add self as suggested reviewer of speech-api/, a=testonly
Automatic update from web-platform-testsAdd self as suggested reviewer of speech-api/ (#13797)

--

wpt-commits: d0ce4d98e54a10b7526009329cc4be31c7a3e4fc
wpt-pr: 13797
2018-11-10 09:02:54 +00:00
moz-wptsync-bot 596af5f44b Bug 1503649 [wpt PR 13816] - Update wpt metadata, a=testonly
wpt-pr: 13816
wpt-type: metadata
2018-11-10 09:02:54 +00:00
Anders Hartvoll Ruud 6d9dfe05bf Bug 1503649 [wpt PR 13816] - [css-properties-values-api] Store initial variables on ComputedStyle., a=testonly
Automatic update from web-platform-tests[css-properties-values-api] Store initial variables on ComputedStyle.

Initial values are currently not stored at all on ComputedStyle, and we
must refer to the PropertyRegistration to figure out what the initial value
for a given property is.

The problem with this, is that registering a property also has the effect
of giving all styles that are already computed new values (effectively).
For example, if a property '--x' is not registered (and not applied on any
style), the computed value of that property is the "empty value" as
described in css-variables. If the property then becomes registered,
the initial value suddenly becomes whatever is specified by the
registration, even on the ComputedStyle objects that already exist.

This causes problems for calculating transitions, because we incorrectly
consider the previous computed value to be "initialValue" from the
registration rather than what it really was: "empty value".

This CL adds a StyleInitialData class which contains the initial values
for all registered variables. This class is instantiated for the initial
style, and then referenced by all ComputedStyles that inherit from that
style.

This makes it possible to know what the initial value was for a certain
property at the time style calculation took place.

R=futhark@chromium.org

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

--

wpt-commits: bce35cc67fe84021df94dc52e60522b1f1b46e8b
wpt-pr: 13816
2018-11-10 09:02:53 +00:00
Guido Urdaneta e9479785fe Bug 1504082 [wpt PR 13845] - Add extra utilities to content::media_constraints, a=testonly
Automatic update from web-platform-testsAdd extra utilities to content::media_constraints

This CL adds:
* NumericRangeSet::Contains().
* NumericRangeSet::EmptySet().
* ResolutionSet::FromNativeResolution().

These utilities are in preparation for supporting the resizeMode
constrainable property in getUserMedia() and applyConstraints().

Drive-by: minor fixes/improvements.

Bug: 854980
Change-Id: I858f406308aa9bba40521d5e740219b72e2c8a48
Reviewed-on: https://chromium-review.googlesource.com/c/1308133
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604574}

--

wpt-commits: 5b699ddb3200ce3abc8a2a5059c52235076bde4f
wpt-pr: 13845
2018-11-10 09:02:53 +00:00
Wanming Lin 883d572800 Bug 1503596 [wpt PR 13813] - Add assert_not_own_property, a=testonly
Automatic update from web-platform-testsAdd assert_not_own_property (#13813)

Fixed #13186
--

wpt-commits: 679a364421ce3704289df21e1ff985c14b360981
wpt-pr: 13813
2018-11-10 09:02:52 +00:00
Philip Jägenstedt ecc57e79a3 Bug 1503793 [wpt PR 13831] - [Azure Pipelines] Split manifest update into a separate step, a=testonly
Automatic update from web-platform-tests[Azure Pipelines] Split manifest update into a separate step (#13831)

For some reason, manifest generation is faster this way.

Drive-by: don't use multi-line script where not needed
--

wpt-commits: 46e12063c39422833ea51552e86b200175be0f1a
wpt-pr: 13831
2018-11-10 09:02:52 +00:00