Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassCheck computed writing-mode for body element.
Asserts run
Pass
assert_equals("vertical-lr", "vertical-lr")
    at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-computed-root.html:15:5)
PassCheck computed writing-mode for html root element.
Asserts run
Pass
assert_not_equals("horizontal-tb", "vertical-lr")
    at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-computed-root.html:19:5)
PassCheck computed writing-mode for body element when style no longer applies.
Asserts run
Pass
assert_not_equals("horizontal-tb", "vertical-lr")
    at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-computed-root.html:24:5)