Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/extensibility/foreignObject/foreign-object-under-clip-path-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Should not crash on foreignObject under clipPath</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>test(()=>{})</script>
<svg>
<clipPath>
<foreignObject>ABC</foreignObject>
</clipPath>
</svg>