[webkit-reviews] review granted: [Bug 52319] output the value of input and textarea nodes when using dump-as-markup : [Attachment 78726] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 12 13:29:17 PST 2011


Ojan Vafai <ojan at chromium.org> has granted Tony Chang <tony at chromium.org>'s
request for review:
Bug 52319: output the value of input and textarea nodes when using
dump-as-markup
https://bugs.webkit.org/show_bug.cgi?id=52319

Attachment 78726: Patch
https://bugs.webkit.org/attachment.cgi?id=78726&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=78726&action=review

> LayoutTests/resources/dump-as-markup.js:209
> +		   str += Markup._indent(depth + 1) + "this.value=" +
node.value;

Can you quote the value the way we do for attribute values above (line 197)?


More information about the webkit-reviews mailing list