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

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

Issue 1630763002: Use even-odd fill rule for <area shape=poly> (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
index 72806b9371bf14a69140af06e4c2543391e4a061..49a7d6e4d19ef6ae31c19826117b35d9b58ab2af 100644
--- a/third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/html/area-processing-expected.txt
@@ -13,6 +13,6 @@ FAIL negative radius: "20,40,-10" (circle) assert_equals: elementFromPoint(21, 4
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)
-FAIL even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly) assert_equals: elementFromPoint(150, 125) expected Element node <img src="resources/images/blue-border.png" usemap="#x" i... but got Element node <area id="area" shape="poly" coords="100,100,200,100,100,...
+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