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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 This is a testharness.js-based test.
3 PASS too few numbers: "2,2,10" (rect)
4 PASS negative: "-10,-10,10,10" (rect)
5 PASS empty string: "" (rect)
6 PASS omitted coords: null (rect)
7 PASS first > third: "10,2,2,10" (rect)
8 PASS second > fourth: "2,10,10,2" (rect)
9 PASS first > third, second > fourth: "10,10,2,2" (rect)
10 PASS negative: "-10,-10,-10,-10" (default)
11 PASS too few numbers: "20,40" (circle)
12 FAIL negative radius: "20,40,-10" (circle) assert_equals: elementFromPoint(21, 4 1) 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"></a rea>
13 PASS zero radius: "20,40,0" (circle)
14 PASS too few numbers: "100,100,120,100,100" (poly)
15 PASS one too many numbers: "100,100,120,100,100,120,300" (poly)
16 PASS even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly)
17 Harness: the test ran to completion.
18
OLDNEW
« 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