blob: 532645a455f3be449c21089e8ac2d507fc9c6e9e [file] [log] [blame]
document.write("<style>#test1 { display: none; }</style>");
var s = document.createElement('style');
s.textContent = "#test2 { display: none; }";
document.body.appendChild(s);