Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passsrc on HTMLEmbedElement must enqueue an attributeChanged reaction when adding src content attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:141:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:144:9)
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/movie_5.mp4", "/media/movie_5.mp4")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/media/movie_5.mp4", "/media/movie_5.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)
Passsrc on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "attributeChanged"], ["constructed", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:161:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:164:9)
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/movie_5.mp4", "/media/movie_5.mp4")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("/media/sound_5.mp3", "/media/sound_5.mp3")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("/media/sound_5.mp3", "/media/sound_5.mp3")
    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 HTMLEmbedElement must enqueue an attributeChanged reaction when adding type content attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:141:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:144:9)
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/webm", "video/webm")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("video/webm", "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)
Passtype on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "attributeChanged"], ["constructed", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:161:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:164:9)
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/webm", "video/webm")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("video/mp4", "video/mp4")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("video/mp4", "video/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)
Passwidth on HTMLEmbedElement must enqueue an attributeChanged reaction when adding width content attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:141:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:144:9)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("width", "width")
    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("100", "100")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("100", "100")
    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)
Passwidth on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "attributeChanged"], ["constructed", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:161:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:164:9)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("width", "width")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("100", "100")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("120", "120")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("120", "120")
    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)
Passheight on HTMLEmbedElement must enqueue an attributeChanged reaction when adding height content attribute
Asserts run
Pass
assert_array_equals(["constructed"], ["constructed"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:141:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:144:9)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("height", "height")
    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("100", "100")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("100", "100")
    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)
Passheight on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute
Asserts run
Pass
assert_array_equals(["constructed", "attributeChanged"], ["constructed", "attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:161:9)
Pass
assert_array_equals(["attributeChanged"], ["attributeChanged"])
    at Test.<anonymous> ( /custom-elements/reactions/resources/reactions.js:164:9)
Pass
assert_equals("attributeChanged", "attributeChanged")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:118:5)
Pass
assert_equals("height", "height")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:119:5)
Pass
assert_equals("100", "100")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:120:5)
Pass
assert_equals("120", "120")
    at assert_attribute_log_entry ( /custom-elements/resources/custom-elements-helpers.js:121:5)
Pass
assert_equals("120", "120")
    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)