| Index: third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html b/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html
|
| index b147c9a4c12facf5999a079ee5211ea829337343..6df4ff5f0af2eaafc901e8abe038e58142d9fb80 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-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=week id=input1>
|
| <input type=week id=input2>
|
| <input type=week id=input3 value="2012-W01">
|
|
|