[webkit-reviews] review granted: [Bug 30478] Web Inspector: simple console tests do not require testing harness. : [Attachment 41358] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 17:19:18 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 30478: Web Inspector: simple console tests do not require testing harness.
https://bugs.webkit.org/show_bug.cgi?id=30478

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

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>

> +    var p = document.createTextNode();
> +    p.textContent = "foo";
> +    p.splitText(10000);

Why is this needed?


More information about the webkit-reviews mailing list