repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
npapi
/
private.html
blob
46cacdeb60d56ff45561a1a5e267a07e20aeeb9f
1
<html>
2
3
<head>
4
<script
src
=
"npapi.js"
></script>
5
</head>
6
7
8
<body>
9
<div
id
=
"statusPanel"
style
=
"border: 1px solid red; width: 100%"
>
10
Test running....
11
</div>
12
13
14
NPAPI Private Mode test
<p>
15
Tests that a plugin can query the private browsing mode.
<P>
16
17
<embed
type
=
"application/vnd.npapi-test"
18
src
=
"foo"
19
name
=
"private"
20
id
=
"1"
21
mode
=
"np_embed"
22
>
23
24
</body>
25
</html>