RESOLVED FIXED 11090
DumpRenderTree dumpAsText() doesn't dump text inside frames
https://bugs.webkit.org/show_bug.cgi?id=11090
Summary DumpRenderTree dumpAsText() doesn't dump text inside frames
Geoffrey Garen
Reported 2006-09-29 10:24:48 PDT
This means that <frameset> tests can't dumpAsText(), because the only valid child of a <frameset> is a <frame>. TO REPRO: <frameset onload="layoutTestController.dumpAsText()"> <frame src="data:text/html,<p>hello world</p>"> </frameset> --> empty dump
Attachments
Alexey Proskuryakov
Comment 1 2006-12-14 22:44:00 PST
*** Bug 11700 has been marked as a duplicate of this bug. ***
Ryosuke Niwa
Comment 2 2011-05-24 22:47:18 PDT
This bug has been resolved by layoutTestController. dumpChildFramesAsText.
Note You need to log in before you can comment on or make changes to this bug.