Merge "[Release] Webkit2-efl-123997_0.11.51" into tizen_2.1
[framework/web/webkit-efl.git] / LayoutTests / accessibility / platform-name.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../fast/js/resources/js-test-pre.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();
13
14   debug("Platform name: " + testRunner.platformName);
15 }
16 </script>
17 <script src="../fast/js/resources/js-test-post.js"></script>
18 </body>
19 </html>