You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
test($compile): skip failing foreignObject test on MS Edge
For unknown reasons, an `<svg>` element inside a `<foreignObject>` element on MS Edge seems to have
no size, causing the included `<circle>` element to have no size as well and thus fails an
assertion (relying on the element having a non-zero size).
This seems to be an MS Edge issue; i.e. it is also reproducible without Angular.
(Tested with MS Edge version 25.10586.0.0 on Windows 10.)
0 commit comments