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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt

Issue 1631303002: Negative or zero radius for <area shape=circle> gives an empty shape (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt b/third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt
deleted file mode 100644
index 49a7d6e4d19ef6ae31c19826117b35d9b58ab2af..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-This is a testharness.js-based test.
-PASS too few numbers: "2,2,10" (rect)
-PASS negative: "-10,-10,10,10" (rect)
-PASS empty string: "" (rect)
-PASS omitted coords: null (rect)
-PASS first > third: "10,2,2,10" (rect)
-PASS second > fourth: "2,10,10,2" (rect)
-PASS first > third, second > fourth: "10,10,2,2" (rect)
-PASS negative: "-10,-10,-10,-10" (default)
-PASS too few numbers: "20,40" (circle)
-FAIL negative radius: "20,40,-10" (circle) assert_equals: elementFromPoint(21, 41) expected Element node <img src="resources/images/blue-border.png" usemap="#x" i... but got Element node <area id="area" shape="circle" coords="20,40,-10"></area>
-PASS zero radius: "20,40,0" (circle)
-PASS too few numbers: "100,100,120,100,100" (poly)
-PASS one too many numbers: "100,100,120,100,100,120,300" (poly)
-PASS even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly)
-Harness: the test ran to completion.
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698