blob: 8d471ecd0a48048df00e75260e1e2ac094ee5bf4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../resources/js-test-pre.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) {
testRunner.dumpAsText();
debug("Platform name: " + accessibilityController.platformName);
}
</script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>