| 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 e3d161626380a7998772fb9d1487a124bda6053e..5244063f2a2f77f48235d1d75b4d25bd0b2853a8 100644
|
| --- a/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| +++ b/LayoutTests/fast/dom/body-frameset-event-handlers.html
|
| @@ -4,12 +4,13 @@
|
| <script src="../../resources/testharnessreport.js"></script>
|
| <script src="script-tests/event-handlers.js"></script>
|
| <script>
|
| -// attribute list from WHATWG HTML Living Standard r8239
|
| +// attribute list from WHATWG HTML Living Standard r8389
|
| [
|
| "onblur",
|
| "onerror",
|
| "onfocus",
|
| "onload",
|
| + "onresize",
|
| "onscroll"
|
| ].forEach(function(attribute) {
|
| testSet("HTMLBodyElement", attribute);
|
|
|