mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
parent
0898620902
commit
179a70b305
4 changed files with 52 additions and 6 deletions
18
tests/ref/rtl_table_ref.html
Normal file
18
tests/ref/rtl_table_ref.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue