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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates-expected.txt

Issue 2255433002: Use testharness.js instead of js-test.js in fast/images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed test as per the comments. Created 4 years, 4 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/fast/images/imagemap-dynamic-area-updates-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates-expected.txt b/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates-expected.txt
deleted file mode 100644
index 6934c602dc4c8febbc5eba9bee9e72cd48413d38..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Test that when image map areas have their shape or coordinate dynamically altered, the clickable region changes.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS setArea('default', ''); checkForArea(50, 50) is true
-PASS setArea('rect', '0, 0, 100, 100'); checkForArea(50, 50) is true
-PASS setArea('rect', '0, 0, 100, 100'); checkForArea(150, 150) is false
-PASS setArea('rect', '200, 200, 300, 300'); checkForArea(50, 50) is false
-PASS setArea('rect', '200, 200, 300, 300'); checkForArea(250, 250) is true
-PASS setArea('circle', '100, 100, 50'); checkForArea(100, 100) is true
-PASS setArea('circle', '100, 100, 50'); checkForArea(120, 100) is true
-PASS setArea('circle', '100, 100, 50'); checkForArea(200, 100) is false
-PASS setArea('circle', '300, 300, 50'); checkForArea(100, 100) is false
-PASS setArea('circle', '300, 300, 50'); checkForArea(300, 300) is true
-PASS setArea('circle', '300, 300, 50'); checkForArea(320, 300) is true
-PASS setArea('poly', '100, 100, 200, 100, 200, 200'); checkForArea(150, 150) is true
-PASS setArea('poly', '100, 100, 200, 100, 200, 200'); checkForArea(100, 150) is false
-PASS setArea('poly', '100, 100, 200, 100, 200, 200'); checkForArea(300, 300) is false
-PASS setArea('default', ''); checkForArea(300, 300) is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698