Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[geometry] Do not expose CSS parser in workers for DOMMatrix
Annotate setMatrixValue with [Exposed=Window] and throw TypeError when DOMMatrix/DOMMatrixReadOnly is constructed with a string if the current global is not a Window. Fixes #122. Tests: web-platform-tests/wpt#5769
- Loading branch information