1<html> 2 <head> 3 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 4 <script src="/example.js"></script> 5 </head> 6 <body> 7 8 <img src="libwebsockets.org-logo.svg"> 9 <img src="strict-csp.svg"><br> 10 11 LWS <b>pmd corner case test</b>.<br> 12 A ws link is made back to the server and results shown here.<br> 13 It should show four binary blobs of increasing size. 14 <br> 15 <br> 16 <span id=status>Ws closed</span><br> 17 <br> 18 <textarea id=r readonly cols=40 rows=10></textarea> 19 </body> 20</html> 21 22