Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-shapes/crashtests/shape-outside-extreme-percent.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>shape-outside with extreme percentage values should not crash</title>
<script>
document.documentElement.style.shapeOutside = 'circle(at 1e200% -1e200%)';
getComputedStyle(document.documentElement).shapeOutside;
</script>