Bug 24860
Summary: | view-source page can be truncated | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Tony Chang
1. Create a web page with this content :
<html>
<body>
<iframe>
</body>
</html>
2. load it in your browser and go to the web inspector
3. view the resource in the web inspector.
You see only :
<html>
<body>
<iframe>
4. Expected :
I should see the whole file.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Interesting bug...
Shinichiro Hamaji
Sorry, I filed the same bug as another bug after this bug was created: https://bugs.webkit.org/show_bug.cgi?id=25512
As I uploaded a patch for this, is it better to close this bug as duplicated?
Shinichiro Hamaji
Could someone close this bug? This was fixed by
https://bugs.webkit.org/show_bug.cgi?id=25512
http://trac.webkit.org/changeset/44608
Thanks!