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/shape-outside/supported-shapes/circle/shape-outside-circle-integer-overflow-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
#a {
float: right;
padding: 30em;
shape-outside: margin-box circle(81% at -1px 0px);
}
</style>
<output>
<shadow id="a">
<svg>
</shadow>
<marquee></marquee>