https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 593dea5f1b8e9d90bbcc20adcafe370e8f0b0564 authored by James Graham on 12 April 2018, 12:48:29 UTC
Use version-specific prefs files when running Firefox
Tip revision: 593dea5
iframe-discoverability-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: iframe discoverability</title>
 </head>
 <body>
  <iframe src="external-image-external-description-manual.html" width="480" height="320">
  <p>If there is no document included here with an image, the result of the test is unknowable</p>
  </iframe>
  <p>In order to pass, it should be possible to discover that there is an image with a longdesc included in this document (inside an iframe).
 </body>
</html>
back to top