Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>