Test DOMPoint and DOMPointReadOnly interfaces

Summary

Harness status: OK

Found 40 tests

Details

ResultTest NameMessage
Passtest DOMPoint Constructor no args
Asserts run
Pass
assert_equals(0, 0, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor one args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor two args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor three args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor four args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor more then four args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor with undefined
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor with string
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(NaN, NaN, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Constructor with empty object
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with empty object
Asserts run
Pass
assert_equals(0, 0, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x, y
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x, y, z
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x, y, z, w
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x, y, z, w, v
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with x, z
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint fromPoint with undefined value
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint matrixTransform
Asserts run
Pass
assert_equals(20, 20, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(18, 18, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint matrixTransform with inconsistent input
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {               point.matrixTransform({ is2D: true, m33: 1.0000001 });             }")
    at Test.<anonymous> ( /css/geometry/DOMPoint-002.html:81:13)
Passtest DOMPoint Attributes undefined
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(NaN, NaN, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(NaN, NaN, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(NaN, NaN, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPoint Attributes NaN Infinity
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(Infinity, Infinity, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(-Infinity, -Infinity, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(Infinity, Infinity, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor no args
Asserts run
Pass
assert_equals(0, 0, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor one args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor two args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor three args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor four args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor more then four args
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor with undefined
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor with string
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(NaN, NaN, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Constructor with object
Asserts run
Pass
assert_equals(NaN, NaN, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with empty object
Asserts run
Pass
assert_equals(0, 0, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x, y
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x, y, z
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x, y, z, w
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x, y, z, w, v
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(2, 2, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(4, 4, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with x, z
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly fromPoint with undefined value
Asserts run
Pass
assert_equals(1, 1, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(3, 3, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly matrixTransform
Asserts run
Pass
assert_equals(22, 22, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(32, 32, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)
Passtest DOMPointReadOnly Attributes undefined
Asserts run
Pass
assert_equals(0, 0, "x is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:169:13)
Pass
assert_equals(0, 0, "y is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:170:13)
Pass
assert_equals(0, 0, "z is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:171:13)
Pass
assert_equals(1, 1, "w is not matched")
    at checkDOMPoint ( /css/geometry/DOMPoint-002.html:172:13)