blob: 62fef325aec5f406db7359b4f63f764f59d09979 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 200px;
height: 200px;
background-color:lime;
}
</style>
<script>
if (window.testRunner) {
internals.settings.setImagesEnabled(false);
internals.settings.setLoadsImagesAutomatically(false);
testRunner.queueReload();
}
</script>
</head>
<body>
<div>
<img src="resources/image-with-nested-data-uri-images.svg">
</div>
</body>
</html>