Re: Internet Explorer 9 not showing results

Is anything happening with this?  I'm still not able to run tests on IE.

RI



On 23/07/2013 08:49, Richard Ishida wrote:
> Ok, here are some more details. If I try to generate the test using a
> PHP script I get the following error message in IE9:
>
>
> [[
> SCRIPT16386: No such interface supported
>
> testharness.js, line 1424 character 25
> ]]
>
> Code on that line is
>
> [[
> w.postMessage({
>      type: "start",
>      properties: this_obj_properties
>      }, "*");
> ]]
>
>
>
> If I show the source of that file, copy it to a text file on the desktop
> and open it in IE9, it works ok.
>
>
> If I try to run the test in the w3c-test.org/framework I get:
>
> [[
> SCRIPT5: Access is denied.
>
> testharness.js, line 1408 character 21
> ]]
>
> where line 1408 says
>
> "if(is_same_origin && w.start_callback)"
>
>
> In IE10 the test also works from my desktop, but i don't have the
> problem with line 1424.  I do however have the problem with line 1408
> (which is a big problem for me and others using the test framework).
>
> I have no problem viewing the test results in Firefox, Chrome, Safari,
> Opera. It's only IE.
>
>
> The PHP-generated version of the test I used for these investigations is:
>
> http://www.w3.org/International/tests/html5/generate?test=the-input-byte-stream-009
>
>
> http://w3c-test.org/framework/test/html5-i18n/single/the-input-byte-stream-009/format/html/
>
>
>
> RI
>
>
>
>
> On 23/07/2013 06:52, Richard Ishida wrote:
>> That's beside the point. (I provided the information about the framework
>> in case it helps identify the problem - although tests ought to work in
>> that framework too - it's only IE that's affected.)
>>
>> I think this is due to some bug introduced to testharness.js or
>> testharnessreport.js, since you don't have to be inside any framework
>> for the reporting to fail for IE9.
>>
>> If others are experiencing the same thing, then that is a major problem.
>>   Why don't you try running a script-based test on IE9 and let me know
>> whether you see the pass/fail result?
>>
>> RI
>>
>>
>>
>> On 22/07/2013 23:50, Tobie Langel wrote:
>>> On Monday, July 22, 2013 at 3:24 PM, Richard Ishida wrote:
>>>> Well, interestingly, IE10 shows the result ok when i run a test on its
>>>> own, but not inside the W3C Test Framework. For IE9 it's no joy in
>>>> either situation.
>>>>
>>>> Please fix asap. Tx.
>>> I don't think anyone is maintaining the existing test framework.
>>>
>>> --tobie
>>>
>>
>>
>
>


-- 
Richard Ishida, W3C
http://rishida.net/

Received on Wednesday, 7 August 2013 13:23:20 UTC