Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug227123.xml
blob85412ff85a13f423c1aba69ee8de976d59821005
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>CSS Tables: Empty Tables</title>
4   <style type="text/css">
5     table { display: table; height: 5em; width: 5em; background: green; }
6   </style>
7  </head>
8  <body>
9   <p>There should be a green block under this paragraph.</p>
10   <table xmlns="http://www.example.org/"/>
11  </body>
12 </html>