Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / platform-name.html
blobc95af891c94fec5d1e4a0518c97def9264a118d4
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../resources/js-test.js"></script>
5 </head>
6 <body id="body">
7 <p id="description"></p>
8 <div id="console"></div>
9 <script>
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);
16 </script>
17 </body>
18 </html>