| Index: third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html b/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html
|
| index 3bae7d05f0da321f383e13995a6bf2c2b4817daf..8d0d4213d1b7699617809df042e66b8dfbb785dd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html
|
| @@ -2,7 +2,7 @@
|
| <html>
|
| <body>
|
| <input id="emptyOnFirstVisit">
|
| -<form action="data:text/html,<script>history.back()</script>" id=form1>
|
| +<form action="../../../resources/back.html" id=form1>
|
| <input type="datetime-local" id=input1>
|
| <input type="datetime-local" id=input2>
|
| <input type="datetime-local" id=input3 value="2001-01-01T01:01:01.001">
|
|
|