-
toyoshim@chromium.org authored
'localhost' can be resolved as IPv6 address and IPv4 address. On the other hands, a test server listens at '127.0.0.1' by default. Chrome want to connect using IPv6 address firstly. So if the server listens at only IPv4 address, Chrome connects IPv4 address after IPv6 timeout. This change passes server proviting host to PPAPI tests, then makes it available from WebSocket related PPAPI tests. BUG=175237 TEST=browser_tests --gtest_filter='*.WebSocket_*' Review URL: https://codereview.chromium.org/12252004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182452 0039d316-1c4b-4281-b951-d872f2087c98
21de9cb2