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

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

Issue 1618373002: Add tests for HTMLAreaElement coords/shape and processing model (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 unified diff | Download patch
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 FAIL even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly) assert_equal s: elementFromPoint(150, 125) expected Element node <img src="resources/images/b lue-border.png" usemap="#x" i... but got Element node <area id="area" shape="pol y" coords="100,100,200,100,100,...
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698