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. |