Pass | div.dropzone should not be undefined if it's been set | Asserts runPass | assert_not_equals("", undefined, "div.dropzone should not be undefined if it's been set")
at Test.<anonymous> ( /html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:24:11) |
|
Fail | div.dropzone should not be null | assert_not_equals: div.dropzone should not be null got disallowed value null at Test.<anonymous> (https://wpt.live/html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:29:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:27:9 Asserts runFail | assert_not_equals(null, null, "div.dropzone should not be null")
at Test.<anonymous> ( /html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:29:11) |
|
Fail | div dropzone idl attribute must reflect the content attribute of the same name | assert_equals: div dropzone idl attribute must reflect the content attribute of the same name expected (string) "copy file:image/png file:image/gif file:image/jpeg" but got (object) null at Test.<anonymous> (https://wpt.live/html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:35:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:32:9 Asserts runFail | assert_equals(null, "copy file:image/png file:image/gif file:image/jpeg", "div dropzone idl attribute must reflect the content attribute of the same name")
at Test.<anonymous> ( /html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:35:11) |
|
Pass | div dropzone content attribute is set to the literal value | Asserts runPass | assert_equals("copy file:image/png file:image/gif file:image/jpeg", "copy file:image/png file:image/gif file:image/jpeg", "div dropzone content attribute is set to the literal value")
at Test.<anonymous> ( /html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html:41:11) |
|