summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1401992-ref.html
blob: 8fb36196cf39f0e492b00971b17f30a56f41521d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<style>
video {
  width: 100px;
  height: 100px;
  border: 10px solid purple;
}
fieldset {
  border: 10px solid blue;
  border-color: green;
}
</style>
<script>
</script>
</head>
<body>
<fieldset><video id="x" style="visibility:hidden"></video></fieldset>
</body>
</html>