Index: LayoutTests/fast/images/image-from-data-uri-without-mediatype.html |
diff --git a/LayoutTests/fast/images/image-from-data-uri-without-mediatype.html b/LayoutTests/fast/images/image-from-data-uri-without-mediatype.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ff5faae203f4c373f644954b336beb7cfcfe9b07 |
--- /dev/null |
+++ b/LayoutTests/fast/images/image-from-data-uri-without-mediatype.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<!-- |
+ Check that we render an image from a data URI without a mediatype. |
+ --> |
+<img src="data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsTextWithPixelResults(); |
+</script> |