servo/tests/wpt/css-tests/css-ui-3_dev/html/reference/box-sizing-padding-box-block-001-ref.htm

7 lines
No EOL
234 B
HTML

<!DOCTYPE html>
<html><head><title>Reference: a black square</title>
<style>
div { padding:50px; width:50px; height:50px; background:black }
</style>
</head><body><p>There should be a black square below.</p>
<div></div></body></html>