summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/386014-1c.html
blob: d670cccb464839d2e4f92b76773dc5663b3c4e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <style>
   caption { color: green }
  </style>
</head>
<body>

<table style="background: green;"><caption style="background: inherit">TEST</caption><caption></caption></table>

</body>
</html>