Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
shadow-dom
/
focus-ring-on-shadow-host-sibling-expected.html
blob: e0653fa71a98bbe6d491afc5aa0dbdb2c26747f2 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<body>
<style>
#
host
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div
id
=
"host"
></div>
</body>
</html>