Closed
Bug 1505638
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13972 - Violation reports for 'layout-animations'
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13972 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13972
Details from upstream follow.
Ehsan Karamad <ekaramad@chromium.org> wrote:
> Violation reports for 'layout-animations'
>
> This CL adds support for generating violation reports for 'layout-animations'
> feature policy. The new implementation triggers a report when:
> 1- CSS Parser finds usage of @keyframes for one of the banned styles.
> 2- element.animate() changes a banned style.
> For CSS, the style sheet's URI (if any) isused as report.body.sourceFile.
>
> Bug: 902836
> Change-Id: I79900603eb0166514d7986dc189ec914bd95f899
> Reviewed-on: https://chromium-review.googlesource.com/1324138
> WPT-Export-Revision: 5abb0187c7d3945d75ea97adc9dde5347bf8821e
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4adb6fa9016fc6be0b5d4835c1d7700b9b5afd2e
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=3849828a5bb7bd25dc4db6e3cdb87a5743d5b09b
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=673935a101b5a355f32ede4ee527479aa123f401
Assignee | ||
Comment 8•7 years ago
|
||
Assignee | ||
Comment 9•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f2ab85b1ca9061e03c29d05204d55beb057e82a
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Ran 9 tests and 9 subtests
OK : 9
FAIL : 9
New tests that have failures or other problems:
/feature-policy/experimental-features/document-write.tentative.html
'document-write' tests: FAIL
/feature-policy/experimental-features/layout-animations-disabled-violation-report-js-tentative.html
layout-animations-disabled-violation-report-js-tentative: FAIL
/feature-policy/experimental-features/layout-animations-disabled-violation-report-keyframes-tentative.html
layout-animations-disabled-violation-report-keyframes-tentative: FAIL
/feature-policy/experimental-features/lazyload/lazyload-disabled-image-tentative.sub.html
Verify behavior of 'lazyload' attribute state 'OFF' when the feature policy 'lazyload' is
disabled.
: FAIL
/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html
lazyload-disabled-tentative: FAIL
/feature-policy/experimental-features/lazyload/lazyload-enabled-image-tentative.sub.html
Verify behavior of 'lazyload' attribute state 'OFF' when the feature policy 'lazyload' is
enabled.
: FAIL
/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html
lazyload-enabled-tentative: FAIL
/feature-policy/experimental-features/lazyload/lazyload-image-attribute-on-sanity-check-tentative.sub.html
Verify behavior of 'lazyload' attribute state 'ON' (sanity-check for lazyload policy tests).
: FAIL
/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html
vertical-scroll-scrollintoview: FAIL
Assignee | ||
Comment 13•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0b3b6462bd3cd35da2f66097768e2c91bf294ffc
Comment 14•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a96795d1de3f
[wpt PR 13972] - Violation reports for 'layout-animations', a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/2b4e8d165519
[wpt PR 13972] - Update wpt metadata, a=testonly
Comment 15•7 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8fa2886ddcf1
[wpt PR 13972] - Violation reports for 'layout-animations', a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/f62150dda366
[wpt PR 13972] - Update wpt metadata, a=testonly
Comment 16•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8fa2886ddcf1
https://hg.mozilla.org/mozilla-central/rev/f62150dda366
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•