mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
19 lines
291 B
HTML
19 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>RTL Table reference</title>
|
|
<style>
|
|
td {
|
|
background: orange;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table><tr><td></td></tr></table>
|
|
</body>
|
|
</html>
|
|
|