Pass | an <a> element should have a draggable property | Asserts runPass | assert_idl_attribute(Element node <a href="#">.</a>, "draggable")
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:71:3) |
|
Pass | a <div> element should have a draggable property | Asserts runPass | assert_idl_attribute(Element node <div></div>, "draggable")
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:75:3) |
|
Pass | an <img> element should have a draggable property | Asserts runPass | assert_idl_attribute(Element node <img src="../resources/1x1-transparent.gif"></img>, "draggable")
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:79:3) |
|
Pass | an <a> element should be draggable by default | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:85:3) |
|
Pass | a <div> element should not be draggable by default | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:89:3) |
|
Pass | an <img> element should be draggable by default | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:93:3) |
|
Pass | an <a> element with draggable="true" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:99:3) |
|
Pass | a <div> element with draggable="true" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:103:3) |
|
Pass | an <img> element with draggable="true" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:107:3) |
|
Pass | an <a> element with draggable="false" should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:113:3) |
|
Pass | a <div> element with draggable="false" should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:117:3) |
|
Pass | an <img> element with draggable="false" should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:121:3) |
|
Pass | an <a> element with draggable="auto" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:127:3) |
|
Pass | a <div> element with draggable="auto" should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:131:3) |
|
Pass | an <img> element with draggable="auto" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:135:3) |
|
Pass | an <a> element with draggable="foo" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:141:3) |
|
Pass | a <div> element with draggable="foo" should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:145:3) |
|
Pass | an <img> element with draggable="foo" should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:149:3) |
|
Pass | an <a> element with the draggable property set to true through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:156:3) |
|
Pass | a <div> element with the draggable property set to true through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:161:3) |
|
Pass | an <img> element with the draggable property set to true through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:166:3) |
|
Pass | an <a> element with the draggable property set to false through a script should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:173:3) |
|
Pass | a <div> element with the draggable property set to false through a script should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:178:3) |
|
Pass | an <img> element with the draggable property set to false through a script should not be draggable | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:183:3) |
|
Pass | an <a> element with the draggable property set to "foo" through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:190:3) |
|
Pass | a <div> element with the draggable property set to "foo" through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:195:3) |
|
Pass | an <img> element with the draggable property set to "foo" through a script should be draggable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/dom/draggable.html:200:3) |
|