1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../resources/js-test.js"></script>
7 <p id=
"description"></p>
8 <div id=
"console"></div>
10 description("This test just prints the name of the current platform.");
11 if (window
.testRunner
) {
12 testRunner
.dumpAsText();
14 debug("Platform name: " + testRunner
.platformName
);