4 @-webkit-keyframes anim {
7 /* Missing closing brace */
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
15 rule
= document
.styleSheets
[0].cssRules
[0];
16 if (!rule
|| !rule
.cssRules
|| rule
.cssRules
.length
!== 2)
18 document
.body
.textContent
= "PASS";
23 <body onload=
"load()">FAIL
</body>