diff options
Diffstat (limited to 'layout/reftests/image-element/empty-src.html')
-rw-r--r-- | layout/reftests/image-element/empty-src.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/image-element/empty-src.html b/layout/reftests/image-element/empty-src.html new file mode 100644 index 0000000000..36091cdc19 --- /dev/null +++ b/layout/reftests/image-element/empty-src.html @@ -0,0 +1,9 @@ +<!doctype html> +<style> + img { + display: inline-block; + width: 100px; + height: 100px; + } +</style> +<img src> |