blob: 1c5770b74406a8e235f1e987f1d0611ac5c56e8b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../resources/js-test.js"></script>
</head>
<body id="body">
<p id="description"></p>
<div id="console"></div>
<script>
description("This test just prints the name of the current platform.");
if (window.testRunner && window.accessibilityController)
debug("Platform name: " + accessibilityController.platformName);
</script>
</body>
</html>