Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/simple-event-stream.pl |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/simple-event-stream.pl b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/simple-event-stream.pl |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..c93169168c29876ec7e5b812c3ac288123f71970 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/simple-event-stream.pl |
| @@ -0,0 +1,6 @@ |
| +#!/usr/bin/perl |
| +print "Content-type: text/event-stream\r\n"; |
| +print "Access-Control-Allow-Origin: *\r\n"; |
| +print "\r\n"; |
| +print "data: hello\r\n"; |
| +print "\r\n"; |