Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Side by Side Diff: LayoutTests/fast/images/image-from-data-uri-without-mediatype.html

Issue 579673002: Check that an img element with src set to a data URI with an invalid mediatype renders Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and addressed #3 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Check that we render an image from a data URI without a mediatype.
4 -->
5 <img src="data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI1 2P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsTextWithPixelResults();
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698