| Index: LayoutTests/fast/forms/date/date-click-on-label.html
|
| diff --git a/LayoutTests/fast/forms/date/date-click-on-label.html b/LayoutTests/fast/forms/date/date-click-on-label.html
|
| index fe6a9d1da7c4a27b7299ffd4f82d950af1ceb458..69326fd1f3cd714f23acd302b21e2e7b6c32f8e9 100644
|
| --- a/LayoutTests/fast/forms/date/date-click-on-label.html
|
| +++ b/LayoutTests/fast/forms/date/date-click-on-label.html
|
| @@ -5,7 +5,7 @@
|
| <label id="label1">Label: <input type="date" id="date1"></label>
|
| <script>
|
| debug('Check if clicking a label focuses on a date input in it.');
|
| -// Force layout because we can't focus on elements without RenderBox.
|
| +// Force layout because we can't focus on elements without LayoutBox.
|
| document.body.offsetLeft;
|
| shouldBeEqualToString('document.activeElement.id', 'body');
|
| debug('Clicking a label.');
|
|
|