Files
UXP-Fixed/layout/reftests/backgrounds/background-clip-2-ref.html
T
2018-02-02 04:16:08 -05:00

13 lines
276 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="padding: 10px;
width: 100px;
height: 100px;
border: 10px solid black">
<div style="width: 100px; height: 100px; background: black">
</div>
</div>
</body>
</html>