Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-ui/neg-outline-offset-border-radius-crash.html - WPT Dashboard Interop Dashboard
 
 
<!doctype html>
<style>
#target {
  width: 100px;
  height: 10px;
  border-radius: 10px;
  outline: 20px solid green;
  outline-offset: -200px;
</style>
<div id="target"></div>