https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 685b869d99601c727e5edec3dd40f3714ce44ffc authored by Frédéric Wang on 14 March 2018, 11:33:05 UTC
Adjust MathML tests to Workaround WebKit's bug with document.fonts.ready
Tip revision: 685b869
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