6 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=15649">bug
15649</a>:
7 Empty STYLE elements are not reflected into the document.styleSheets object.
</p>
10 testRunner
.dumpAsText();
11 document
.getElementsByTagName('head')[0].appendChild(document
.createElement("style"));
12 document
.write(document
.styleSheets
.length
== 2 ? "SUCCESS" : "FAILURE: " + document
.styleSheets
.length
+ " stylesheets");