Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
Passsrc on HTMLSourceElement must enqueue an attributeChanged reaction when adding a new attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:51:5)
Pass
assert_array_equals(["connected"], ["connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:54:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:57:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("src", "src")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("/media/video.webm", "/media/video.webm")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/media/video.webm", "/media/video.webm")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passsrc on HTMLSourceElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:74:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:76:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:79:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("src", "src")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("/media/video.webm", "/media/video.webm")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("/media/white.mp4", "/media/white.mp4")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/media/white.mp4", "/media/white.mp4")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passtype on HTMLSourceElement must enqueue an attributeChanged reaction when adding a new attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:116:5)
Pass
assert_array_equals(["connected"], ["connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:119:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:123:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("type", "type")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"", "video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"", "video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passtype on HTMLSourceElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected", "attributeChanged"], ["constructed", "connected", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:142:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:148:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("type", "type")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"", "video/mp4; codecs=\"mp4v.20.240, mp4a.40.2\"")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("video/mp4; codecs=\"mp4v.20.8, mp4a.40.2\"", "video/mp4; codecs=\"mp4v.20.8, mp4a.40.2\"")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("video/mp4; codecs=\"mp4v.20.8, mp4a.40.2\"", "video/mp4; codecs=\"mp4v.20.8, mp4a.40.2\"")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passsrcset on HTMLSourceElement must enqueue an attributeChanged reaction when adding a new attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:51:5)
Pass
assert_array_equals(["connected"], ["connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:54:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:57:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("srcset", "srcset")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("/images/green.png", "/images/green.png")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/images/green.png", "/images/green.png")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passsrcset on HTMLSourceElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:74:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:76:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:79:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("srcset", "srcset")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("/images/green.png", "/images/green.png")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("/images/green-1x1.png", "/images/green-1x1.png")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/images/green-1x1.png", "/images/green-1x1.png")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passsizes on HTMLSourceElement must enqueue an attributeChanged reaction when adding a new attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:116:5)
Pass
assert_array_equals(["connected"], ["connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:119:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:123:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("sizes", "sizes")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("(max-width: 32px) 28px", "(max-width: 32px) 28px")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("(max-width: 32px) 28px", "(max-width: 32px) 28px")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passsizes on HTMLSourceElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected", "attributeChanged"], ["constructed", "connected", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:142:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:148:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("sizes", "sizes")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("(max-width: 32px) 28px", "(max-width: 32px) 28px")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("(max-width: 48px) 44px", "(max-width: 48px) 44px")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("(max-width: 48px) 44px", "(max-width: 48px) 44px")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passmedia on HTMLSourceElement must enqueue an attributeChanged reaction when adding a new attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:116:5)
Pass
assert_array_equals(["connected"], ["connected"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:119:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:123:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("media", "media")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("(max-width: 7px)", "(max-width: 7px)")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("(max-width: 7px)", "(max-width: 7px)")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)
Passmedia on HTMLSourceElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "connected", "attributeChanged"], ["constructed", "connected", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:142:5)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/customized-builtins/HTMLSourceElement.html:148:5)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("media", "media")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("(max-width: 7px)", "(max-width: 7px)")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("(max-width: 9px)", "(max-width: 9px)")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("(max-width: 9px)", "(max-width: 9px)")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:122:5)
Pass
assert_equals(null, null)
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:123:5)