| Index: LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| diff --git a/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| index 898ed1662900c7be6e24e480f07c53b65beb401d..29134653950eff2b144d58af449e5aa11274deb4 100644
|
| --- a/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| +++ b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
|
| @@ -15,7 +15,7 @@
|
| <script>
|
| description('Test for child elements of a datalist element.');
|
|
|
| -openPickerWithMock(document.getElementById('date'), test);
|
| +openPicker(document.getElementById('date'), test);
|
|
|
| function makeRect(x, y, width, height) {
|
| return {
|
|
|