These tests are expected-fails due to using some obsolete positioning syntax.
They will become expected-pass once our "upstream" test-fixes in Bug 1559276
finish off their synchronization roundtrip back into our WPT import.
Differential Revision: https://phabricator.services.mozilla.com/D38118
--HG--
extra : moz-landing-system : lando
If the track has already finished loading, we can directly run `trackLoaded()`.
Differential Revision: https://phabricator.services.mozilla.com/D37953
--HG--
extra : moz-landing-system : lando
This is the easy fix.
The hard fix (outlined in the comment) would be nice, but I don't think this bug
alone justifies it.
Differential Revision: https://phabricator.services.mozilla.com/D38184
--HG--
extra : moz-landing-system : lando
For requests without credentials, add wildcard to Access-Control-Expose-Headers.
Differential Revision: https://phabricator.services.mozilla.com/D36624
--HG--
extra : moz-landing-system : lando
Automatic update from web-platform-tests
[UserTimingL3] Replace SyntaxError with TypeError.
The User Timing L3 specification requires TypeErrors to be thrown when
calls to `performance.measure()` are malformed. The User Timing L2
specification used SyntaxErrors for similar error conditions.
This CL changes our use of SyntaxError to TypeError when L3 conformance
is active.
Bug: 953960
Change-Id: I87bb0717687f4a3b149eaeb6fc190fa9a98d1f9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647342
Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Auto-Submit: Tom McKee <tommckee@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668488}
--
wp5At-commits: 27782199136cf350e2dd698856627821a60d712b
wpt-pr: 17208
Automatic update from web-platform-tests
Update some webvtt tests to load Ahem as a web font. (#17298)
These were mistakenly identified as regressions in #17205 but they were
actually already failing, so they can be submitted as they are.
--
wp5At-commits: 03d74b2427e01f1a72f8aae5bc9739230791aea1
wpt-pr: 17298
Automatic update from web-platform-tests
CSS: Test computed value for CSS Text properties
Web Platform Tests for computed values of CSS Text properties
https://drafts.csswg.org/css-text-3/#property-index
Change-Id: I52b3de169752db63c96c8662819d3b8a1141d721
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653608
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668423}
--
wp5At-commits: 293630965d1396176e0fc18e862ea3705c403c27
wpt-pr: 17271
Remove spurious comment orphaned in bug 1444940.
Geolocation is safe... for now.
Differential Revision: https://phabricator.services.mozilla.com/D37801
--HG--
extra : moz-landing-system : lando
Since people like to get wrong attribute values on their images (see the
regressions from bug 1547231).
Differential Revision: https://phabricator.services.mozilla.com/D37936
--HG--
extra : moz-landing-system : lando
This changes the wptrunner to use SendNotifyMessageW instead of SendMessageW
when installing and removing fonts on Windows. The difference between these calls
is that SendNotifyMessageW will not block on each window processing the message
while SendMessageW will. This addresses an issue where the wptrunner would stall
if a window was not processing the font added or removed message.
Differential Revision: https://phabricator.services.mozilla.com/D37617
--HG--
extra : moz-landing-system : lando