summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/focus-within-shadow-001-ref.html
blob: 6ab36318796dfebc78b62b258e261282fc6c9b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang=en>
<meta charset="utf-8">
<title>Selectors Level 4: focus-within shadow DOM Reference File</title>
<link rel="author" title="Keyong Li" href="mailto:kli79@bloomberg.net">
<link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net">
<style>
div {
  border: solid 15px green;
}
</style>
<p>Test passes if there is a green rectangle below.</p>
<div></div>
</html>