| Index: chrome/test/data/printing/npapi_plugin.html
|
| ===================================================================
|
| --- chrome/test/data/printing/npapi_plugin.html (revision 0)
|
| +++ chrome/test/data/printing/npapi_plugin.html (revision 0)
|
| @@ -0,0 +1,18 @@
|
| +<hmtl>
|
| +<body>
|
| +<embed type="application/vnd.npapi-test"
|
| + height="300"
|
| + width="300"
|
| + name="set_title_in_paint"
|
| + id="1"
|
| + mode="np_embed"/>
|
| +</body>
|
| +
|
| +<script>
|
| +function SetTitle() {
|
| + window.document.title = "ready";
|
| + return;
|
| +}
|
| +</script>
|
| +
|
| +</hmtl>
|
|
|
| Property changes on: chrome\test\data\printing\npapi_plugin.html
|
| ___________________________________________________________________
|
| Added: svn:mime-type
|
| + text/html
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|