Summary

Harness status: OK

Found 47 tests

Details

ResultTest NameMessage
PassCan set 'background-blend-mode' to CSS-wide keywords: initial
Asserts run
Pass
assert_not_equals(object "initial", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("initial", "initial")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
PassCan set 'background-blend-mode' to CSS-wide keywords: inherit
Asserts run
Pass
assert_not_equals(object "inherit", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("inherit", "inherit")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
PassCan set 'background-blend-mode' to CSS-wide keywords: unset
Asserts run
Pass
assert_not_equals(object "unset", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("unset", "unset")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
PassCan set 'background-blend-mode' to CSS-wide keywords: revert
Asserts run
Pass
assert_not_equals(object "revert", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("revert", "revert")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
PassCan set 'background-blend-mode' to var() references: var(--A)
Asserts run
Pass
assert_not_equals(object " var(--A)", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSUnparsedValue", "CSSUnparsedValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals(2, 2)
    at assert_style_value_array_equals ( /css/css-typed-om/resources/testhelper.js:123:3)
Pass
assert_equals("String", "String")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals(" ", " ")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:116:7)
Pass
assert_equals("CSSVariableReferenceValue", "CSSVariableReferenceValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("--A", "--A")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:83:7)
Pass
assert_equals(null, null)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:47:5)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
PassCan set 'background-blend-mode' to the 'normal' keyword: normal
Asserts run
Pass
assert_not_equals(object "normal", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("normal", "normal")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "normal", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("normal", "normal")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'multiply' keyword: multiply
Asserts run
Pass
assert_not_equals(object "multiply", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("multiply", "multiply")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "multiply", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("multiply", "multiply")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'screen' keyword: screen
Asserts run
Pass
assert_not_equals(object "screen", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("screen", "screen")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "screen", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("screen", "screen")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'overlay' keyword: overlay
Asserts run
Pass
assert_not_equals(object "overlay", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("overlay", "overlay")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "overlay", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("overlay", "overlay")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'darken' keyword: darken
Asserts run
Pass
assert_not_equals(object "darken", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("darken", "darken")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "darken", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("darken", "darken")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'lighten' keyword: lighten
Asserts run
Pass
assert_not_equals(object "lighten", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("lighten", "lighten")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "lighten", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("lighten", "lighten")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'color-dodge' keyword: color-dodge
Asserts run
Pass
assert_not_equals(object "color-dodge", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color-dodge", "color-dodge")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "color-dodge", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color-dodge", "color-dodge")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'color-burn' keyword: color-burn
Asserts run
Pass
assert_not_equals(object "color-burn", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color-burn", "color-burn")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "color-burn", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color-burn", "color-burn")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'hard-light' keyword: hard-light
Asserts run
Pass
assert_not_equals(object "hard-light", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("hard-light", "hard-light")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "hard-light", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("hard-light", "hard-light")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'soft-light' keyword: soft-light
Asserts run
Pass
assert_not_equals(object "soft-light", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("soft-light", "soft-light")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "soft-light", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("soft-light", "soft-light")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'difference' keyword: difference
Asserts run
Pass
assert_not_equals(object "difference", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("difference", "difference")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "difference", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("difference", "difference")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'exclusion' keyword: exclusion
Asserts run
Pass
assert_not_equals(object "exclusion", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("exclusion", "exclusion")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "exclusion", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("exclusion", "exclusion")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'hue' keyword: hue
Asserts run
Pass
assert_not_equals(object "hue", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("hue", "hue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "hue", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("hue", "hue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'saturation' keyword: saturation
Asserts run
Pass
assert_not_equals(object "saturation", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("saturation", "saturation")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "saturation", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("saturation", "saturation")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'color' keyword: color
Asserts run
Pass
assert_not_equals(object "color", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color", "color")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "color", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("color", "color")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassCan set 'background-blend-mode' to the 'luminosity' keyword: luminosity
Asserts run
Pass
assert_not_equals(object "luminosity", null, "Specified value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:307:7)
Pass
assert_true(true, "Specified value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:309:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("luminosity", "luminosity")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
Pass
assert_not_equals(object "luminosity", null, "Computed value must not be null")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:321:7)
Pass
assert_true(true, "Computed value must be a CSSStyleValue")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:323:7)
Pass
assert_equals("CSSKeywordValue", "CSSKeywordValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("luminosity", "luminosity")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:58:7)
PassSetting 'background-blend-mode' to a length: 0px throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a length: -3.14em throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a length: 3.14cm throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a length: calc(0px + 0em) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a percent: 0% throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a percent: -3.14% throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a percent: 3.14% throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a percent: calc(0% + 0%) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a time: 0s throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a time: -3.14ms throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a time: 3.14s throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a time: calc(0s + 0ms) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to an angle: 0deg throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to an angle: 3.14rad throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to an angle: -3.14deg throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to an angle: calc(0rad + 0deg) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a flexible length: 0fr throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a flexible length: 1fr throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a flexible length: -3.14fr throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a number: 0 throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a number: -3.14 throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a number: 3.14 throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a number: calc(2 + 3) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a transform: translate(50%, 50%) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a transform: perspective(10em) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)
PassSetting 'background-blend-mode' to a transform: translate3d(0px, 1px, 2px) translate(0px, 1px) rotate3d(1, 2, 3, 45deg) rotate(45deg) scale3d(1, 2, 3) scale(1, 2) skew(1deg, 1deg) skewX(1deg) skewY(45deg) perspective(1px) matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) matrix(1, 2, 3, 4, 5, 6) throws TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => styleMap.set(propertyName, example.input)")
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/properties/resources/testsuite.js:359:7)