Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-shape.html

Issue 2110093002: Import wpt@00af177447b0a4b2de95f051b040290f7307acd3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wpt-rewrite-nopathhacks
Patch Set: Merge branch 'master' into wpt_import2 Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-shape.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/area-shape.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-shape.html
similarity index 85%
copy from third_party/WebKit/LayoutTests/fast/html/area-shape.html
copy to third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-shape.html
index 51efbba037862d92bda1facf92596ab2be5c26ff..24942273b44702e545a4f667313219877620b180 100644
--- a/third_party/WebKit/LayoutTests/fast/html/area-shape.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-area-element/area-shape.html
@@ -1,14 +1,14 @@
<!doctype html>
<meta charset=utf-8>
<title>HTMLAreaElement shape</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>
var tests = [
{desc: 'missing value default', shape: null, coords: "2,2,10,10", hit: hitRect},

Powered by Google App Engine
This is Rietveld 408576698