Pass | CSSOM - CSSRuleList interface | Asserts runPass | assert_equals(2, 2, "CSSRuleList length attribute")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:17:9) | Pass | assert_equals("body { width: 50%; }", "body { width: 50%; }", "CSSRuleList indexed getter")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:18:9) | Pass | assert_equals("#foo { height: 100px; }", "#foo { height: 100px; }", "CSSRuleList indexed getter")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:19:9) | Pass | assert_equals(undefined, undefined, "CSSRuleList indexed getter")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:20:9) | Pass | assert_equals("body { width: 50%; }", "body { width: 50%; }", "CSSRuleList item function")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:21:9) | Pass | assert_equals("#foo { height: 100px; }", "#foo { height: 100px; }", "CSSRuleList item function")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:22:9) | Pass | assert_equals(null, null, "CSSRuleList item function")
at Test.<anonymous> ( /css/cssom/CSSRuleList.html:23:9) |
|