Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassMarkup attribute
Asserts run
Pass
assert_equals("ltr", "ltr")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:12:3)
Pass
assert_equals("LTR", "LTR")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:13:3)
PassSetting the idl attribute to a garbage value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:17:3)
Pass
assert_equals("x-garbage", "x-garbage")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:18:3)
PassSetting the idl attribute to the empty string
Asserts run
Pass
assert_true(true, "Attribute should still be around")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:22:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:23:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/document-dir.html:24:3)