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