Automatic update from web-platform-testsUpdate the resource-timing IDL + test (#11909)
--
wpt-commits: 53dbcecf1e4b5ff40f1d0ee67037e32a4249f9ce
wpt-pr: 11909
Automatic update from web-platform-testsImageLoading: Don't reschedule a microtask on attach if one is pending.
This patch ensures that we don't reschedule an image loading microtask
if there is one pending already. This is important to ensure that image
decode microtasks see the image data (ie the image loading microtask
runs first) if there are no other changes only insertion into a
document.
The existing tests that were added for this still pass (from crrev.com/cdd156337ada7)
http/tests/misc/image-blocked-src-change.html
http/tests/misc/image-blocked-src-no-change.html
http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg
http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html
The new test fails without the change and passes with.
R=chrishtr@chromium.org
Bug: 864306
Change-Id: I1d3d2ed4c12b53fab931e55a85c4f5cd18fe1cc4
Reviewed-on: https://chromium-review.googlesource.com/1141121
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577006}
--
wpt-commits: 6aabe74f9e6a4b9471f112e15b56b9e1a39004e5
wpt-pr: 12044
Automatic update from web-platform-testsAdd tests for where list-style-position: inside is odd today (#8822)
--
wpt-commits: 8090a0a0032ee4f2c08dc90f6b7838eab1f6dfe2
wpt-pr: 8822
Automatic update from web-platform-testsSimplify the webstorage IDL test (#12113)
--
wpt-commits: 21d0b1d7cce836cbc7067cc92be6e3e9526b2631
wpt-pr: 12113
Automatic update from web-platform-testsFixing Server-Timing header parsing tests
The Server-Timing response header is allowed to have a comma-separated
list of timing metrics. We have test code that checks that the right
number of components get parsed. When there are more components than
expected, though, the test code ends up trying to lookup a field from an
undefined value. This caused the test runner to bail out and skip
subsequent tests.
This patch changes the test code to check for an undefined value and
skip ahead as needed.
Change-Id: I2304424978e3d4634c3508b1fefbba809374950e
Reviewed-on: https://chromium-review.googlesource.com/1144200
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Commit-Queue: Tom McKee <tommckee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576911}
--
wpt-commits: 36dd72261c766fe6e32d2db9b2b53d37918a945c
wpt-pr: 12081
Automatic update from web-platform-testsCSS: scroll properties do not accept unitless lengths
The following properties no longer accept unitless lengths in quirks mode:
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
The only properties that should accept unitless lengths in quirks mode
are listed in
https://quirks.spec.whatwg.org/#the-unitless-length-quirk
BUG=865889
Change-Id: Id700932eda312dc0292b2c4a25ddbb57f2f99aa9
Reviewed-on: https://chromium-review.googlesource.com/1144991
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576880}
--
wpt-commits: 668862980b36800c64ff927f79193f96efe9b086
wpt-pr: 12088
Automatic update from web-platform-testsSimplify the proximity IDL test (#12107)
--
wpt-commits: f349306d1227ed23348f93ad780646f8cfa20e04
wpt-pr: 12107
Automatic update from web-platform-testsFirst Web Platform test using the WebXR Test API.
https://github.com/immersive-web/webxr-test-api
Change-Id: Ic741d23bf0607726d9a938f08f7964a5f9c957d9
Reviewed-on: https://chromium-review.googlesource.com/1070778
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Anna Offenwanger <offenwanger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576869}
--
wpt-commits: db532d16883ceb1909285b263948ffffc968f1fd
wpt-pr: 11737
Automatic update from web-platform-testsSimplify the orientation-sensor IDL test (#12106)
--
wpt-commits: 9d8a0d0446fae393623d6ec32019fc60d94655c4
wpt-pr: 12106
Automatic update from web-platform-testsClean up the battery-status IDL test (#12091)
--
wpt-commits: 5fd123f7c4427320d01d5de0196043bb9dd9295d
wpt-pr: 12091
Automatic update from web-platform-testsClean up the css-font-loading IDL test (#11985)
--
wpt-commits: bf6f17c25d454b68a85f048fdecfe9f6eca3febb
wpt-pr: 11985
Automatic update from web-platform-testsSimplify the mediasession IDL test (#12105)
--
wpt-commits: 60cfb547827cd6953dd7e5641b79ceb27895c5fd
wpt-pr: 12105
Automatic update from web-platform-testsSimplify the ambient-light IDL test (#12093)
--
wpt-commits: 149b01dd3c58baa247d137de6217c68b535b062a
wpt-pr: 12093
Automatic update from web-platform-testsSimplify the image-capture IDL test (#12104)
--
wpt-commits: 9ce296bbd84a2b11c4d98b2bcbedc4dd4fbbc5bb
wpt-pr: 12104
Automatic update from web-platform-testsSimplify the gyroscope IDL test (#12100)
--
wpt-commits: 4250b2681ad721494918ce99ea5d5d7119edb79e
wpt-pr: 12100
Automatic update from web-platform-testsSimplify the keyboard-lock IDL test (#12101)
--
wpt-commits: 5c643d6b40e8282aa196eebb7efa5c3a413ec8be
wpt-pr: 12101
Automatic update from web-platform-testsFix typo in panner-distance-clampling.html test
The should.throw() method now expects an actual error object instead
of a string and I think someone just forgot to change the
'RangeError' strings in this test to be just the RangeError object.
Bug: 865371
Test: test passes again
Change-Id: I07cc057ff4f608a01ed3f35a0268b6e267078d13
Reviewed-on: https://chromium-review.googlesource.com/1144128
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576856}
--
wpt-commits: 0a5194d5b94f64d36cf0fd399b650fc53f1d7bd0
wpt-pr: 12076
Automatic update from web-platform-testsSimplify the keyboard-map IDL test (#12102)
--
wpt-commits: 24e8ae1a5621ad4dc6821ed9143927686ba5db40
wpt-pr: 12102
Automatic update from web-platform-testsSimplify the magnetometer IDL test (#12103)
--
wpt-commits: 66cd026a6d24acd9780b14b25a21563bdd4dbb71
wpt-pr: 12103
Automatic update from web-platform-testsImplement & ship: RTCPeerConnection.addTransceiver()
Intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/yC_UowCRnaY
Spec: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver
This method is only supported if sdpSemantics:'unified-plan' is used,
for more information see intent to ship which explains the background.
In "Unified Plan", this creates a transceiver. Otherwise, this throws an
kInvalidStateError.
external/wpt/webrtc/ runs in default "Plan B" mode,
virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/ runs in "Unified
Plan" mode. -expected.txt files are updated accordingly. If there is
no -expected.txt file in "virtual" then it uses the same
-expected.txt as the non-"virtual" if there is one; PASS-only files
are needed in "virtual" if the non-"virtual" one contained any FAIL
(as opposed to ommiting the -expected.txt file because everything
passed).
Most WPT uses addTransceiver(), so adding it made *A LOT* of tests that
weren't running before either pass or run further and fail differently,
hence the vast amount of -expected.txt files being changed.
Bug: 777617
Change-Id: Icb37e4f0934592f0e334a8f07f1dc1f55e2ca8f2
Reviewed-on: https://chromium-review.googlesource.com/1143478
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Florent Castelli <orphis@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576854}
--
wpt-commits: 64689609bd77dfdfad8aa69a9477509e42c8613f
wpt-pr: 12069
Automatic update from web-platform-testsMerge pull request #11667 from mrego/css-contain-common-references
[css-contain] Use generic references for tests
--
wpt-commits: c005f70ec1e4716d1163051c36e5e7a473509d82
wpt-pr: 11667
Automatic update from web-platform-tests[Picture-in-Picture] Fix web platform tests that time out.
This makes sure web platform tests for Picture-in-Picture do not time
out when Picture-in-Picture API is not available.
Besides, wpt/picture-in-picture/request-picture-in-picture is split
to work around a flaky timeout in WPT upstream that's related to
https://github.com/web-platform-tests/wpt/issues/10398
Note: based on https://github.com/web-platform-tests/wpt/pull/11329
Bug: 806249
Change-Id: I6185253dfa4aae5111e87553581b8464032558d1
Reviewed-on: https://chromium-review.googlesource.com/1107626
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#576804}
--
wpt-commits: 38ef6aad13a38e3dec8ca2c3783f9ab0575ad356
wpt-pr: 11589
Automatic update from web-platform-testsWPT: service worker: Add test for updating due to redirects in navigations.
Handle Fetch algorithm:
If request is a non-subresource request...invoke Soft Update algorithm
with registration.
https://w3c.github.io/ServiceWorker/#on-fetch-request-algorithm
Bug: 865839
Change-Id: I56eb447313171eebd2da4b4eb79771e8b89e212b
Reviewed-on: https://chromium-review.googlesource.com/1144584
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576805}
--
wpt-commits: c62043432c0f585e16931a4edc6aa8e61c0b236a
wpt-pr: 12085
Automatic update from web-platform-testsPaymentRequest: Fix a typo in wpt test
The test variable `t` is not defined.
Bug: none
Change-Id: I2678e09405913327c550a46df66aaa04c3bef940
Reviewed-on: https://chromium-review.googlesource.com/1141753
Reviewed-by: Jinho Bang <jinho.bang@samsung.com>
Reviewed-by: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Jinho Bang <jinho.bang@samsung.com>
Cr-Commit-Position: refs/heads/master@{#576661}
--
wpt-commits: abd18b3e018d25ed668d179c905b7869dca5e239
wpt-pr: 12052
Automatic update from web-platform-testsChange to window test only (#12079)
--
wpt-commits: e27ad868834b26458ce6687804571ea65c4022a7
wpt-pr: 12079
--HG--
rename : testing/web-platform/tests/webauthn/idlharness.https.any.js => testing/web-platform/tests/webauthn/idlharness.https.window.js
Automatic update from web-platform-testsARIA: Add team contact to suggested reviewers for wai-aria and core-aam (#12075)
--
wpt-commits: a94a3ed3ac8ba0f6cb38d247e75640704c444429
wpt-pr: 12075
Automatic update from web-platform-tests[animationworklet] Move global from window to CSS namespace
The interesting changes are in css_animation_worklet.idl
- change AW to be static attribute on partial CSS interface.
- explicitly asking binding to pass in ScriptState since
window is no longer available. This means changing few function
that used to take ExecutionContext to take ScriptState.
There rest are automated renames from
Window.animationWorklet => CSS.animationWorklet
WindowAnimationWorklet => CSSAnimationWorklet
Bug: 865017
Change-Id: Ic89dc50a027ca225f5e19d9d9dc6b38a8aef7a7d
Reviewed-on: https://chromium-review.googlesource.com/1142372
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576555}
--
wpt-commits: dee866498441512a1ea1ff4c3a7d869c811fac3e
wpt-pr: 12063
Automatic update from web-platform-testsHTMLAnchorElement::href and HTMLAreaElement::href changed
to accept Trusted Types
Existing implementation of setHref moved from DOMURLUtils
to DOMURL
New implementation of setHref added to DOMURLUtils
New implementations of href() added to DOMURLUtilsReadOnly
to accept URLString as an argument
Bug: 739170
Change-Id: I047d6a564e65a3be78436faef8780f60b85e8f7c
Reviewed-on: https://chromium-review.googlesource.com/1143391
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576525}
--
wpt-commits: b6e409a39fade53cefcf47c5c6e42195f8e65504
wpt-pr: 12067
Automatic update from web-platform-testswai-aria: add tests for aria-expanded on menuitem and its subclasses (#12066)
--
wpt-commits: 421bfb1f17dcc51f6df04c75364c1995723b7ea8
wpt-pr: 12066
Automatic update from web-platform-testsHTMLLinkElement::href modified to accept TrustedTypes
Existing implementation of setHref() changed,
older version is abandoned.
Added new function href() to accept URLString
as an argument.
Bug: 739170
Change-Id: Id57e361574c50b13df1876fe83e8693429b66fc8
Reviewed-on: https://chromium-review.googlesource.com/1136635
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576466}
--
wpt-commits: 9482421dd85d75ade577fe08afae662e66d20771
wpt-pr: 11973
Automatic update from web-platform-testsHTMLObjectElement changed to accept Trusted Types
Modified data and codeBase attributes definition in *.idl file.
Bug: 739170
Change-Id: Ia332493450d0e780e4e6eb332708216da02060d1
Reviewed-on: https://chromium-review.googlesource.com/1137824
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576465}
--
wpt-commits: dbd32c32d6fece0a9bbf004d09b9853b5052cdc2
wpt-pr: 11998
Automatic update from web-platform-testsChanging src attribute of HTMLXXXElement from USVString to URLString
Attribute src of HTMLIFrameElement changed from USVString to URLString
Attribute src of HTMLTrackElement changed from USVString to URLString
Attribute src of HTMLInputElement changed from USVString to URLString
Attribute src of HTMLFrameElement changed from USVString to URLString
Tests created for assignment to src
Bug: 739170
Change-Id: I52254462ab7325264420aac989f08a30adfe4933
Reviewed-on: https://chromium-review.googlesource.com/1139062
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576452}
--
wpt-commits: 82b28665ca63fc91afec62b270ad2f618de99a5d
wpt-pr: 12019
Automatic update from web-platform-testsWindow, LocalDomWindow and Document open() functions modified to accept
TrustedTypes
Changed open() definitions in .idl files.
Introduced new implementations of LocalDomWindow::open(), old versions
renamed openFromString and moved to private section.
Changed definition of 3-argument version of Document::open.
Bug: 739170
Change-Id: I64931c5e95eaa9dd2d2aab19ccb0bf8896621e7d
Reviewed-on: https://chromium-review.googlesource.com/1141581
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Maja Kabus <kabusm@google.com>
Cr-Commit-Position: refs/heads/master@{#576398}
--
wpt-commits: a6e4d3fc416ef91ed9aa856522a2255608da2c30
wpt-pr: 12049
Automatic update from web-platform-testsAdd [SecureContext] to additional WebUSB interfaces
This change updates the WebUSB WebIDL files to match the recently merged
spec pull request #142 by hiding interfaces which aren't useful in
insecure contexts.
Change-Id: I98625b2634e452c775601525300672d9440ddbcc
Reviewed-on: https://chromium-review.googlesource.com/1137435
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576316}
--
wpt-commits: d3a6ac23e6c270e910748fb402b5ad2ff1d3feef
wpt-pr: 11988
Automatic update from web-platform-tests[LayoutNG] Fix first-line baseline when 'overflow' is not 'visible'
This patch fixes first-line baseline when the 'overflow'
property is other than 'visible'.
CSS2 states that:
The baseline of an 'inline-block' is the baseline of its
last line box in the normal flow, unless it has either no
in-flow line boxes or if its 'overflow' property has a
computed value other than 'visible', in which case the
baseline is the bottom margin edge.
https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align
This rule should apply only to 'inline-block', but it was
incorrectly applied to first-line baseline as well.
This patch fixes incorrect alignment in the comment lines of
Gerrit code review site.
Bug: 636993
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: I49ffd8c050f384765c61c5678a431fa74492356d
Reviewed-on: https://chromium-review.googlesource.com/1140336
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576294}
--
wpt-commits: 2b76cf7ab641d9ae6c0d00f0c32865b4285b3ce1
wpt-pr: 12038
Automatic update from web-platform-testsReland "Adjusted references in tests to match new helper.sub.js file"
This is a reland of ac436aaa9d361c99dcf4df11bd11ad201a2bccd8
Original change's description:
> Adjusted references in tests to match new helper.sub.js file
>
> helper.js changed to helper.sub.js.
> URLS.safe modified to work with wpt.
>
> Bug: 739170
> Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
> Reviewed-on: https://chromium-review.googlesource.com/1141725
> Reviewed-by: Mike West <mkwst@chromium.org>
> Commit-Queue: Maja Kabus <kabusm@google.com>
> Cr-Commit-Position: refs/heads/master@{#576037}
Bug: 739170
Tbr: alexmos@chromium.org
Change-Id: Idc1e5d5cc4b1dbbc4de4145af38b894c5f4a65b5
Reviewed-on: https://chromium-review.googlesource.com/1142169
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576229}
--
wpt-commits: 81d058b07f1dacf0445eb4bd20a7df14f8961185
wpt-pr: 12061
Automatic update from web-platform-testsDisable kerning for css/css-pseudo/first-letter-opacity-float-001.html
This test has "P" in a float with "ASS" in an inline
formatting context, while its ref has "P" and "ASS" in the
same inline formatting context.
This patch disables kerning to ensure the same rendering.
TBR=eae@chromium.org
Bug: 636993
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: Ie36c9bc8885467e1272f4a7ccb936791362cdaea
Reviewed-on: https://chromium-review.googlesource.com/1142049
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576211}
--
wpt-commits: 73160366b3f95a16226623ad26285cad8c1718ae
wpt-pr: 12060
Automatic update from web-platform-testsRevert "Adjusted references in tests to match new helper.sub.js file"
This reverts commit ac436aaa9d361c99dcf4df11bd11ad201a2bccd8.
Reason for revert:
Sorry for the revert, but this might be breaking some layout tests on
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests/71090 (see also a few subsequent builds)
Failing tests include:
external/wpt/trusted-types/HTMLImageElement-src.tentative.html
external/wpt/trusted-types/HTMLMediaElement-src.tentative.html
external/wpt/trusted-types/HTMLSourceElement-src.tentative.html
external/wpt/trusted-types/block-string-assignment-to-HTMLImageElement-src.tentative.html
external/wpt/trusted-types/block-string-assignment-to-HTMLMediaElement-src.tentative.html
external/wpt/trusted-types/block-string-assignment-to-HTMLSourceElement-src.tentative.html
Sample failure output (from external/wpt/trusted-types/HTMLImageElement-src.tentative.html, others are similar):
This is a testharness.js-based test.
FAIL src = TrustedURL.create(). URLS is not defined
FAIL src = TrustedURL.unsafelyCreate(). URLS is not defined
Harness: the test ran to completion.
Original change's description:
> Adjusted references in tests to match new helper.sub.js file
>
> helper.js changed to helper.sub.js.
> URLS.safe modified to work with wpt.
>
> Bug: 739170
> Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
> Reviewed-on: https://chromium-review.googlesource.com/1141725
> Reviewed-by: Mike West <mkwst@chromium.org>
> Commit-Queue: Maja Kabus <kabusm@google.com>
> Cr-Commit-Position: refs/heads/master@{#576037}
TBR=vogelheim@chromium.org,mkwst@chromium.org,kabusm@google.com
Change-Id: Ieaa3bba36a970c7aa7547939c8f97a57a1b32544
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 739170
Reviewed-on: https://chromium-review.googlesource.com/1142165
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Commit-Queue: Alex Moshchuk <alexmos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576103}
--
wpt-commits: 70afecf33059eab74cd92d97822386955e905a10
wpt-pr: 12058
Automatic update from web-platform-testssrc attribute of HTMLEmbedElement changed from DOMString to ScriptURLString
attribute src of HTMLEmbedElement changed from DOMString to ScriptURLString
Tests added
Bug: 739170
Change-Id: I6ded15b826d1da0d95f31885577db61f5adc7375
Reviewed-on: https://chromium-review.googlesource.com/1140305
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576060}
--
wpt-commits: 60220357131c65146444da1f54624d5b54d0975d
wpt-pr: 12029
Automatic update from web-platform-testsAdjusted references in tests to match new helper.sub.js file
helper.js changed to helper.sub.js.
URLS.safe modified to work with wpt.
Bug: 739170
Change-Id: I89e0efdb07c94e78be826c8807d0577ede8a97ec
Reviewed-on: https://chromium-review.googlesource.com/1141725
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Maja Kabus <kabusm@google.com>
Cr-Commit-Position: refs/heads/master@{#576037}
--
wpt-commits: 0fd696381d8c02f0b635c415752dafe2ce0ba7e6
wpt-pr: 12048
Automatic update from web-platform-testsChanges to HTMLMediaElement
Changing src attribute of HTMLMediaElement from DOMString to URLString
Adding SetSrc to html_media_element.cc which takes USVStringOrTrustedURL
as argument
Added tests
Bug: 739170
Change-Id: Ifde2c90add06cb7ba55596e3cbc06fb160ee2378
Reviewed-on: https://chromium-review.googlesource.com/1141737
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576045}
--
wpt-commits: 5508b8d3acfd3980fcef034b87e90294669539d8
wpt-pr: 12051
Automatic update from web-platform-testsUpdated wasm-js-api IDL file (#12054)
Uncommenting the namespace methods, now that #7583 is resolved.
--
wpt-commits: ea36df492e5d05bd0b7630d259868b1c302dd1ea
wpt-pr: 12054
Automatic update from web-platform-testsCreating setAttribute in element.cc with arguments: USVStringOrTrustedURL
and ExceptionState
Changing attribute src of HTMLSourceElement and HTMLImageElement to URLString
Change of SetSrc of HTMLSourceElement and HTMLImageElement to hava arguments
USVStringOrTrustedURL; calling setAttribute mentioned above from it
Changing calls of SetSrc in other files so that the arguments match; wrapping
arguments and using ASSERT_NO_EXCEPTION
Adding tests for SetSrc
Bug: 739170
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: Ic99a338783bfcbfc5c2dca5061352367c2daeaec
Reviewed-on: https://chromium-review.googlesource.com/1137821
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575992}
--
wpt-commits: 085d47ef10ac636e73fe04e5c232046b329aa382
wpt-pr: 11997
Automatic update from web-platform-testsAdd more spec links to META.yml (#12045)
--
wpt-commits: f25bfad1f26616baa02da8d5f711e299194c5c98
wpt-pr: 12045
Automatic update from web-platform-testsReporting: Payload field should be `body`, not `report`
Per https://w3c.github.io/reporting/#try-delivery, the field in a
JavaScript report object that contains the body is called `body`, not
`report`.
Bug: 704259
Change-Id: Iba3186a0104c2192ced5e4233d55e042e05908f3
Reviewed-on: https://chromium-review.googlesource.com/1140193
Reviewed-by: Misha Efimov <mef@chromium.org>
Commit-Queue: Douglas Creager <dcreager@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575894}
--
wpt-commits: eecf62171b50238462d3046818e108a2b98b655c
wpt-pr: 12030
Automatic update from web-platform-tests[Background Fetch] Support layout tests for the feature
An implementation of BackgroundFetchDelegate has been provided to
content shell which enables Background Fetches, without UI, to finish.
It uses the Download Service through a new dependency. This dependency
will be removed once the Download Service has been servicified, as
//content can depend on it directly from that point forward.
In context of the WPT tests, additional machinery has been added to
enable communication with the Service Worker, required for it to tell
the test about the result of the various Background Fetch events. The
"fetch.https.window.js" file now verifies the behaviour and results
of a single fetched file.
Bug: 864561
Change-Id: If53e6755ae8ea924712f5bdace4df4f658bc53d7
Reviewed-on: https://chromium-review.googlesource.com/1135536
Commit-Queue: Peter Beverloo <peter@chromium.org>
Reviewed-by: Xing Liu <xingliu@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575919}
--
wpt-commits: bf11d1a166660d75383135e9d1610aa987857309
wpt-pr: 12043