Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
focus-ring-outline-offset-expected-mismatch.html
blob: eb2d23812679feac3287db4dcfe6e7504b498b1b [
file
] [
edit
]
<!DOCTYPE html>
<style>
div
{
width
:
100px
;
height
:
100px
;
outline-style
:
auto
;
outline-offset
:
0
;
margin
:
50px
;
}
</style>
<p>
Test passes if the focus ring is drawn away from the box due to outline-offset.
</p>
<div></div>