rekbun / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

GET requests for bar.png/quz.png, and /richtext2/static/pic.jpg are 404s #345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Firefox, open the Web Console
2. Run the Rich Text API tests
3. Look at the Web Console output

What is the expected output? What do you see instead?

I'd expect to get see the GET requests returning 200 OK, but there are broken 
images:

--
[16:42:11.965] GET http://www.browserscope.org/richtext2/static/pic.jpg 
[HTTP/1.1 404 Not Found 403ms]
[16:42:14.912] GET http://www.browserscope.org/richtext2/static/pic.jpg 
[HTTP/1.1 404 Not Found 151ms]
[16:42:15.603] GET http://goo.gl/bar.png [HTTP/1.1 404 Not Found 26ms]
[16:42:15.605] GET http://baz.com/quz.png [HTTP/1.1 404 Not Found 6ms]
[16:42:16.270] GET http://baz.com/quz.png [HTTP/1.1 404 Not Found 4ms]
[16:42:16.272] GET http://goo.gl/bar.png [HTTP/1.1 404 Not Found 30ms]

Not sure if these are intended or not?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by stephen....@gmail.com on 23 Apr 2013 at 11:45

GoogleCodeExporter commented 9 years ago
These are intended.

Original comment by els...@gmail.com on 12 Feb 2014 at 4:31