Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / css-display / display-contents-tables-ref.xhtml
blob223b33fea1228e64b4a0c6c9830eded9a71adf14
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 <style type="text/css">
11 body { color:red; background-color:white; }
12 td { color:white; background-color:lime; }
13 .pink { background-color:pink; }
14 </style>
15 </head>
16 <body><td>green</td><td class="pink">pink</td></body></html>