reject Fetch promises with (informative) TypeErrors when decoding fails, per spec
Differential Revision: https://phabricator.services.mozilla.com/D7970
--HG--
extra : moz-landing-system : lando
Neither test file was picking up the pipes correctly due to file names, and form-action-blocks-navigate-to-allows was just using the string "dummy" instead of an actual dummy uuid. This patch fixes that.
Differential Revision: https://phabricator.services.mozilla.com/D10859
--HG--
rename : testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.html.ini => testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html.ini
rename : testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-allows.html => testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-allows.sub.html
rename : testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-blocks.html => testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-allows-navigate-to-blocks.sub.html
rename : testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-allows.html => testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-allows.sub.html
rename : testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-blocks.html => testing/web-platform/tests/content-security-policy/navigate-to/form-action/form-action-blocks-navigate-to-blocks.sub.html
rename : testing/web-platform/tests/content-security-policy/navigate-to/spv-only-sent-to-initiator.html => testing/web-platform/tests/content-security-policy/navigate-to/spv-only-sent-to-initiator.sub.html
extra : moz-landing-system : lando
Streams have multiple parts that can be JS objects from different compartments.
For example, the [[reader]] internal slot of a stream can point to a reader
object in another compartment.
This patch makes the ReadableStream implementation robust against mixing and
matching stream-related objects and methods from different globals.
This also removes ReadableStreamBYOBReader and ReadableStreamBYOBRequest for
now, with a view toward enabling basic ReadableStream features by default in
bug 1389628.
Differential Revision: https://phabricator.services.mozilla.com/D8450
--HG--
extra : rebase_source : 71d73bed5bc82557efcb6b1ecb231275fd3e1189
extra : amend_source : de29f663b9929eb2858b23cc6f4e7ba97b23a28c
extra : source : f91eb962df6a06d5f51ad13caa2a4a9c2947f293
This commit adds the multi-position gradient color-stops syntax.
GradientItem::parse_comma_separated is extended to attempt to parse
a LengthOrPercent after each color stop. If it succeeds, it appends
an additional color stop with a duplicate color and the specified
position.
This change is only to the parsing, serialization is left unchanged
as per [1].
[1] https://github.com/w3c/csswg-drafts/issues/2714
Differential Revision: https://phabricator.services.mozilla.com/D7380
--HG--
extra : rebase_source : c580e4bd0e4013d19d8418870aa04eb56fa29303
extra : intermediate-source : e85309ff67f47c2ee52944499f6ababe1278fabd
extra : source : 18e81538f6f439a8c02a03f21fff22cc5e6128f4
* Update encoding_rs to 0.8.8.
* Change U+FEFD and U+FEFE to RTL in IS_RTL_PRESENTATION_FORM to make the
Rust and C++ code agree on what's RTL.
MozReview-Commit-ID: CuK6fN4pojG
Differential Revision: https://phabricator.services.mozilla.com/D7285
--HG--
extra : moz-landing-system : lando
This test runs multiple testcases, so sometimes 10 seconds are not enough for
all of them to finish. This commit bumps the timeout to 60 seconds and reenabled
the test on Linux.
Differential Revision: https://phabricator.services.mozilla.com/D7291
--HG--
extra : source : 9a685b824b8862df011d96b6a246f7ff83fe5e67
extra : amend_source : ebcbba770e232cef4ae20e15fbaea48dedd3e02a
This test runs multiple testcases, so sometimes 10 seconds are not enough for
all of them to finish. This commit bumps the timeout to 60 seconds and reenabled
the test on Linux.
Differential Revision: https://phabricator.services.mozilla.com/D7291
--HG--
extra : moz-landing-system : lando
This test tried to clean up after itself, but didn't do a very good
job at it. I didn't analyze it fully, but I suspect that the ordering
of the microtasks in the test depended on a race condition that caused
it to fail from time to time. This commit moves cleanup code to the
test harness, which does a better job at ensuring that things happen
in order.
Differential Revision: https://phabricator.services.mozilla.com/D7278
--HG--
extra : moz-landing-system : lando
This adds the user prompt tests for those commands which clearly
have to handle the prompt. But it still leaves out those commands
where the behavior hasn't been clarified yet.
Differential Revision: https://phabricator.services.mozilla.com/D6927
--HG--
rename : testing/web-platform/tests/webdriver/tests/page_source/__init__.py => testing/web-platform/tests/webdriver/tests/get_page_source/__init__.py
rename : testing/web-platform/tests/webdriver/tests/page_source/source.py => testing/web-platform/tests/webdriver/tests/get_page_source/source.py
extra : moz-landing-system : lando
This partially backs out bug 1471165 now that we don't enforce a default value
for dictionary-typed members of dictionaries.
Differential Revision: https://phabricator.services.mozilla.com/D6876
--HG--
rename : testing/web-platform/meta/media-capabilities/decodingInfo.html.ini => testing/web-platform/meta/media-capabilities/encodingInfo.html.ini
rename : testing/web-platform/tests/media-capabilities/decodingInfo.html => testing/web-platform/tests/media-capabilities/encodingInfo.html
extra : moz-landing-system : lando
Automatic update from web-platform-testsFetch: Object.prototype shouldn't interfere with fetch streams
Test that setting Object.prototype.start to a function that throws
doesn't interfere with fetch operations that create a stream. Similarly,
verify that setting throwing accessors for 'type', 'size', and
'highWaterMark' doesn't cause problems.
See https://github.com/whatwg/fetch/pull/781 for background.
--
wpt-commits: ba582388f4506ea2c8341dac4d8ce6e5eb39871b
wpt-pr: 12350
Automatic update from web-platform-testswpt: Create EventListener-addEventListener test.
This is a follow-up of https://crrev.com/c/1226893 and moves
eventlistener-with-remote-context.html to WPT.
The test content is conceptually the same.
Bug: 883643, 886588
Change-Id: I7c941e162a076d9cbb7abc1d259ff98742a14517
Reviewed-on: https://chromium-review.googlesource.com/1235774
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592756}
--
wpt-commits: c8c646139bf7a4dbb78f724f1bd8ce807da3e534
wpt-pr: 13106
Automatic update from web-platform-testswpt: Create EventListener-addEventListener test.
This is a follow-up of https://crrev.com/c/1226893 and moves
eventlistener-with-remote-context.html to WPT.
The test content is conceptually the same.
Bug: 883643, 886588
Change-Id: I7c941e162a076d9cbb7abc1d259ff98742a14517
Reviewed-on: https://chromium-review.googlesource.com/1235774
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592756}
--
wpt-commits: c8c646139bf7a4dbb78f724f1bd8ce807da3e534
wpt-pr: 13106
Automatic update from web-platform-testsHandle case where mozlog is not installed. (#13113)
In case that mozlog is present we need to ensure any lock it holds is
released in subprocesses. In case it's not present we don't need to do
anything, so don't fail if we can't import it.
Fixes https://github.com/web-platform-tests/wpt/issues/13112.
--
wpt-commits: 1f8fa9e610d934490538812d6121a77baf646bfc
wpt-pr: 13113
Automatic update from web-platform-tests[Background Fetch] Miscellaneous cleanups.
1. A check for state needs to be removed from a WPT test, since we've removed this
attribute from the BackgroundFetchRegistration object.
2. Update calls in matchImpl() from resolver->Reject to ScriptState::RejectWithDOMException.
Change-Id: Ie979ad3675ac7d093ae908604e683802db8115a0
Reviewed-on: https://chromium-review.googlesource.com/1230713
Reviewed-by: Peter Beverloo <peter@chromium.org>
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592050}
--
wpt-commits: 8abd5d0c3f43ebd83c533e6ac096686879183bd8
wpt-pr: 13051
Automatic update from web-platform-testsFetch: Object.prototype shouldn't interfere with fetch streams
Test that setting Object.prototype.start to a function that throws
doesn't interfere with fetch operations that create a stream. Similarly,
verify that setting throwing accessors for 'type', 'size', and
'highWaterMark' doesn't cause problems.
See https://github.com/whatwg/fetch/pull/781 for background.
--
wpt-commits: ba582388f4506ea2c8341dac4d8ce6e5eb39871b
wpt-pr: 12350
Automatic update from web-platform-tests[css-ruby] Parsing and inheritance tests
Test that ruby-align and ruby-position are inherited and support
the full grammar.
https://drafts.csswg.org/css-ruby-1/#property-index
--
wpt-commits: 0be8bfbbead7340522425c5a9b1dde51588666b0
wpt-pr: 13087
Automatic update from web-platform-testsMerge pull request #11847 from ewilligers/animatedPoints-not-animated
Test that animatedPoints during a SMIL animation do not reflect the animated values (per SVG2 spec)
--
wpt-commits: 8350d8300e729f804135350be205cdcec4af3867
wpt-pr: 11847
Automatic update from web-platform-testsAllow any blockified display type for LEGEND.
Fixed one test that I expected to pass, but didn't because it was
pointing to the wrong ref. Fixed that, and now it passes. Updated
some expectation files. More stuff from various tests (but not
whole tests) is passing than before.
Bug: 781135
Change-Id: Ieb1312b8bf13c7a45afe644ad2a58f3f955044b6
Reviewed-on: https://chromium-review.googlesource.com/1228073
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592403}
--
wpt-commits: caca00d31b517ca00d84e19a84a92119836a211a
wpt-pr: 13071
Automatic update from web-platform-tests[css-grid] Property initial values and inheritance (#13045)
Initial values of CSS Box Alignment properties match spec
https://drafts.csswg.org/css-grid/#property-index
None of the properties are inherited.
--
wpt-commits: cc8e7ca0d2f1eb64851cd15c72958c84e05ae93e
wpt-pr: 13045
Automatic update from web-platform-tests[css-text-decor] Inheritance and initial values (#13058)
Test that CSS Text Decoration properties inherit or not
according to spec. Test that they have the expected
initial values.
https://drafts.csswg.org/css-text-decor-3/#property-index
Fix asserts in inheritance-testcommon.js
--
wpt-commits: 8a83c208d9108f3c99dd266a219438bc5adef953
wpt-pr: 13058
Automatic update from web-platform-tests[css-align] Property inheritance, initial values (#13044)
CSS Box Alignment properties are not inherited.
The initial values match the spec
https://drafts.csswg.org/css-align-3/#property-index
--
wpt-commits: fa1cc47c238842580860c04f29a0ddc6d0a575f9
wpt-pr: 13044
Automatic update from web-platform-testsHTML: test different block margins on legend
--
wpt-commits: 50d118302bbe8c44d44fff6d36cc514ae8e311af
wpt-pr: 13054
Automatic update from web-platform-tests[css-layout-api] Add test for percentage height in quirks mode.
Adds a test to verify that constraints.fixedBlockSize is set to the
correct value, in quirks mode, with a percentage block-size.
Bug: 726125
Change-Id: I97a1e946cdbb4443d70803bfd4ace7f8d3df2ce1
Reviewed-on: https://chromium-review.googlesource.com/1231385
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592181}
--
wpt-commits: f1feab0fce77d29d1c7eb5a043d2345e6ba3123f
wpt-pr: 13055
According to the new svg 2 spec update (#543), we flip the flag half way for
path interpolation.
Differential Revision: https://phabricator.services.mozilla.com/D6192
--HG--
extra : moz-landing-system : lando
The WebIDL spec requires the direct use of ToString when converting an
enumeration value; the "element" property of the table descriptor is
currently an enumeration.
--HG--
extra : rebase_source : 49073b7d448eadaca059d96d17976a2f60935729
The spec requires us not to use HasProperty because, Proxies. Easy
enough to use GetProperty; the spec is detailed about how to handle
undefined values.
--HG--
rename : js/src/jit-test/tests/wasm/regress/proxy-has-trap-table.js => js/src/jit-test/tests/wasm/regress/proxy-get-trap-table.js
extra : rebase_source : ab9857934acd38687fccd7c8a2e2f849fbdb5c27
Type errors on entry to webidl-specified functions are thrown as TypeError.
Range errors discovered later are throw as RangeError.
We were conflating these in a single error message, hence nothing worked
quite properly.
Two fixes here to test cases that also did not quite distinguish these
two cases.
--HG--
extra : rebase_source : 3f7bbc5660f8b19c61add75e273ac5b32cdc87be
The WebIDL spec stipulates that if an undefined value is provided
explicitly then the behavior is as for when the value is missing: we
use the default value, which for floating numeric types is zero, not
NaN.
--HG--
extra : rebase_source : 1d27823efd287aa4be708a6c9e79147afd5311f4
In the button case we have a ::-moz-button-content pseudo-element, but this is
also an issue for tables and such.
These are supposed to be implementation details, so avoid looking at them for
preserve-3d.
I don't know how I didn't think of this on the regressing bug.
Differential Revision: https://phabricator.services.mozilla.com/D6131
In the button case we have a ::-moz-button-content pseudo-element, but this is
also an issue for tables and such.
These are supposed to be implementation details, so avoid looking at them for
preserve-3d.
I don't know how I didn't think of this on the regressing bug.
Differential Revision: https://phabricator.services.mozilla.com/D6131
have XHRs adjust content type of uploads per spec using the MIME Sniffing standard
Differential Revision: https://phabricator.services.mozilla.com/D5969
--HG--
extra : moz-landing-system : lando
Summary:
The behavior the WG proposed is way more subtle than what that bug implements,
including:
* Implementing two logical overflow longhands.
* Expanding the overflow shorthand to different longhands depending on the
syntax of that.
Meanwhile, Blink hasn't done the swap and will ship the same behavior that we
shipped in Firefox 61 (bug 1453148), that is, overflow-x, then overflow-y.
So I think lacking a clear way forward we should revert this change and preserve
our shipped behavior.
Reviewers: dbaron!
Tags: #secure-revision
Bug #: 1492567
Differential Revision: https://phabricator.services.mozilla.com/D6317
In the button case we have a ::-moz-button-content pseudo-element, but this is
also an issue for tables and such.
These are supposed to be implementation details, so avoid looking at them for
preserve-3d.
I don't know how I didn't think of this on the regressing bug.
Differential Revision: https://phabricator.services.mozilla.com/D6131
--HG--
extra : moz-landing-system : lando
Automatic update from web-platform-testsValidate pull requests in TaskCluster (#12657)
Try running stability check jobs in TaskCluster in addition to GitHub. These are currently set to always return a success status until the results can be validated.
--
wpt-commits: 1ede22e333195e47e13260a58ce89ef3220c19c7
wpt-pr: 12657
--HG--
extra : rebase_source : 71b548c3f2abc8d4351326f34379c65425290542
extra : source : 85c26a94f8a0598c8dd75d11d05a35e4a933c66e
Automatic update from web-platform-tests[css-contain] Fix contain-size-025 using "dislay: block" on images (#12960)
The test was overflowing in Chromium in some configurations,
because of the images were sitting on the alphabetic baseline
and it varies depending on the font the browser selects.
The test was trying to avoid the issue by using a 50x23 image,
however that was not enough in some cases.
The test is modified so it uses "display: block" for the images
and 50x25 as size for them.
This was discussed offline with @TalbotG.
--
wpt-commits: 13e6650b9c6b177ec4f9efcd044503afda82ea55
wpt-pr: 12960
--HG--
extra : rebase_source : 9764d25bc750df06f44115d165121b8d90e891da
extra : source : a6987c8648d0fff8d3ae2860f064c17b30831860
Automatic update from web-platform-testsMerge pull request #12956 from Loirooriol/css-computed-insets
Test resolved value for inset CSS properties
--
wpt-commits: 5051858e95936197d354cc18ea88365cb9d3e690
wpt-pr: 12956
Automatic update from web-platform-tests[css-contain] Split contain-layout-008 in three smaller tests (#12999)
Following what we did in #12975 for contain-paint-013,
this patch does the same for contain-layout-008
as they were sharing the reference file that was removed by mistake.
--
wpt-commits: 1343a173b66a7ba398bcb47a74bc8bf81ed11d40
wpt-pr: 12999
Automatic update from web-platform-tests[LayoutNG] Fix %-resolution for ancestors of table cells.
This patch does a few things:
1) Introduces the concept of a "ReplacedPercentageResolutionSize".
This is needed as replaced descandants of table cells have a
different percentage resolution size than normal descendants.
2) This adds a bunch of special cases for how percentage resolution
sizes are handled for table cells.
3) Adds the "scrollable" children of table cell quirk. This is during
the "measure" phase, scrollable children contribute nothing to the
size of the cell.
4) Adds the "box-sizing: border-box" table cell quirk. That is
percentage children, during the layout phase, are sized as if they
have box-sizing: border-box on them.
It was easier to perform all these changes as a single monolithic patch
to ensure correct behaviour.
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: I881a21662bfdf6b4ab7a0f62df6970143008ebca
Reviewed-on: https://chromium-review.googlesource.com/1207890
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591507}
--
wpt-commits: 51609cd23874492f9cfd5cf512bf7a3752ecf5d2
wpt-pr: 13009
Automatic update from web-platform-testsRemove redundant test-gainnode.html test
As noted in the comments in that file, it is essentially the same as
https://github.com/WebKit/webkit/blob/master/LayoutTests/webaudio/gain.html
which was moved from there to WPT as gain.html. This test is now
basically redundant and adds no additional coverage.
Bug: 883167
Change-Id: Ie50111e263790025c615b64ad8f5e06428ae3177
Reviewed-on: https://chromium-review.googlesource.com/1221477
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591486}
--
wpt-commits: 4156172da19f78e42d13f6454ba7bb86b0dd31f2
wpt-pr: 12970
Automatic update from web-platform-testsRemove WebKitTransitionEvent
This is an obsolete prefixed alias of TransitionEvent. An
intent-to-remove has been sent, and has got LGTM*3.
Blink intent thread: https://groups.google.com/a/chromium.org/d/msg/blink-dev/0Szv8vDQh_c/flTY7ZClBwAJ
Bug: 695504
Change-Id: Ibf8083fabac8cab474e64bb37e99e62b39b3616d
TBR=timvolodine@chromium.org
Change-Id: Ibf8083fabac8cab474e64bb37e99e62b39b3616d
Reviewed-on: https://chromium-review.googlesource.com/1221689
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591442}
--
wpt-commits: b2df32aaa600c004e9077d52aacf32a1da2fdc37
wpt-pr: 12978
Automatic update from web-platform-testsUnlock the lock in the logging module instead of reloading it
Since 2ae9668bd0f23edf15d0591aeb90060dbd2565c2, the logging module is
reload in both `start_ws_server` and `start_wss_server`. This was done
to fix failing tests in gecko caused by a locked lock in the logging
module being inherited in new processes. Unfortunately this caused servo
tests to start failing.
This commits unlocks the logging global lock if it's still held instead
of reloading the whole module limiting the side effects and fixing the
tests in servo while keeping the gecko tests green.
The function `_releaseLock` is not public but has been there for a long
time and is still there in python 3.8 so I don't think we should worry
about it disappearing.
--
wpt-commits: 3600cbb1ecf8ae1b0521a3d4f5fd5480d0bc0f1f
wpt-pr: 12997
Automatic update from web-platform-testsAmend pointerevent tests so they are stable while the test is executing
Some pointer event tests used a log method that would cause the layout
to change and this caused issues for using threaded compositing.
Switch to a method that already existed before to collect the log entries
and then show them at the end of the test.
BUG=831653
Change-Id: I3d1b16d01aa15c3c1660d36ce10aa702671c6786
Reviewed-on: https://chromium-review.googlesource.com/1226097
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591349}
--
wpt-commits: 629850dbd13faadddaadfe1fea348d15f942b673
wpt-pr: 13008
Automatic update from web-platform-testsSend pointerrawmove when in pointerlock
Unify the path for sending pointerrawmove in pointerlock
mode with the normal event processing path.
Bug: 880524
Change-Id: I021261e0107b6172da02684cf82e0f46df304eba
Reviewed-on: https://chromium-review.googlesource.com/1205476
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Ella Ge <eirage@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591347}
--
wpt-commits: d38e236415083a25b4c4fbcedd9bd3b191553fb8
wpt-pr: 12853
Automatic update from web-platform-testsImplement Feature-Policy: lazyload
This CL implements the 'lazyload' policy which acts in place of the
lazyload attribute for nested frames and enforces lazyloading regardless
of the value of 'lazyload' attribute.
A follow up CL will implement the feature for images (after
LazyImageLoading is implemented).
Bug: 869492
Change-Id: I2f8ab7ad9a5937636f270c84563c73ad392dbb01
Reviewed-on: https://chromium-review.googlesource.com/1171374
Commit-Queue: Ehsan Karamad <ekaramad@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Ehsan Karamad <ekaramad@chromium.org>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590688}
--
Timeout 400ms
--
Timeout 400ms
--
wpt-commits: 51f35595f9c958aec9a84c33aecbb5abb4edb1f3, 02013131654f9cd9332983334de5c7b62f3a778f, 86246d1476d0eae2f31e36fc680a0abd6e83ec77
wpt-pr: 12996
Automatic update from web-platform-testsHTML: test that a legend with negative left margin masks the border
See https://github.com/whatwg/html/pull/3934
--
wpt-commits: e241e4de1c07c47f004199fc12d031559208b922
wpt-pr: 13004
--HG--
rename : testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-gap-ref.html => testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-gap-position-relative-ref.html
Automatic update from web-platform-testsMerge pull request #12993 from Loirooriol/cssom-important-flags
Update test for serializing shorthand with "initial" values and different important flags
--
wpt-commits: 974489d203d197fb621f927141b3a0013ac3c35c
wpt-pr: 12993
Automatic update from web-platform-testsElement::setAttributeNS() modified to accept TrustedTypes
Added new implementation of Element::setAttributeNS() to accept
generic TrustedType as an argument.
Existing implementation renamed to Element::setAttributeNSInternal
and made private.
Bug: 739170
Change-Id: Ib83250f579ba63fc519d1870671b2801c2ce2c5c
Reviewed-on: https://chromium-review.googlesource.com/1221321
Commit-Queue: Maja Kabus <kabusm@google.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591062}
--
wpt-commits: ff11da03d1b027ddacfe47f30358f1b29f5284c2
wpt-pr: 12969
Automatic update from web-platform-testsMerge pull request #12994 from joanmarie/master
accname: Fix expectations of three tests
--
wpt-commits: 723be011e1b4d8864c42dc1b8e9b211e8f9e8ed3
wpt-pr: 12994
Automatic update from web-platform-testsFix 'link' syntax in MISSING-LINK explainer (#12987)
The correct syntax for the 'link' element uses 'href', not 'src'.
--
wpt-commits: 92d2e6216ed2788c286510a0b58d9d8337d45111
wpt-pr: 12987
Automatic update from web-platform-testsMake tools/ci/jobs.py work on Windows (#12980)
We called os.path.normcase on the path to be compared, and not the
rules themselves. This fixes this by calling normcase on both the rule
and the path to be compared.
We also tried to do separator normalization before calling normcase,
which itself does slash normalization.
--
wpt-commits: 93e2953e49307f07db029f43e05f605e7070a65a
wpt-pr: 12980