servo/tests/ref/table_width_attribute_a.html
Patrick Walton 4b9cd4e65d layout: Implement <table width> and <center>.
Improves Hacker News.
2015-05-11 12:53:45 -07:00

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