blob: c95af891c94fec5d1e4a0518c97def9264a118d4 [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) {
testRunner.dumpAsText();
debug("Platform name: " + testRunner.platformName);
}
</script>
</body>
</html>