joelvh / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

Can't show error information of element with wrong domain. #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a webpage include a image element with wrong domain. For example:
<img src="http://nosuchdomain-forexample/abc.jpg" />

2. Use Node.js client to test the page.

What is the expected output? What do you see instead?
It should show error information of the wrong element, but it show nothing.

What version of the product are you using? On what operating system?
Revision: 1771
OS: Ubuntu 12.04

Original issue reported on code.google.com by t...@google.com on 12 Mar 2013 at 5:23

GoogleCodeExporter commented 8 years ago
Request errors and page errors need to be added to the decode support for the 
dev tools timelines.  Should be able to do this today.

Original comment by PatMee...@gmail.com on 12 Mar 2013 at 12:14

GoogleCodeExporter commented 8 years ago
https://github.com/WPO-Foundation/webpagetest/issues/53

Original comment by PatMee...@gmail.com on 4 Jul 2013 at 6:01