| Index: third_party/WebKit/LayoutTests/images/border.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/border.html b/third_party/WebKit/LayoutTests/images/border.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/fast/images/border.html
|
| rename to third_party/WebKit/LayoutTests/images/border.html
|
| index 9a8f5c2f68225da1e8ec6029aa8e1f2f64ffc918..9eb1cac786d72a9544c4d8f84dd277fe7393b9ef 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/border.html
|
| +++ b/third_party/WebKit/LayoutTests/images/border.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>This tests the HTMLImageElement border property.</title>
|
| <body>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| <script type="text/javascript">
|
| function imageBorderWidth(borderValue, style) {
|
| var image = document.createElement("img");
|
|
|