Fix math not being read in Chromium-based browers. Chromium made a change that causes a call to (correctly) return E_NOTIMPL.
This simple fix catches the exception and moves on. The behavior should be the same as before the Chromium change. Only E_NOTIMPL is caught, other COMErrors are re-raised.
Fixes #17421