2 <title>GlobalEventHandlers test
</title>
3 <script src=
"../../resources/testharness.js"></script>
4 <script src=
"../../resources/testharnessreport.js"></script>
5 <script src=
"script-tests/event-handlers.js"></script>
7 // attribute list from WHATWG HTML Living Standard r8389
70 ].forEach(function(attribute
) {
72 assert_false(attribute
in getObject("Element"));
73 }, "No Element." + attribute
);
74 testSet("HTMLElement", attribute
);
75 testEnumerate("HTMLElement", attribute
);
76 testReflect("HTMLElement", attribute
);
77 testSet("SVGElement", attribute
);
78 testEnumerate("SVGElement", attribute
);
79 testReflect("SVGElement", attribute
);
80 testSet("Document", attribute
);
81 testEnumerate("Document", attribute
);
82 testSet("Window", attribute
);
83 testEnumerate("Window", attribute
);