summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
blob: 95c85d46d16695e487001a02e27acae6c094703d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<script src="../resources/plugin.js"></script>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
startAfterLoadAndFinish();
</script>
</head>
<body>
    <div>
        <embed id=testPlugin type="application/x-webkit-test-netscape" test="get-user-agent-with-null-npp-from-npp-new"></embed>
    </div>
    <p>This tests that we can get a user agent when calling NPN_UserAgent with a null NPP from NPP_New.</p>
</body>
</html>