Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use wrapper divs in trusted-types-createHTMLDocument.html (#50000)
Currently it uses `doc.body` but when `doc == document`, this is causing errors in `testharness.js`: `TypeError: can't access property "addEventListener", output_document.getElementById(...) is null`
- Loading branch information