Skip to content

Commit

Permalink
progress-events: change the file constructor.html to that of the appr…
Browse files Browse the repository at this point in the history
…oved file.
  • Loading branch information
Jungkee Song committed May 20, 2013
1 parent 82f4d31 commit bba7014
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 bba7014

Please sign in to comment.