Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passunexpected contents for selector ['']
Asserts run
Pass
assert_equals("margin: 3cm;", "margin: 3cm;", "unexpected @page contents")
    at Test.<anonymous> ( /css/css-page/page-rule-declarations-001.html:45:29)
Passunexpected contents for selector [':first']
Asserts run
Pass
assert_equals("margin-top: 6cm;", "margin-top: 6cm;", "unexpected @page contents")
    at Test.<anonymous> ( /css/css-page/page-rule-declarations-001.html:45:29)
Passunexpected contents for selector [':left']
Asserts run
Pass
assert_equals("color: red;", "color: red;", "unexpected @page contents")
    at Test.<anonymous> ( /css/css-page/page-rule-declarations-001.html:45:29)
Passunexpected contents for selector [':right']
Asserts run
Pass
assert_equals("color: blue;", "color: blue;", "unexpected @page contents")
    at Test.<anonymous> ( /css/css-page/page-rule-declarations-001.html:45:29)
PassCSS Paged Media: parsing @page declarations inside @media
Asserts run
Pass
assert_equals(0, 0, "missing @page selectors in @media")
    at Test.<anonymous> ( /css/css-page/page-rule-declarations-001.html:54:9)