| Index: third_party/WebKit/LayoutTests/fast/forms/basic-buttons.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/basic-buttons.html b/third_party/WebKit/LayoutTests/fast/forms/basic-buttons.html
|
| index 1ff98244967e634a1ead60083cfdfac75df2a1c5..47fbe9777bf65b0827b69bf3644d0bddd9a0654e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/basic-buttons.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/basic-buttons.html
|
| @@ -48,8 +48,10 @@ function printSize(tagname, cell)
|
| }
|
| }
|
|
|
| -printSize('button');
|
| -printSize('input');
|
| +window.onload = function() {
|
| + printSize('button');
|
| + printSize('input');
|
| +};
|
| </script>
|
|
|
| </body>
|
|
|