OLD | NEW |
(Empty) | |
| 1 |
| 2 This is a testharness.js-based test. |
| 3 PASS missing value default: "2,2,10,10" (null) |
| 4 FAIL missing value default: "20,40,10" (null) 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="null" coords="20,40,10"></a
rea> |
| 5 PASS missing value default: null (null) |
| 6 PASS invalid value default: "2,2,10,10" (foobar invalid) |
| 7 PASS invalid value default: "2,2,10,10" () |
| 8 PASS empty string: "" (default) |
| 9 PASS omitted coords: null (DEFAULT) |
| 10 PASS simple: "20,40,10" (circle) |
| 11 PASS simple: "20,40,10" (circ) |
| 12 PASS simple: "20,40,10" (CIRCLE) |
| 13 PASS simple: "20,40,10" (CIRC) |
| 14 FAIL LATIN CAPITAL LETTER I WITH DOT ABOVE: "20,40,10" (CİRCLE) assert_equals: e
lementFromPoint(21, 41) expected Element node <img src="resources/images/blue-bo
rder.png" usemap="#x" i... but got Element node <area id="area" shape="CİRCLE" c
oords="20,40,10"></area> |
| 15 FAIL LATIN SMALL LETTER DOTLESS I: "20,40,10" (cırcle) assert_equals: elementFro
mPoint(21, 41) expected Element node <img src="resources/images/blue-border.png"
usemap="#x" i... but got Element node <area id="area" shape="cırcle" coords="20
,40,10"></area> |
| 16 PASS simple: "100,100,120,100,100,120" (poly) |
| 17 PASS simple: "100,100,120,100,100,120" (polygon) |
| 18 Harness: the test ran to completion. |
| 19 |
OLD | NEW |