- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / extension_resource_request_policy / web_accessible / iframe.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4   <script src="iframe.js"></script>
5
6   <!-- Iframe resource from the same extension, this should load -->
7   <iframe src="iframe-contents.html"></iframe>
8
9   <!-- Iframe resource from another extension that's not web accessible, this should not load -->
10   <iframe src="chrome-extension://pbkkcbgdkliohhfaeefcijaghglkahja/inaccessible-iframe-contents.html"></iframe>
11 </body>
12 </html>
13