Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
pseudo-focus-within-style-sharing-1.html
blob: 251a30221483115e8a26e1ad21deec8a69bca5aa [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<style>
*
{
border
:
none
;
}
:
focus-within
{
border
:
2px
solid green
;
}
</style>
</head>
<body>
<div>
<input
form
=
"form"
id
=
"input"
autofocus
>
</div>
<div>
Foo
</div>
<div>
Bar
</div>
</body>
</html>