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