blob: 12cbbbe56ee3acb3d056e302af73b4f8492326d8 [file] [log] [blame]
<?php
header("Document-Policy: lossless-images-strict-max-bpp=1.0");
?>
<!DOCTYPE html>
<style>
body {
font: 10px Ahem;
}
</style>
<head>
<base href="resources/">
</head>
<body>
<div width="700" height="500">
<img src="Fisher-large.jpg" width="200"/>
<img src="Fisher-small.jpg" width="200"/>
<img src="pass-all.png" width="200"/>
<img src="fail-strict.png" width="200"/>
<img src="fail-all.png" width="200"/>
</div>
</body>