Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(security): Ensure xlink:href is not bindable.
The DOM schema does not allow binding any properties to dangerous SVG attributes/properties. This change adds a smoke test to verify that behaviour, by testing that `xlink:href` (a sample dangerous property) is not bindable. Fixes angular#9510.
- Loading branch information