Enable JavaScript and reload.

Summary

Harness status: OK

Found 27 tests

Details

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