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