Is this a bug? RetinaImage challange bug

Tell us what’s happening:

Is this a bug? When i hit “run test” is giving me the error:

/ running tests
Your img tag should have a width of 100 pixels.
Your img tag should have a height of 100 pixels.
// tests completed

Even though the code seems to be properly inserted. Help please!

Your code so far


<style>
img
{width:100px; height:100px;}
</style>

<img src="https://s3.amazonaws.com/freecodecamp/FCCStickers-CamperBot200x200.jpg" alt="freeCodeCamp sticker that says 'Because CamperBot Cares'">

Your browser information:

User Agent is: Chrome.

Challenge: Use a Retina Image for Higher Resolution Displays

Link to the challenge:

Resolved. I used the same code with a different browser: Microsoft Edge. That seems to be a bug with Chrome for whatever reasons.