[wpt-sync] Sync PR 50458 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=285603
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50458 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50458
Details from upstream follow.
Luke Warlow <luke@warlow.dev> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=285603
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 4 subtests
Status Summary
Firefox
OK
: 1[GitHub] 2[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
PASS
: 4[GitHub] 8[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
FAIL
: 4
ERROR
: 1[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt] 2[GitHub]
Chrome
OK
: 2
PASS
: 8
FAIL
: 4
ERROR
: 1
Safari
OK
: 1
PASS
: 4
ERROR
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /content-security-policy/script-src/script-src-trusted_types_eval_with_report_only_require_trusted_types_eval.html [wpt.fyi]:
ERROR
[GitHub
],OK
[Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:ERROR
) - /content-security-policy/script-src/script-src-trusted_types_eval_with_require_trusted_types_eval.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)- Script injected via direct
eval
is allowed withtrusted-types-eval
andrequire-trusted-types-for 'script'
.:FAIL
(Chrome:FAIL
) - Script injected via indirect
eval
is allowed withtrusted-types-eval
andrequire-trusted-types-for 'script'
.:FAIL
(Chrome:FAIL
) - Script injected via
new Function
is allowed withtrusted-types-eval
andrequire-trusted-types-for 'script'
.:FAIL
(Chrome:FAIL
) - Script injected via
setTimeout
is allowed withtrusted-types-eval
andrequire-trusted-types-for 'script'
.:FAIL
(Chrome:FAIL
)
- Script injected via direct
https://hg.mozilla.org/mozilla-central/rev/8a777dfab8eb
https://hg.mozilla.org/mozilla-central/rev/6d2ccb6d4f21
Description
•