2 <title>HTMLBodyElement and HTMLFrameSetElement event handler 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
15 ].forEach(function(attribute
) {
16 testSet("HTMLBodyElement", attribute
);
17 testEnumerate("HTMLBodyElement", attribute
);
18 testReflect("HTMLBodyElement", attribute
);
19 testForwardToWindow("HTMLBodyElement", attribute
);
20 testSet("HTMLFrameSetElement", attribute
);
21 testEnumerate("HTMLFrameSetElement", attribute
);
22 testReflect("HTMLFrameSetElement", attribute
);
23 testForwardToWindow("HTMLFrameSetElement", attribute
);