зеркало из https://github.com/mozilla/gecko-dev.git
27 строки
456 B
HTML
27 строки
456 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reftest Reference</title>
|
|
<style>
|
|
table {
|
|
background: lightblue;
|
|
height: 1in;
|
|
width: 1in;
|
|
}
|
|
.basicOuter {
|
|
height: 20px;
|
|
background: orange;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="basicOuter">
|
|
<table border>
|
|
<tr><td></td></tr>
|
|
<tr><td></td></tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|