Closed
Bug 1939700
Opened 2 months ago
Closed 1 month ago
[wpt-sync] Sync PR 49867 - Fix URLs in Sanitizer API to work with Mozilla Firefox CI
Categories
(Core :: DOM: Security, task, P4)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49867 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49867
Details from upstream follow.
Frederik Braun <fb@frederik-braun.com> wrote:
Fix URLs in Sanitizer API to work with Mozilla Firefox CI
Assignee | ||
Comment 1•2 months ago
|
||
PR 49867 applied with additional changes from upstream: 9da4afa6c6b0eab00a9d993a863e7cd5daa916dc
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → DOM: Security
Product: Testing → Core
Assignee | ||
Comment 2•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a7f411843632c8166d450821b04a5296df8f3c8
Assignee | ||
Comment 3•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 15 subtests
Status Summary
Firefox
OK
: 1
PASS
: 8
CRASH
: 1
FAIL
: 7
ERROR
: 1
Chrome
OK
: 1
PASS
: 1
FAIL
: 14
Safari
OK
: 1
PASS
: 8
FAIL
: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Crashes
- /sanitizer-api/sethtml-safety.tentative.html [wpt.fyi]:
CRASH
[Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-opt
],ERROR
[Gecko-windows11-64-2009-qr-debug
],OK
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,GitHub
] linked bug:Bug 1938984
New Tests That Don't Pass
- /sanitizer-api/sethtml-safety.tentative.html [wpt.fyi]:
CRASH
[Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-opt
],ERROR
[Gecko-windows11-64-2009-qr-debug
],OK
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,GitHub
] (Chrome:OK
, Safari:OK
)- Testcase #0, setHTML("test)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #1, setHTML("<p>Hello</p>)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #2, setHTML("<div>Hello<script>World</script>xxx)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #3, setHTML("<div>Hello<script>World</script>xxx)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #4, setHTML("<svg>Hello<script>World</script>xxx)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #5, setHTML("<img src="https://example.com/test-image" onclick="2+2" one="two">)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Testcase #6, setHTML("<img src="https://example.com/test-image" onclick="2+2" one="two">)".:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Testcase #0, setHTML("test)".:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e179468271d4
[wpt PR 49867] - Fix URLs in Sanitizer API to work with Mozilla Firefox CI, a=testonly
https://hg.mozilla.org/integration/autoland/rev/44d53deec83b
[wpt PR 49867] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/e179468271d4
https://hg.mozilla.org/mozilla-central/rev/44d53deec83b
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•