page_basic.html (340B)
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>DOM test page</title> 8 </head> 9 <body> 10 <script type="text/javascript"> 11 "use strict"; 12 window._a = {_data: "test"}; 13 </script> 14 </body> 15 </html>