1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
6 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"en-US">
8 <title>CSS Test: CSS display:contents; tables
</title>
9 <link rel=
"author" title=
"Mats Palmgren" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=907396"/>
10 <style type=
"text/css">
11 body { color:red; background-color:white; }
12 .test { float:left; color:white; background-color:lime; }
13 td { background-color:inherit; }
16 <body><div class=
"test"><td>green
</td></div></body></html>