[Webkit-unassigned] [Bug 26501] layoutTestController should have dumpAsMarkup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 15:02:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=26501





--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2010-04-13 15:02:15 PST ---
(In reply to comment #4)
> 1. Does this output format look good (see the test's expected results)?

The output looks nice but is it possible to format them as a tree with
indentations?  e.g. instead of 

<html lang="en">
<body><text>\n </text> 
<p></p> 
<text>\n </text><text>\n</text><text>\n</text></body> 
</html>

get

<html lang="en">
    <body>
        <text>\n </text> 
        <p></p>
        <text>\n </text>
        <text>\n</text>
        <text>\n</text>
    </body> 
</html>

This would improve the readability of the output at least for me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list