This is a testharness.js-based test.
[FAIL] el-div-autofocus-attr-role-generic
assert_equals:
div with explicit role=generic and autofocus attribute.
expected "group" but got "generic"
[FAIL] el-div-autofocus-attr-role-none
assert_equals: div with explicit role=none and autofocus attribute.
expected "group" but got "none"
[FAIL] el-div-draggable-attr-role-generic
assert_equals: div with explicit role=generic and draggable attribute.
expected "group" but got "generic"
[FAIL] el-div-draggable-attr-role-none
assert_equals: div with explicit role=none and draggable attribute.
expected "group" but got "none"
[FAIL] el-div-popover-attr
assert_equals: div with popover attribute, role=group
expected "group" but got "none"
[FAIL] el-div-draggable-attr-invalid-role
assert_equals: div with draggable attribute and errant role attribute value.
expected "group" but got "generic"
[FAIL] el-section-draggable-attr
assert_equals: unnamed section with draggable attribute. expected "group" but got "generic"
[FAIL] el-cite-draggable-attr
assert_equals: cite element with draggable attribute. expected "html-cite" but got "none"
Harness: the test ran to completion.