| Index: third_party/WebKit/LayoutTests/fast/input/placeholder-wrongly-placed-if-too-tall.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/input/placeholder-wrongly-placed-if-too-tall.html b/third_party/WebKit/LayoutTests/fast/input/placeholder-wrongly-placed-if-too-tall.html
|
| index 523f5691f4c198a8b70249605ac9b375ef976d13..d71cc1ee0011332a0d10849cab3bff815b6eecbc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/input/placeholder-wrongly-placed-if-too-tall.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/input/placeholder-wrongly-placed-if-too-tall.html
|
| @@ -1,4 +1,5 @@
|
| <!DOCTYPE html>
|
| +<script src="../../resources/js-test.js"></script>
|
| <style>
|
| input {
|
| height: 26px;
|
| @@ -32,4 +33,3 @@ inputs[1].focus();
|
| // Forcing a layout in this frame makes the issue disappear.
|
| window.requestAnimationFrame(checkInputs);
|
| </script>
|
| -<script src="../../resources/js-test.js"></script>
|
|
|