5 testRunner
.dumpAsText();
8 * {background-image:inherit;}
15 document
.body
.style
.background
="-webkit-canvas(foo)";
16 var head
= document
.getElementById("head");
17 style
= document
.createElement("style");
18 style
.type
= "text/css";
19 var rule
= document
.createTextNode("* {content:counter(mycount_id)}");
20 style
.appendChild(rule
);
21 head
.appendChild(style
);
22 document
.body
.setAttribute("style","line-height:128mm;");
24 This test works if it doesn't crash.