mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00: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.
13 lines
178 B
HTML
13 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<img src="inset.png"/>
|
|
</body>
|
|
</html>
|