blob: 1fc7eee7f620eec05fdf80dece68451214d8e7a4 [file] [log] [blame]
<!DOCTYPE html>
<img src="data:dsa" data-expected-width=0>
<script src="../resources/check-layout.js"></script>
<p>crbug.com/522673: Return the correct width for images with broken data: uri's.</p>
<script>
window.onload = function() {
checkLayout("img");
}
</script>