8e9a5ab5c1dae84e4b91419835cb0ea693b1b7e1: Bug 1473404 [wpt PR 11786] - Add a test for the bounds-checking in createImageBitmap., a=testonly
Ms2ger <Ms2ger@gmail.com> - Sat, 07 Jul 2018 00:29:03 +0000 - rev 426153
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1473404 [wpt PR 11786] - Add a test for the bounds-checking in createImageBitmap., a=testonly
Automatic update from web-platform-testsAdd a test for the bounds-checking in createImageBitmap.
--
wpt-commits: 3634f42a67eeb156aceb8d4e337b62f01908cdf8
wpt-pr: 11786
d6eef7f3762eaf4dc767bfcdafa831db644a9b00: Bug 1473375 [wpt PR 11780] - Don't crash when aborting a fetch in a destroyed context, a=testonly
Adam Rice <ricea@chromium.org> - Sat, 07 Jul 2018 00:27:45 +0000 - rev 426152
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1473375 [wpt PR 11780] - Don't crash when aborting a fetch in a destroyed context, a=testonly
Automatic update from web-platform-testsDon't crash when aborting a fetch in a destroyed context
Once the context in which a fetch is executing has been destroyed the fetch
cannot be aborted. blink::BodyStreamBuffer was attempting to abort the fetch
anyway, leading to a crash. Check that the context hasn't been destroyed before
attempting the abort.
BUG=860063
Change-Id: I593dcbfe2f2dacd7be9df456399cd0328da7af39
Reviewed-on: https://chromium-review.googlesource.com/1125543
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572493}
--
wpt-commits: bfba9da11d4c53a7d33785dfe5b2a5e96171bc7f
wpt-pr: 11780
410cf3c8e3e2ba776ef338f13f962a5996e5691b: Bug 1469800 [wpt PR 11584] - Add console timing manual tests, a=testonly
Dominic Farolino <domfarolino@gmail.com> - Sat, 07 Jul 2018 00:26:27 +0000 - rev 426151
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1469800 [wpt PR 11584] - Add console timing manual tests, a=testonly
Automatic update from web-platform-testsAdd console timing manual tests
--
wpt-commits: eff6365ee9f4e9f010bebb9ef38b79313b3e0035
wpt-pr: 11584
ff5f2bc38d169bef2b15d3de88acd3450e5ebf8c: Bug 1472873 [wpt PR 11760] - [LayoutNG] Fix hit test clipping by fragmented border with round corner, a=testonly
Xiaocheng Hu <xiaochengh@chromium.org> - Sat, 07 Jul 2018 00:25:10 +0000 - rev 426150
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472873 [wpt PR 11760] - [LayoutNG] Fix hit test clipping by fragmented border with round corner, a=testonly
Automatic update from web-platform-tests[LayoutNG] Fix hit test clipping by fragmented border with round corner
Current NG hit test code decides whether a hit test location is clipped
by rounded border by adding border radius to all four corners and then
compare with the hit test location. This is wrong if the box is
fragmented, where it may have only two or zero rounded corners.
This patch changes HitTestClippedOutByBorder() to take the above into
consideration. By utilizing |border_edges_|, it can generate the
corrected rounded border to be hit tested.
Test: This patch slightly modifies WPT
hit-test-inline-fragmentation-with-border-radius.html as a workaround
of some rounding issue, which is out of the scope of this patch.
Bug: 855279, 859233
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng;luci.chromium.try :linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I1e3193f9fc2d5e52ff53d6cb2fcc2a0ae2b3aa43
Reviewed-on: https://chromium-review.googlesource.com/1123265
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572079}
--
wpt-commits: cffbd07683d6a0aa3fc032181dee1f4ac21d3bff
wpt-pr: 11760
MozReview-Commit-ID: nouPFy4brV
234b05356393dc6ed3c1919512dc02c31f8a4773: Bug 1472899 [wpt PR 11761] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 03 Jul 2018 03:00:43 +0000 - rev 426149
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472899 [wpt PR 11761] - Update wpt metadata, a=testonly
wpt-pr: 11761
wpt-type: metadata
b7c6f80c568da5de83794b5b722bc0eb2ad39935: Bug 1472899 [wpt PR 11761] - Async Cookies: Expose oncookiechange on ServiceWorkerGlobalScope., a=testonly
Victor Costan <pwnall@chromium.org> - Sat, 07 Jul 2018 00:23:44 +0000 - rev 426148
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472899 [wpt PR 11761] - Async Cookies: Expose oncookiechange on ServiceWorkerGlobalScope., a=testonly
Automatic update from web-platform-testsAsync Cookies: Expose oncookiechange on ServiceWorkerGlobalScope.
cookiechange events have been dispatched to ServiceWorkerGlobalScope
since https://crrev.com/c/979334 landed, and can be observed using
addEventListener, as shown by the WPT test at
cookie-store/serviceworker_cookieStore_subscriptions_basic.tentative.https.html
This CL adds the oncookiechange attribute to ServiceWorkerGlobalScope,
allowing the event to be handled by a DOM0-style event handler.
Bug: 729800
Change-Id: Ic27979d94934abf833c116787cdad5243422324b
Reviewed-on: https://chromium-review.googlesource.com/1123766
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572400}
--
wpt-commits: bf35451761ed3c9063f928bc8c4c340ee66634f3
wpt-pr: 11761
23a5a863278ccd52e6cb91c412ad475999f662e1: Bug 1472373 [wpt PR 11738] - Rewrite BlobBytesConsumer to not rely on blob URLs., a=testonly
Marijn Kruisselbrink <mek@chromium.org> - Sat, 07 Jul 2018 00:22:26 +0000 - rev 426147
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472373 [wpt PR 11738] - Rewrite BlobBytesConsumer to not rely on blob URLs., a=testonly
Automatic update from web-platform-testsRewrite BlobBytesConsumer to not rely on blob URLs.
The existing implementation depended on the non-mojo blob URL code path,
and so would break soon after mojo blob URLs ship when the old code gets
deleted. So rewrite the implementation to read blobs more directly rather
than going through a blob URL.
Bug: 859109
Change-Id: Ia6f2432e48ac5304ea8f5598d293e31c2c1e1905
Reviewed-on: https://chromium-review.googlesource.com/1120679
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572363}
--
wpt-commits: 8f6ed28158100d414ddac343e6a6f44a74a37e3a
wpt-pr: 11738
5108caaf4b94ea313d978dfb2ba705878ae06ad1: Bug 1472306 [wpt PR 11735] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 05 Jul 2018 02:57:32 +0000 - rev 426146
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472306 [wpt PR 11735] - Update wpt metadata, a=testonly
wpt-pr: 11735
wpt-type: metadata
62c8e471c7e475c58368b9940306fdfe0f291723: Bug 1472306 [wpt PR 11735] - Add more WPT tests for client hints, a=testonly
Tarun Bansal <tbansal@chromium.org> - Sat, 07 Jul 2018 00:21:00 +0000 - rev 426145
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472306 [wpt PR 11735] - Add more WPT tests for client hints, a=testonly
Automatic update from web-platform-testsAdd more WPT tests for client hints
The WPT tests check the Accept-CH-Lifetime (ACL) header functionality.
Add tests for:
(i) When ACL header is sent by a same-origin iframe.
(ii) When ACL header is sent by a cross-origin iframe.
(iii) When ACL header is sent by a subresource.
(iv) When ACL header is sent on the main frame.
Also, change the ACL persistence time-duration from 20
seconds to 5 seconds to make it easier to run multiple tests
quickly and without waiting too long.
Change-Id: I31047598bbb1e7c64cadf3e6845bf850c29aca8b
Bug: 856700
Reviewed-on: https://chromium-review.googlesource.com/1119848
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#572273}
--
wpt-commits: 59d4a411a8ead528f17b124b03c07387a3d43d07
wpt-pr: 11735
7cb6dd7c55818c7a490fc0de5d28161864647691: Bug 1473599 [wpt PR 9811] - Update the picture-in-picture IDL file, a=testonly
Luke Bjerring <lukebjerring@users.noreply.github.com> - Sat, 07 Jul 2018 00:19:32 +0000 - rev 426144
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1473599 [wpt PR 9811] - Update the picture-in-picture IDL file, a=testonly
Automatic update from web-platform-testsUpdate the picture-in-picture IDL file (#9811)
--
wpt-commits: 0294ce4cbf33c7f94799ab913086309158b5ceda
wpt-pr: 9811
616b8723c4455aa6d50f0aeec7210c63bf41ca16: Bug 1472055 [wpt PR 11721] - Deflake cache-storage/script-tests/cache-storage-match.js WPT, a=testonly
Joshua Bell <jsbell@chromium.org> - Sat, 07 Jul 2018 00:18:14 +0000 - rev 426143
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472055 [wpt PR 11721] - Deflake cache-storage/script-tests/cache-storage-match.js WPT, a=testonly
Automatic update from web-platform-testsDeflake cache-storage/script-tests/cache-storage-match.js WPT
The test assumed no cache named 'foo' existed, but another test
cache-keys-attributes-for-service-worker creates a cache by that name,
so the test would flakily fail in some runs depending on the ordering
of the tests.
Make the test defensive by deleting such a cache before proceeding.
Bug: 840850
Change-Id: Ia349706c9a32af309cfadf9a63ba5cffea11998d
Reviewed-on: https://chromium-review.googlesource.com/1119104
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Reviewed-by: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572232}
--
wpt-commits: 5c8e16d4499991fd344359e44cf6ee85b25bb413
wpt-pr: 11721
ba688fc0671e7612cd2400bb00cdf326b4ef0fdc: Bug 1473594 [wpt PR 9771] - Clean up the css-font-loading IDL test, a=testonly
Luke Bjerring <lukebjerring@users.noreply.github.com> - Sat, 07 Jul 2018 00:16:56 +0000 - rev 426142
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1473594 [wpt PR 9771] - Clean up the css-font-loading IDL test, a=testonly
Automatic update from web-platform-testsClean up the css-font-loading IDL test (#9771)
--
wpt-commits: 5c05fc07d58b1352de26f62434103c8ec3941749
wpt-pr: 9771
a7fb46b792fa159beb63d29f900a7bc4268d6f19: Bug 1472955 [wpt PR 11763] - Add a new test case for Element#innerText in Web Platform Test, a=testonly
Yoshifumi Inoue <yosin@chromium.org> - Sat, 07 Jul 2018 00:15:38 +0000 - rev 426141
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472955 [wpt PR 11763] - Add a new test case for Element#innerText in Web Platform Test, a=testonly
Automatic update from web-platform-testsAdd a new test case for Element#innerText in Web Platform Test
This patch introduces a new test case for Element#innerText to verify that
result has a collapsed whitespace due by soft line break.
In the test case, the layout object associated to space character between
<span> elements, doesn't have neither InlineTextBox and NGPhysicalTextFragment.
Thus, Element#innerText implementation should detect this and handle it.
Bug: 651764
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Ia25d06a2a3fe993f2e966188b81f9e9c1d0fe982
Reviewed-on: https://chromium-review.googlesource.com/1124264
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572164}
--
wpt-commits: 5d0c4eb770570e966e9b878b787c7de217462567
wpt-pr: 11763
MozReview-Commit-ID: KMSrvRpCH7R
7dd1b388306765e985e4e267d6f36ea4efdd40c6: Bug 1453212 [wpt PR 10366] - Background-size should not accept negative values., a=testonly
Zhuoyu Qian <zhuoyu.qian@samsung.com> - Sat, 07 Jul 2018 00:14:18 +0000 - rev 426140
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1453212 [wpt PR 10366] - Background-size should not accept negative values., a=testonly
Automatic update from web-platform-testsBackground-size should not accept negative values.
Follow the spec[1], negative values are not allowed.
We should reject the negative values of background-size during parsing.
[1]: https://drafts.csswg.org/css-backgrounds/#background-size
Bug: 825549
Signed-off-by: Zhuoyu Qian <zhuoyu.qian@samsung.com>
Change-Id: Ib260bafa421249aed471ff801c8b49a4b97aba1e
Reviewed-on: https://chromium-review.googlesource.com/989529
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572149}
--
wpt-commits: a04dd9954d333e4f11d093eec4620a2aac95298b
wpt-pr: 10366
207e4a0ec2af3a518738206fa929eb7527d1fd0e: Bug 1472624 [wpt PR 11749] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Mon, 02 Jul 2018 08:25:26 +0000 - rev 426139
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472624 [wpt PR 11749] - Update wpt metadata, a=testonly
wpt-pr: 11749
wpt-type: metadata
b70f95e61e2c81e5c930000cb647ec660eef329e: Bug 1472624 [wpt PR 11749] - [css-properties-values-api]: Drop .tentative from URL resolution test., a=testonly
Anders Hartvoll Ruud <andruud@chromium.org> - Sat, 07 Jul 2018 00:12:53 +0000 - rev 426138
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472624 [wpt PR 11749] - [css-properties-values-api]: Drop .tentative from URL resolution test., a=testonly
Automatic update from web-platform-tests[css-properties-values-api]: Drop .tentative from URL resolution test.
R=eae@chromium.org
Bug: 851490
Change-Id: I0090986f81763d3c84f1245d5340286f9a3a1dff
Reviewed-on: https://chromium-review.googlesource.com/1121463
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572145}
--
wpt-commits: 0630b464a24ccac061f913a0240261dad2dd2f3a
wpt-pr: 11749
12c477fd49fd80ffa49c8c5966bc5dbd4396a782: Bug 1472323 [wpt PR 11736] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Sat, 30 Jun 2018 02:24:14 +0000 - rev 426137
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472323 [wpt PR 11736] - Update wpt metadata, a=testonly
wpt-pr: 11736
wpt-type: metadata
a7b33b087b15231fe7977313f4e4ae3270d429c8: Bug 1472323 [wpt PR 11736] - WPT tests for http-equiv accept-ch header, a=testonly
Tarun Bansal <tbansal@chromium.org> - Sat, 07 Jul 2018 00:11:27 +0000 - rev 426136
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472323 [wpt PR 11736] - WPT tests for http-equiv accept-ch header, a=testonly
Automatic update from web-platform-testsWPT tests for http-equiv accept-ch header
This CL adds WPT tests for http-equiv accept-ch header:
(1) The header is not honored on HTTP pages
(2) Malformed header is not honored
(3) When the header is present, client hints are attached only
on the same-origin subresources, and not on cross-origin
subresources in the same navigation.
(4) When the header is present, client hints are attached only
on the same origin subresources, and not on subresources in
a new navigation.
Bug: 856700
Change-Id: I3f82df8cd02816b06542256062eb291577ebe8b7
Reviewed-on: https://chromium-review.googlesource.com/1120953
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#571986}
--
wpt-commits: 2937bc40761173d438d67b6ebf2b0abcfbb911a4
wpt-pr: 11736
9ca4af7ff1df0275ca25eed4dc5d14a64d52b0d3: Bug 1472406 [wpt PR 11742] - Add layout test for hit testing fragmented inline with rounded border, a=testonly
Xiaocheng Hu <xiaochengh@chromium.org> - Sat, 07 Jul 2018 00:10:09 +0000 - rev 426135
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472406 [wpt PR 11742] - Add layout test for hit testing fragmented inline with rounded border, a=testonly
Automatic update from web-platform-testsAdd layout test for hit testing fragmented inline with rounded border
Bug: 859233
Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng
Change-Id: Ifefe2b4f1b25627c53a467c27937271de9efe450
Reviewed-on: https://chromium-review.googlesource.com/1121584
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571963}
--
wpt-commits: 8213774aa68cc63a195b5d4b82a6ec5f8279e0b9
wpt-pr: 11742
MozReview-Commit-ID: 7H4Ukf4zcBO
1dd327dac2f27cf226aa340fd8e8329c555f4b69: Bug 1472692 [wpt PR 11754] - Don't use six.string_types in wptserve., a=testonly
Ms2ger <Ms2ger@gmail.com> - Sat, 07 Jul 2018 00:08:54 +0000 - rev 426134
Push
34267 by rgurzau@mozilla.com at Wed, 11 Jul 2018 22:05:21 +0000
Bug 1472692 [wpt PR 11754] - Don't use six.string_types in wptserve., a=testonly
Automatic update from web-platform-testsDon't use six.string_types in wptserve.
In python 2, it's defined as basestring, so it matches both str and unicode,
but in python 3, it matches only str (and not bytes). This does not seem like
a useful approach as we add python 3 support, and the now-passing tests
support that view.
--
wpt-commits: f1587a318576ff766b8237e3428ff5377eedfb8e
wpt-pr: 11754