bweinstein@apple.com | 4a61b72 | 2010-10-16 00:50:13 +0000 | [diff] [blame] | 1 | <html>
|
| 2 | <body>
|
| 3 | <p>Tests for <a href="https://bugs.webkit.org/show_bug.cgi?id=47753">bug 47753</a>:
|
| 4 | REGRESSION(r69850) Loading apple.com/startpage in WebKit on Windows gets a bad request.</p>
|
| 5 | <script>
|
rniwa@webkit.org | ada3c20 | 2012-06-20 03:28:42 +0000 | [diff] [blame] | 6 | if (window.testRunner)
|
| 7 | testRunner.dumpAsText();
|
bweinstein@apple.com | 4a61b72 | 2010-10-16 00:50:13 +0000 | [diff] [blame] | 8 |
|
| 9 | var userAgent = navigator.userAgent;
|
| 10 |
|
| 11 | document.write("User Agent should contain Mozilla: " + (userAgent.indexOf("Mozilla") >= 0) + "<br>");
|
| 12 | document.write("User Agent should contain AppleWebKit: " + (userAgent.indexOf("AppleWebKit") >= 0) + "<br>");
|
| 13 | document.write("User Agent should contain KHTML, like Gecko: " + (userAgent.indexOf("KHTML, like Gecko") >= 0));
|
| 14 | </script>
|
| 15 | </body>
|
| 16 | </html>
|