WICG / resize-observer

This repository is no longer active. ResizeObserver has moved out of WICG into
https://github.com/w3c/csswg-drafts/tree/master/resize-observer-1
Other
255 stars 18 forks source link

Give `<img>` a valid `src` attribute in test #24

Closed dholbert closed 8 years ago

dholbert commented 8 years ago

This adds a valid src attribute (for a data URI that encodes an empty SVG document) to make the <img> definitely a replaced element, across browsers. (so that its behavior RE "should it fire resize observations" will be well-defined)

This addresses #23.

atotic commented 8 years ago

Great, thanks.