servo/tests/ref/rtl_table_ref.html
2015-05-15 17:03:51 -07:00

18 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>