Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassRule that looks like a custom property declaration is ignored
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:15:5)
Pass
assert_equals(".a", ".a")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:16:5)
Pass
assert_equals(".b", ".b")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:17:5)
PassRule that looks like an invalid custom property declaration is ignored
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:30:5)
Pass
assert_equals(".a", ".a")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:31:5)
Pass
assert_equals(".b", ".b")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:32:5)
PassNested rule that looks like a custom property declaration
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:46:5)
Pass
assert_equals("div", "div")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:47:5)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:50:5)
Pass
assert_equals("& .a", "& .a")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:51:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:52:5)
Pass
assert_equals("hover { }\n    .b { }", "hover { }\n    .b { }")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:54:5)
PassNested rule that looks like an invalid custom property declaration
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:70:5)
Pass
assert_equals("div", "div")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:71:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:76:5)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:82:5)
Pass
assert_equals("& .a", "& .a")
    at Test.<anonymous> ( /css/css-syntax/custom-property-rule-ambiguity.html:83:5)