RetroZilla/layout/html/tests/table/bugs/bug227123.xml
2015-10-20 23:03:22 -04:00

12 lines
342 B
XML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Tables: Empty Tables</title>
<style type="text/css">
table { display: table; height: 5em; width: 5em; background: green; }
</style>
</head>
<body>
<p>There should be a green block under this paragraph.</p>
<table xmlns="http://www.example.org/"/>
</body>
</html>