Skip to content

Commit

Permalink
fixup! moved Samsung's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jun 19, 2015
1 parent fee5956 commit b138134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ProgressEvents/firing-events-http-content-length.html
Expand Up @@ -26,7 +26,6 @@

// "loadstart", "error", "abort", "load" tests are out of scope.
// They SHOULD be tested in each spec that implement ProgressEvent.

xhr.onloadend = function(pe) {
test.done();
}
Expand Down
2 changes: 1 addition & 1 deletion ProgressEvents/security-consideration.html
Expand Up @@ -40,7 +40,7 @@
xhr.onloadend = function(pe) {
test.done();
}
xhr.open("GET", "http://www.w3c-test.org:81/webapps/ProgressEvents/tests/submissions/Samsung/resources/img.jpg", true);
xhr.open("GET", "resources/img.jpg", true);
xhr.send(null);
})
</script>
Expand Down

0 comments on commit b138134

Please sign in to comment.