Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-ui
/
outline-auto-dynamic-change-ref.html
blob: 9128eae260fce19f818a83a7ac3ff11be1a2d36b [
file
] [
log
] [
blame
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
div
{
position
:
absolute
;
top
:
10px
;
left
:
10px
;
width
:
100px
;
height
:
100px
;
outline-width
:
0
;
outline-offset
:
5px
;
outline-color
:
black
;
outline-style
:
auto
;
}
</style>
<div></div>