chromium/third_party/blink/renderer/core/testing/data/iframe_pdf_display_none.html

<!DOCTYPE html>
<html>
<head>
  <style type="text/css">
    body { margin: 0; padding: 0; }
    iframe { display: none; }
  </style>
</head>
<body>
  <iframe src="test.pdf"></iframe>
</body>
</html>