| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-coords.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/area-coords.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-coords.html
|
| similarity index 92%
|
| copy from third_party/WebKit/LayoutTests/fast/html/area-coords.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-coords.html
|
| index 7ea8dfde04a49d684e1a948a2c6628e2a4627794..9ec6f3e42732f62d2bf36936a214dc176e23bc07 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/html/area-coords.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-coords.html
|
| @@ -1,14 +1,14 @@
|
| <!doctype html>
|
| <meta charset=utf-8>
|
| <title>HTMLAreaElement coords parsing</title>
|
| -<script src=../../resources/testharness.js></script>
|
| -<script src=../../resources/testharnessreport.js></script>
|
| +<script src=/resources/testharness.js></script>
|
| +<script src=/resources/testharnessreport.js></script>
|
| <style>
|
| body { margin: 0 }
|
| </style>
|
| -<img src=resources/images/blue-border.png usemap=#x id=img width=300 height=300>
|
| +<img src=/images/threecolors.png usemap=#x id=img width=300 height=300>
|
| <map name=x><area id=area></map>
|
| -<script src=resources/hit-test.js></script>
|
| +<script src=support/hit-test.js></script>
|
| <script>
|
| tests = [
|
| {desc: 'COMMA', shape: 'rect', coords: "2,2,10,10", hit: hitRect},
|
|
|