aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_test_script.h
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-11-04 21:10:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-04 21:10:05 +0000
commit29eeb274c83b55cade7798b68c5456ace628054e (patch)
tree98af40851d2fee29d1750424d7212eef661862a3 /test/proxy_test_script.h
parentd38b089ebf465f0e6ab713c43988ff8ae7abd0e5 (diff)
parent28ead3cc5ca7752535ae052a45ec562cf82b8037 (diff)
downloadchromium-libpac-2d457bda14fa18155a55578d56260d648ebfeb91.tar.gz
Diffstat (limited to 'test/proxy_test_script.h')
-rw-r--r--test/proxy_test_script.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/proxy_test_script.h b/test/proxy_test_script.h
index 0d1b77e..500a57a 100644
--- a/test/proxy_test_script.h
+++ b/test/proxy_test_script.h
@@ -28,6 +28,13 @@
"\n" \
"var object;\n" \
+#define B_139806216_JS \
+ u""\
+ "function FindProxyForURL(url, host){\n" \
+ " var x = new ArrayBuffer(1);\n" \
+ " return \"DIRECT\";\n" \
+ "}\n" \
+
#define BINDING_FROM_GLOBAL_JS \
u""\
"// Calls a bindings outside of FindProxyForURL(). This causes the code to\n" \