| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window.html
|
| index 045904994c000aee8cd4f1816c06c624fdff4a3e..cf8520df9f0bb22d63b350a0f53141b43b4c2241 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<title>HTMLBodyElement.onblur</title>
|
| +<title>HTMLBodyElement event handlers</title>
|
|
|
| <script src="../../../../../../resources/testharness.js"></script>
|
| <script src="../../../../../../resources/testharnessreport.js"></script>
|
| @@ -18,7 +18,7 @@ handlers.forEach(function(handler) {
|
| test(function() {
|
| document.body['on' + handler] = f;
|
| assert_equals(window['on' + handler], f);
|
| - });
|
| + }, handler);
|
| });
|
|
|
| -</script>
|
| +</script>
|
|
|