Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html b/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html |
| index 0e89acb2fe4fd2438208160f4fe3461925166464..1efeb1156febfd02866ea4d5b6e173a5411d3f26 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html |
| +++ b/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html |
| @@ -11,7 +11,9 @@ |
| <input> |
| </footer> |
| -<section style="height: 100px; width: 100px; overflow: scroll;"></section> |
| +<section style="height: 100px; width: 100px; overflow: scroll;"> |
| + <div style="height: 500px; width: 500px;"/> |
| +</section> |
| <div tabindex="1"> |
| <header style="height: 100px; width: 100px; overflow: scroll;"></header> |
| @@ -117,3 +119,4 @@ test("Disabled form controls should not move the focus", function() { |
| }); |
| </script> |
| + |
|
bokan
2016/11/03 11:53:19
Nit: remove space
|