3 <title>Testing Background clip values
</title>
4 <style type=
"text/css">
6 border: 15px dashed black
;
7 background-color:green
;
14 background-clip: content-box
;
17 background-clip: padding-box
;
20 background-clip: border-box
;
26 <!-- Background color should be clipped to the content box. Padding space is white.-->
29 <!-- Background color should be clipped to the padding box. Padding space is green.-->
32 <!--Background color should be clipped to the border box. Green should be visible within the dashed border.-->