Skip to content

Commit

Permalink
Add missing css style for image_rendering_auto_a.html
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Maciej Skrzypkowski committed Nov 4, 2015
1 parent b685085 commit 64dbc28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/ref/image_rendering_auto_a.html
Expand Up @@ -2,6 +2,13 @@
<html>
<head>
<!-- Tests that `image-rendering: auto` uses bilinear filtering. -->
<style>
img {
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<img width=100 height=50 src=4x2.png>
Expand Down

0 comments on commit 64dbc28

Please sign in to comment.