<!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> |