[webkit-reviews] review requested: [Bug 13415] Add UTF-32 support for html/xml documents : [Attachment 14220] a new patch with updated test cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 00:03:34 PDT 2007


Jungshik Shin <jungshik.shin at gmail.com> has asked  for review:
Bug 13415: Add UTF-32 support for html/xml documents
http://bugs.webkit.org/show_bug.cgi?id=13415

Attachment 14220: a new patch with updated test cases
http://bugs.webkit.org/attachment.cgi?id=14220&action=edit

------- Additional Comments from Jungshik Shin <jungshik.shin at gmail.com>
Modified test cases per ap's suggestion. Both XML and HTML print out the
encoding determined. 

> ---------------------
> <div id="result">FAILURE: script did't run</div>
> <script>document.getElementById("result").firstChild.nodeValue =
> document.inputEncoding;</script>
> ---------------------

Actually, I tried the above as well. However, I forgot that I had to make it
run after the loading is complete (the script was put in the <head> without an
onload triggering.). As a result, it didn't run even in Firefox. 
 
Thanks to your suggestion, I realized that :-)



More information about the webkit-reviews mailing list