Closed
Bug 1486603
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12706 - Enable FP reporting for document-write violations.
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12706 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12706
Details from upstream follow.
Ian Clelland <iclelland@chromium.org> wrote:
> Enable FP reporting for document-write violations.
>
> This queues a report through the Reporting API whenever the dynamic
> markup insertion methods (document.open, close, write, writeln) are
> called from a frame in which document-write is not allowed according to
> feature policy.
>
> Bug: 867471
> Change-Id: I08bc1c8e96f45a7c8c544df2f9a718880680dc01
> Reviewed-on: https://chromium-review.googlesource.com/1191533
> WPT-Export-Revision: 2b3d6073ad48856dcddb948e91bd8b787a4d00ce
| 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=c244120f5d3fe75f51a42d9a6417f3f5a59f02cd
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Ran 1 tests and 1 subtests
ERROR : 1
NOTRUN : 1
New tests that have failures or other problems:
/feature-policy/reporting/document-write-reporting.html: ERROR
Document-write Report Format: NOTRUN
| Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=18f9d65631726975b2b8eb0f3ae5401122d47421
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b6e6058d011b
[wpt PR 12706] - Enable FP reporting for document-write violations., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/8719e8cbe89b
[wpt PR 12706] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b6e6058d011b
https://hg.mozilla.org/mozilla-central/rev/8719e8cbe89b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•