browser/devtools/webconsole/test/test-iframe2.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b26c946bcaa3
1 <html>
2 <head>
3 <script>
4 console.log("iframe 2");
5 blah;
6 </script>
7 </head>
8 <body>
9 <h1>iframe 2</h1>
10 </body>
11 </html>

mercurial