Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / css-display / display-contents-tables.xhtml
blobce2aa774ed1f5101e9f11a3b9f68e4989a560948
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
7 <head>
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 <link rel="help" href="http://dev.w3.org/csswg/css-display"/>
11 <style type="text/css">
12 body { color:red; background-color:white; }
13 .test { display:contents; color:white; background-color:lime; }
14 td { background-color:inherit; }
15 </style>
16 </head>
17 <body><div class="test"><td>green</td></div><div class="test" style="background-color:pink"><td>pink</td></div></body></html>