servo/tests/ref/inline_absolute_hypothetical_clip_a.html
2015-08-18 16:58:18 -07:00

15 lines
232 B
HTML

<!DOCTYPE html>
<style>
body {
margin: 16px;
}
#a {
position: relative;
}
#b {
clip: rect(47px, 118px, 95px, 0);
position: absolute;
}
</style>
<a href="http://bogus" id=a><img id=b width=250 src=400x400_green.png>