| Index: third_party/WebKit/LayoutTests/html/document-metadata/base.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html b/third_party/WebKit/LayoutTests/html/document-metadata/base.html
|
| similarity index 97%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html
|
| rename to third_party/WebKit/LayoutTests/html/document-metadata/base.html
|
| index 5739008dc273538074c85c7842ed26d7ed338f43..c1221578a11dd7917c8656f1502b4265910ac6a0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html
|
| +++ b/third_party/WebKit/LayoutTests/html/document-metadata/base.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <base href="foo/bar/">
|
| <body></body>
|
| <script>
|
|
|