mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #8328 - mskrzypkows:missing_css_style, r=Ms2ger
Add missing css style for image_rendering_auto_a.html There was a missing image position in the test which caused potentially wrong comparision of images in basic.list: != image_rendering_auto_a.html image_rendering_pixelated_a.html <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8328) <!-- Reviewable:end -->
This commit is contained in:
commit
64caba7284
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that `image-rendering: auto` uses bilinear filtering. -->
|
<!-- Tests that `image-rendering: auto` uses bilinear filtering. -->
|
||||||
|
<style>
|
||||||
|
img {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img width=100 height=50 src=4x2.png>
|
<img width=100 height=50 src=4x2.png>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue