Re: [pointerevents-tests] Test assertions 12.1, 7.5, 7.6, 7.7 submissions (#1074)

@jacobrossi @ArtemAntonets - to facilitate portability of running the tests, all of the files in this PR need to change the URLs of the two testharness scripts from:

<script src="http://w3c-test.org/resources/testharness.js"></script>
<script src="http://w3c-test.org/resources/testharnessreport.js">

to:

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js">

(Like @plehegar did for https://github.com/w3c/web-platform-tests/pull/1076)

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1074#issuecomment-47278587

Received on Thursday, 26 June 2014 20:53:05 UTC