Bug 1659087 [wpt PR 25009] - [COOP] access reporting: use camelCase for attributes...
commitb56b91ea4a04c4f31cdf6a4307efc2c83672f19c
authorarthursonzogni <arthursonzogni@chromium.org>
Thu, 20 Aug 2020 18:53:27 +0000 (20 18:53 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Tue, 25 Aug 2020 11:10:57 +0000 (25 11:10 +0000)
treea3727801452240b2c0cfd37d93ed1172d7b52bff
parente920197ef7063f1c4ef62160bbe36e93f50972a8
Bug 1659087 [wpt PR 25009] - [COOP] access reporting: use camelCase for attributes., a=testonly

Automatic update from web-platform-tests
[COOP] access reporting: use camelCase for attributes.

This make it easier to access an attribute using Javascript. This also
make both the network reports and the ReportingObserver to have the same
attribute names.

Previously, the spec was based on CSP, which has both camelCase and hyp-hen.
Today, we report thing using camelCase instead:
- DocumentPolicyViolationReport,
- FeaturePolicyViolationReport,
- DeprecationViolationReport,
- InterventionViolationReport

Bug: 922191
Change-Id: Ic875163b16acf5083ed8197266fc23034f2c5005
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352926
Reviewed-by: Camille Lamy <clamy@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798143}

--

wpt-commits: cdd1562260dba7a1babc019afd8b6cb6d73714f9
wpt-pr: 25009
20 files changed:
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/openee-accessed_openee-coop-ro.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/openee-accessed_opener-coop-ro.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/opener-accessed_openee-coop-ro.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/opener-accessed_opener-coop-ro.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/property.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/reporting-observer.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-four-reports.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-from-unsafe-none.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin-report-to.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-same-origin.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-popup.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-allow-popups-report-to.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-coep-report-to.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin-report-to.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-same-origin.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-popup-unsafe-none-report-to.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-redirect-with-same-origin-allow-popups.https.html
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/resources/dispatcher.js
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/resources/reporting-common.js
testing/web-platform/tests/html/cross-origin-opener-policy/reporting/resources/try-access.js