document-policy-lossless-images-strict-max-bpp.php 453 B

123456789101112131415161718192021
  1. <?php
  2. header("Document-Policy: lossless-images-strict-max-bpp=1.0");
  3. ?>
  4. <!DOCTYPE html>
  5. <style>
  6. body {
  7. font: 10px Ahem;
  8. }
  9. </style>
  10. <head>
  11. <base href="resources/">
  12. </head>
  13. <body>
  14. <div width="700" height="500">
  15. <img src="Fisher-large.jpg" width="200"/>
  16. <img src="Fisher-small.jpg" width="200"/>
  17. <img src="pass-all.png" width="200"/>
  18. <img src="fail-strict.png" width="200"/>
  19. <img src="fail-all.png" width="200"/>
  20. </div>
  21. </body>