Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Pass@property detected when stylesheet appears
Asserts run
Pass
assert_equals("1px", "1px")
    at  /css/css-properties-values-api/at-property-stylesheets.html:16:5
Pass@property removal detected when last @property rule disappears
Asserts run
Pass
assert_equals("1px", "1px")
    at  /css/css-properties-values-api/at-property-stylesheets.html:28:5
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-properties-values-api/at-property-stylesheets.html:30:3)
Pass@property detected in second stylesheet
Asserts run
Pass
assert_equals("2px", "2px")
    at  /css/css-properties-values-api/at-property-stylesheets.html:44:7
Pass@property removal detected with removal of second stylesheet
Asserts run
Pass
assert_equals("2px", "2px")
    at  /css/css-properties-values-api/at-property-stylesheets.html:62:7
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property-stylesheets.html:64:5
Pass@property removal detected with removal of first stylesheet
Asserts run
Pass
assert_equals("1px", "1px")
    at Test.<anonymous> ( /css/css-properties-values-api/at-property-stylesheets.html:95:5)
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/css-properties-values-api/at-property-stylesheets.html:96:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-properties-values-api/at-property-stylesheets.html:98:5)
Pass
assert_equals("2px", "2px")
    at Test.<anonymous> ( /css/css-properties-values-api/at-property-stylesheets.html:99:5)