| Index: ppapi/tests/extensions/popup/popup.html
|
| diff --git a/ppapi/tests/extensions/popup/popup.html b/ppapi/tests/extensions/popup/popup.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5f18ca7851af85d45dc42f2664043f422060439b
|
| --- /dev/null
|
| +++ b/ppapi/tests/extensions/popup/popup.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <title>Popup with NaCl embed App test</title>
|
| + <script src="popup.js"></script>
|
| +</head>
|
| +<body>
|
| + <embed id="nacl_module" src="ppapi_tests_extensions_popup.nmf"
|
| + type="application/x-nacl" />
|
| +</body>
|
| +</html>
|
|
|