[wpt-sync] Sync PR 20373 - Implement new pseudoElement interface on KeyframeEffect
Categories
(Core :: DOM: Animation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20373 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20373
Details from upstream follow.
George Steel <gtsteel@google.com> wrote:
Implement new pseudoElement interface on KeyframeEffect
Rename the KeyframeEffect::target() method to BlinkTarget().
This and the backing variable target_ will still return a blink::PseudoElement.
Refactor all native callers to use this new name.Make target() return the originating element if target_ is a PseudoElement.
Add PseudoElement() property whiich returns a pseudo-selector is target_
is a pseudo-element.
Update setters for both these parts which attempt to preserve the other value.
Attempting to select a non-existent pseudo-element will set a null target.Add pseudoElement option to KeyframeEffect constructor.
Replace duplicate copy in Animatable::animate with function call.Change-Id: Id7d16ea6966c533e56d1170462ff60a79b277fd5
Reviewed-on: https://chromium-review.googlesource.com/1921343
WPT-Export-Revision: d1c22a67e6d5c11e3b625f1b063b7ea5e9409686
Assignee | ||
Comment 1•1 year ago
|
||
PR 20373 applied with additional changes from upstream: 2f837d2e318b64f66ee8da1f3b798b03b697d4d7
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=983e5b23717adcb875d9ec16394ad8d0980beb44
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK : 1
PASS: 10
FAIL: 1
Chrome
OK : 1
PASS: 9
FAIL: 1
Safari
OK : 1
PASS: 10
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-animations/interfaces/KeyframeEffect/style-change-events.html
All property keys are recognized: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 4•1 year ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK : 1
PASS: 10
FAIL: 1
Chrome
OK : 1
PASS: 9
FAIL: 1
Safari
OK : 1
PASS: 10
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-animations/interfaces/KeyframeEffect/style-change-events.html
All property keys are recognized: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 5•1 year ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK : 1
PASS: 10
FAIL: 1
Chrome
OK : 1
PASS: 9
FAIL: 1
Safari
OK : 1
PASS: 10
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-animations/interfaces/KeyframeEffect/style-change-events.html
All property keys are recognized: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1affafb66f3a [wpt PR 20373] - Implement new pseudoElement interface on KeyframeEffect, a=testonly https://hg.mozilla.org/integration/autoland/rev/d0fbb2559b34 [wpt PR 20373] - Update wpt metadata, a=testonly
Assignee | ||
Comment 7•1 year ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK : 1
PASS: 10
FAIL: 1
Chrome
OK : 1
PASS: 9
FAIL: 1
Safari
OK : 1
PASS: 10
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-animations/interfaces/KeyframeEffect/style-change-events.html
All property keys are recognized: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 8•1 year ago
|
||
Test result changes from PR not available.
Comment 9•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1affafb66f3a
https://hg.mozilla.org/mozilla-central/rev/d0fbb2559b34
Description
•