Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassAllow @-rule with block inside style rule
Asserts run
Pass
assert_equals("green", "green")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:24:5)
PassAllow @-rule with semi-colon inside style rule
Asserts run
Pass
assert_equals("green", "green")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:34:5)
PassAllow @-rule with block inside page rule
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:44:5)
PassAllow @-rule with semi-colon inside page rule
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:54:5)
PassAllow @-rule with block inside font-face rule
Asserts run
Pass
assert_equals("myfont", "myfont")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:64:5)
PassAllow @-rule with semi-colon inside font-face rule
Asserts run
Pass
assert_equals("myfont", "myfont")
    at Test.<anonymous> ( /css/css-syntax/at-rule-in-declaration-list.html:74:5)