Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
focus-ring-border-radius-outline-offset-expected.html
blob: a3deeed2616fabcdb52c7c0fcc2e0bbbb0f13c8b [
file
] [
edit
]
<!DOCTYPE html>
<style>
div
{
position
:
absolute
;
top
:
10px
;
left
:
10px
;
width
:
16px
;
height
:
16px
;
border-radius
:
5px
;
outline
:
auto
;
outline-offset
:
5px
;
}
</style>
<div></div>