Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>Popup with NaCl embed App test</title> | |
| 5 <script src="popup.js"></script> | |
| 6 </head> | |
| 7 <body> | |
| 8 <embed id="nacl_module" src="ppapi_tests_extensions_popup.nmf" | |
| 9 type="application/x-nacl" /> | |
| 10 </body> | |
| 11 </html> | |
| OLD | NEW |