servo/tests/ref/table_center_ref.html
Patrick Walton 04928bf1e3 layout: Don't use the block container inline size as the initial
computed table inline size.

Makes google.com fully centered.
2015-08-04 09:40:35 -07:00

13 lines
179 B
HTML

<!DOCTYPE html>
<html>
<style>
body, html {
margin: 0;
}
</style>
<body>
<center><div style="height: 100px; width: 100px; background: green"></div></center>
</body>
</html>