test_audit_all.html (441B)
1 <!-- Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ --> 3 <!doctype html> 4 <html> 5 <head> 6 <meta charset="utf-8"/> 7 <title>Accessibility page</title> 8 <!-- This needs to be in an external file to reproduce the issue from Bug 1929891 --> 9 <link href="test_audit_all.css" rel="stylesheet"> 10 </head> 11 <body> 12 <canvas></canvas> 13 <button>Click</button> 14 </body> 15 </html>