3 <script language=
"javascript">
7 testRunner
.dumpAsText();
9 rule
= document
.styleSheets
[0].cssRules
[0];
10 if (rule
[0].parentRule
== rule
)
11 document
.body
.innerHTML
= "SUCCESS";
14 <style type=
"text/css">
15 @
-webkit-keyframes anim
{
22 <body onload=
"runTest()">FAILURE
</body>