'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
12 lines
342 B
XML
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> |