[sanitizer] interop with current, simple tests in wpt
Categories
(Core :: DOM: Security, enhancement, P2)
Tracking
()
People
(Reporter: freddy, Assigned: freddy)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active], [wptsync upstream])
Attachments
(5 files)
There are some various wpt test failures, that we need to fix before we can enable the tests to be run in our CI.
This is the behavior we need:
sanitizeToString("") -> returns empty string
sanitizeToString() -> throws, missing argument
sanitizeToString(undefined) -> parses through the Fragment Parsing algorithm as "undefined"
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•5 years ago
|
||
This is missing a couple of patches, oddly.
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D105741
![]() |
||
Comment 9•5 years ago
|
||
bugherder |
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
Depends on D105953
Assignee | ||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
Backed out for wpt sanitizer-api related failures.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=330911082&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/b422dd886e036907f35269f381f43785873c5296
Assignee | ||
Comment 15•5 years ago
|
||
The stack that was meant to be pushed consisted of two diffs. The first one changes the behavior and the second one the change in tests.
If only one is pushed, then we either get unexpected failures or unexpected passes. This is what happens here.
Why only one was pushed, is completely unclear to me though :/
Looking.
Comment 16•5 years ago
|
||
![]() |
||
Comment 18•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/705c898dae6b
https://hg.mozilla.org/mozilla-central/rev/f4f1cc7c4456
Description
•