Skip to content

Commit

Permalink
Merge pull request #110 from jungkees/progress-events-approved
Browse files Browse the repository at this point in the history
progress-events: change the file constructor.html to that of the approve...
  • Loading branch information
jgraham committed May 22, 2013
2 parents 4ee5b70 + bba7014 commit d4bdf41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions progress-events/constructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
assert_equals(ev.bubbles, false)
assert_equals(ev.cancelable, false)
assert_equals(ev.defaultPrevented, false)
assert_equals(ev.isTrusted, false)
assert_true(ev.timeStamp > 0)
assert_true("initEvent" in ev)
assert_equals(ev.lengthComputable, false)
Expand Down Expand Up @@ -41,9 +40,4 @@
assert_equals(ev.type, "Xx")
assert_equals(ev.lengthComputable, false)
}, "ProgressEventInit members must be matched case-sensitively.")
test(function() {
assert_throws("NotSupportedError", function() {
document.createEvent("ProgressEvent")
})
}, "document.createEvent() should not work with ProgressEvent.")
</script>

0 comments on commit d4bdf41

Please sign in to comment.