mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
'closeevent' argument for Document::createEvent
fix alphabetical order delete unused tests
This commit is contained in:
@@ -5,12 +5,6 @@
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<div id=log></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_throws("NotSupportedError", function() {
|
||||
document.createEvent("CloseEvent")
|
||||
});
|
||||
}, "createEvent(\"CloseEvent\")");
|
||||
|
||||
test(function() {
|
||||
assert_false("initCloseEvent" in CloseEvent.prototype);
|
||||
assert_false("initCloseEvent" in new CloseEvent('close'));
|
||||
|
||||
Reference in New Issue
Block a user