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