aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_test_script.h
diff options
context:
space:
mode:
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" \