Re: [webkit-dev] Enable encoding detector on layout(regression) test

2012-09-19 Thread Darin Adler
On Sep 19, 2012, at 9:22 AM, Darin Adler wrote: > On Sep 18, 2012, at 6:25 PM, Kangil Han wrote: > >> However, enabling encoding detector by javaScript manipulation seems not >> feasible since encoding detector works on reading input stream level. > > You could probably make an encoding detec

Re: [webkit-dev] Enable encoding detector on layout(regression) test

2012-09-19 Thread Darin Adler
On Sep 18, 2012, at 6:25 PM, Kangil Han wrote: > However, enabling encoding detector by javaScript manipulation seems not > feasible since encoding detector works on reading input stream level. You could probably make an encoding detection test using an iframe with a data URL in it. Have you t

[webkit-dev] Enable encoding detector on layout(regression) test

2012-09-18 Thread Kangil Han
Hi, I am working on a bad case that encoding detector doesn't recognize it. So I created a bug, https://bugs.webkit.org/show_bug.cgi?id=97054, then try to make a layout(regression) test case. However, enabling encoding detector by javaScript manipulation seems not feasible since encoding detector