Bug 11701
| Summary: | DumpRenderTree dumpAsText() should handle child frames | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kevin McCullough <kmccullough> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Minor | ||
| Priority: | P3 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Kevin McCullough
* SUMMARY
When a layout test calls dumpAsText(), it expects it's text to be written out, but dumpAsText() does not take into account child frames.
* STEPS TO REPRODUCE
1. Look at targeted-frame-submission.html in LayoutTests/fast/forms
2. Notice that the DumpRenderTree() lines are commented out. If they were uncommented the output would not include the word SUCCESS in the iframe even thought the submission was a success.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of 11700 ***