| Index: LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| diff --git a/LayoutTests/fast/dom/body-frameset-event-handlers.html b/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| index 69c5243c20f3f4d5cd338a6f2b1370d8edd108a2..e3d161626380a7998772fb9d1487a124bda6053e 100644
|
| --- a/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| +++ b/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| @@ -15,9 +15,11 @@
|
| testSet("HTMLBodyElement", attribute);
|
| testEnumerate("HTMLBodyElement", attribute);
|
| testReflect("HTMLBodyElement", attribute);
|
| + testForwardToWindow("HTMLBodyElement", attribute);
|
| testSet("HTMLFrameSetElement", attribute);
|
| testEnumerate("HTMLFrameSetElement", attribute);
|
| testReflect("HTMLFrameSetElement", attribute);
|
| + testForwardToWindow("HTMLFrameSetElement", attribute);
|
| });
|
| </script>
|
| <div id="log"></div>
|
|
|