mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
difference in the position where the top border meets the right border (as also the right border X bottom border). The workaround to have a test that will work on both modes is to cover the affected area with a white div. This patch adds inset test.
14 lines
178 B
HTML
14 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<img src="inset.png"/>
|
|
</body>
|
|
</html>
|