Pass | assert_equals("Image", "Image", "Image name should be Image (not HTMLImageElement)")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:30:7) |
Pass | assert_equals(function "function () { [native code] }", function "function () { [native code] }", "Image's prototype is Function.prototype")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:31:7) |
Pass | assert_equals(object "[object HTMLImageElement]", object "[object HTMLImageElement]", "Image.prototype is same as HTMLImageElement.prototype")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:32:7) |
Pass | assert_equals(object "[object HTMLImageElement]", object "[object HTMLImageElement]", "new Image()'s prototype is HTMLImageElement.prototype ")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:33:7) |
Pass | assert_equals(object "[object HTMLElement]", object "[object HTMLElement]", "Image.prototype's prototype is HTMLElement.prototype")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:34:7) |
Pass | assert_false(false, "Image.prototype is not configurable")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:37:7) |
Pass | assert_false(false, "Image.prototype is not enumerable")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:38:7) |
Pass | assert_false(false, "Image.prototype is not writable")
at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/Image-constructor.html:39:7) |