servo/tests/wpt/web-platform-tests/css/css-tables/html-display-table-ref.html

14 lines
257 B
HTML

<!DOCTYPE html>
<style>
html {
width: 280px;
border: 10px solid green;
padding: 0;
margin: auto;
}
body {
padding: 0;
margin: 0;
}
</style>
<div style="width:280px;height:300px;background:yellow;display:inline-block;"></div>