Automatic update from web-platform-testsDo not check type of a pseudo element in layout tests
Currently the createPseudo checks the type of a pseudo element and
that is not yet defined in the spec. This CL drops that to pass
two tests.
Bug: None
Change-Id: Ib623b5f7ad2ff9059400a12aa12c459d6a7ddcb5
Reviewed-on: https://chromium-review.googlesource.com/1018538
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552680}
--
wpt-commits: 133d71dbb9e5f8b477b214aa68cfe144efc335a0
wpt-pr: 10528
Automatic update from web-platform-tests[web-animations] Update timing interfaces (#10047)
This updates the tests to reflect the specification changes made in 953041faa3
wpt-commits: b73f249d95a82118603f749c266d540e0b4b3b04
wpt-pr: 10047
wpt-commits: b73f249d95a82118603f749c266d540e0b4b3b04
wpt-pr: 10047
This assertion is supposed to be used where the first argument has a tolerance
but the second argument doesn't have such tolerance. Whereas
assert_times_equal() is supposed to be used for the case both arguments have
the same tolerance, actually it hasn't, it will be fixed in a subsequent patch
in this patch series.
MozReview-Commit-ID: FEDHilbX2rm
This patch does not attempt to be exhaustive but fixes a few instances where to
are obvious benefits to using template literals.
MozReview-Commit-ID: A7iRY2oOOfV
Because 'const' is longer than 'var', in quite a number of places this patch
also updates the indentation of subsequent lines.
Also, in a number of cases this means the line now needs to be wrapped. In
general I've used 'prettier' to do the line wrapping which means that the line
wrapping style differs a little from the existing code (which is already quite
inconsistent). Hopefully in the future we can use prettier on all files to make
this more consistent.
Also, in some cases, to avoid further line wrapping, this patch uses shorthand
property names (specifically replacing 'composite: composite' with just
'composite'). This appears to be supported in all browsers like to implement Web
Animations (Firefox 33+, Chrome 47+, Edge, Safari 9+).
MozReview-Commit-ID: 2xEaeZSYjlc