Summary

Harness status: OK

Found 35 tests

Details

ResultTest NameMessage
PassSVGFEBlendElement.prototype.mode, getter, initial value
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:14:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:15:3)
PassSVGFEBlendElement.prototype.mode, getter, invalid value
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:21:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:22:3)
Pass
assert_equals("not-a-valid-value", "not-a-valid-value")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:23:3)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "normal"
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "multiply"
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "screen"
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "darken"
Asserts run
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "lighten"
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "overlay"
Asserts run
Pass
assert_equals(6, 6)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "color-dodge"
Asserts run
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "color-burn"
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "hard-light"
Asserts run
Pass
assert_equals(9, 9)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "soft-light"
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "difference"
Asserts run
Pass
assert_equals(11, 11)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "exclusion"
Asserts run
Pass
assert_equals(12, 12)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "hue"
Asserts run
Pass
assert_equals(13, 13)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "saturation"
Asserts run
Pass
assert_equals(14, 14)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "color"
Asserts run
Pass
assert_equals(15, 15)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, getter, numeric value for "luminosity"
Asserts run
Pass
assert_equals(16, 16)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:50:5)
PassSVGFEBlendElement.prototype.mode, setter, invalid value
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:57:3)
Pass
assert_equals("lighten", "lighten")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:58:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { element.mode.baseVal = 17; }")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:60:3)
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:61:3)
Pass
assert_equals("lighten", "lighten")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:62:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { element.mode.baseVal = -1; }")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:64:3)
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:65:3)
Pass
assert_equals("lighten", "lighten")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:66:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { element.mode.baseVal = 0; }")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:68:3)
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:69:3)
Pass
assert_equals("lighten", "lighten")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:70:3)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "normal"
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "multiply"
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("multiply", "multiply")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "screen"
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("screen", "screen")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "darken"
Asserts run
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("darken", "darken")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "lighten"
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("lighten", "lighten")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "overlay"
Asserts run
Pass
assert_equals(6, 6)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("overlay", "overlay")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "color-dodge"
Asserts run
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("color-dodge", "color-dodge")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "color-burn"
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("color-burn", "color-burn")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "hard-light"
Asserts run
Pass
assert_equals(9, 9)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("hard-light", "hard-light")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "soft-light"
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("soft-light", "soft-light")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "difference"
Asserts run
Pass
assert_equals(11, 11)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("difference", "difference")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "exclusion"
Asserts run
Pass
assert_equals(12, 12)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("exclusion", "exclusion")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "hue"
Asserts run
Pass
assert_equals(13, 13)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("hue", "hue")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "saturation"
Asserts run
Pass
assert_equals(14, 14)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("saturation", "saturation")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "color"
Asserts run
Pass
assert_equals(15, 15)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("color", "color")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)
PassSVGFEBlendElement.prototype.mode, setter, numeric value for "luminosity"
Asserts run
Pass
assert_equals(16, 16)
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:78:5)
Pass
assert_equals("luminosity", "luminosity")
    at Test.<anonymous> ( /css/filter-effects/svgfeblendelement-mode-001.html:79:5)