Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
outline-border-radius-negative-offset-expected.html
blob: 12f6e71d6a2cb105a3980ea0b6e0a3e9a93f63fa [
file
] [
edit
]
<!DOCTYPE html>
<style>
body
{
margin
:
0
;
overflow
:
hidden
;
}
div
{
margin
:
57px
;
width
:
200px
;
height
:
200px
;
border-radius
:
20px
;
outline
:
3px
solid black
;
outline-offset
:
0px
;
}
</style>
<div></div>