<!DOCTYPE html><html><head><title>CSS Backgrounds and Borders Test: background-clip_border-box</title><linkrel="author"title="Xiaoyan Jiang"href="mailto:dajiangxiaoyan@126.com"><linkrel="reviewer"title="Jinlong Zhang"href="mailto:jinlongz@oupeng.com"><styletype="text/css">/* Positioned container allows for the self-describing statement to still be visible in the case of failure */.container{position:absolute;}.ref{background-color:red;height:130px;left:10px;top:10px;width:130px;position:absolute;}.ref1{height:130px;left:5px;top:5px;width:130px;position:absolute;border:bluedotted5px;}</style></head><body><p>Test passes if border is blue and dotted without red background</p><divclass="container"><divclass="ref"></div><divclass="ref1"></div></div></body></html>