mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
9 lines
No EOL
435 B
HTML
9 lines
No EOL
435 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>CSS UI: box-sizing:padding-box for a block box</title>
|
|
<link href="http://www.w3.org/TR/css3-ui/#box-sizing" rel="help">
|
|
<link href="reference/box-sizing-padding-box-block-001-ref.htm" rel="match">
|
|
<style>
|
|
#test { box-sizing:padding-box; padding:50px; width:150px; height:50px; background:black }
|
|
</style>
|
|
</head><body><p>There should be a black square below.</p>
|
|
<div id="test"></div></body></html> |