mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
15 lines
232 B
HTML
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>
|
|
|