mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
17 lines
317 B
HTML
17 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table {
|
|
border-color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table border=10><tr><td style="border: none">:-)</td></tr></table>
|
|
<table border=mimi><tr><td style="border: none">:-)</td></tr></table>
|
|
<table border=0><tr><td style="border: none">:-)</td></tr></table>
|
|
</body>
|
|
</html>
|
|
|