sysapps / testsuites

Test suites for System Applications WG specs
2 stars 3 forks source link

First version of app-URI scheme test suite #1

Closed martap closed 11 years ago

martap commented 11 years ago

This is my first w3c test suite, please give me your feedback.

I've added testharness.js files on purpose since it is easier to create a application package and we do not have use cross domain policy to use framework.

marcoscaceres commented 11 years ago

This is nice work @martap :+1:. Before merging, it would be great if you could reduce the line lengths to 80 characters where possible. That will make the code easier to review and maintain.

martap commented 11 years ago

@marcoscaceres - thank you for review :) I'll change it according to your suggestions.

martap commented 11 years ago

I've not finished changes yet, still more to come.

martap commented 11 years ago

Now I think I'm done with changes suggested by Marcos :)

I have one doubt though:

Should window.location.host be treated as domain - case insensitive?? (I've added "Character Normalization" test case) Basically it is sort of "domain" for application...