| Index: third_party/WebKit/LayoutTests/hittesting/border-hittest.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-hittest.html b/third_party/WebKit/LayoutTests/hittesting/border-hittest.html
|
| similarity index 72%
|
| rename from third_party/WebKit/LayoutTests/fast/borders/border-hittest.html
|
| rename to third_party/WebKit/LayoutTests/hittesting/border-hittest.html
|
| index e8fdae9656a9414e012201af3641a40c1ac05664..63a1f1953a0feab2f301aefdaffbc434c37c05d5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/borders/border-hittest.html
|
| +++ b/third_party/WebKit/LayoutTests/hittesting/border-hittest.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <html>
|
| <head>
|
| -<script src="../../resources/js-test.js"></script>
|
| +<script src="../resources/js-test.js"></script>
|
| <style>
|
| img{
|
| background-color:red;
|
| @@ -10,7 +10,7 @@ img{
|
| </style>
|
| </head>
|
| <body>
|
| -<img src="./resources/mask.png" width="100px" height="100px" />
|
| +<img src="../fast/borders/resources/mask.png" width="100px" height="100px" />
|
| <div id="console"></div>
|
| </body>
|
| <script>
|
|
|