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