diff options
Diffstat (limited to 'tools/addon-sdk-1.4/packages/api-utils/data/test-trusted-document.html')
-rw-r--r-- | tools/addon-sdk-1.4/packages/api-utils/data/test-trusted-document.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/addon-sdk-1.4/packages/api-utils/data/test-trusted-document.html b/tools/addon-sdk-1.4/packages/api-utils/data/test-trusted-document.html deleted file mode 100644 index 166009d..0000000 --- a/tools/addon-sdk-1.4/packages/api-utils/data/test-trusted-document.html +++ /dev/null @@ -1,13 +0,0 @@ -<html>
-<head>
- <title>Worker test</title>
-</head>
-<body>
- <p id="paragraph">Lorem ipsum dolor sit amet.</p>
- <script>
- addon.port.on('addon-to-document', function (arg) {
- addon.port.emit('document-to-addon', arg);
- });
- </script>
-</body>
-</html>
|