blob: 628a5df80d6c68076b5f5989c4bafe188e99f177 [file] [log] [blame]
<html>
<body>
<script src= "../resources/testharness.js"></script>
<script src= "../resources/testharnessreport.js"></script>
<script>
function checkPlugins()
{
return !!(navigator.plugins["WebKit Test PlugIn"] || navigator.plugins["WebKit built-in PDF"]);
}
test(() => {
assert_true(checkPlugins());
}, "Test plugins");
</script>
</body>
</html>