2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / profiler / resources / other-frame.html
blobe836fbf49c23c9af1014783b4676c7e249b93a6e
1 <html>
2 <head>
3 <script>
4 function functionInOtherFrame() {
5 return parent.functionInParentFrame();
7 </script>
8 </head>
10 <body>
11 This file contains some JavaScript.
12 </body>
13 </html>