2 <title>WindowEventHandlers 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
21 ].forEach(function(attribute
) {
22 testSet("Window", attribute
);
23 testEnumerate("Window", attribute
);
24 testSet("HTMLBodyElement", attribute
);
25 testEnumerate("HTMLBodyElement", attribute
);
26 testReflect("HTMLBodyElement", attribute
);
27 testForwardToWindow("HTMLBodyElement", attribute
);
28 testSet("HTMLFrameSetElement", attribute
);
29 testEnumerate("HTMLFrameSetElement", attribute
);
30 testReflect("HTMLFrameSetElement", attribute
);
31 testForwardToWindow("HTMLFrameSetElement", attribute
);