mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
16 lines
157 B
HTML
16 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table {
|
|
background: gold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table width=85%><tr><td>a</td></tr></table>
|
|
</body>
|
|
</html>
|
|
|
|
|