Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passe.style['direction'] = "ltr" should set the property value
Asserts run
Pass
assert_not_equals("ltr", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("ltr", "ltr", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("ltr", "ltr", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['direction'] = "rtl" should set the property value
Asserts run
Pass
assert_not_equals("rtl", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("rtl", "rtl", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("rtl", "rtl", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)