1 2 3 4 5 6 7 8 9 10
<noscript> <style type="text/css"> #foo { display: none; } </style> </noscript> <script> if (window.testRunner) testRunner.dumpAsText(); </script> <div id="foo">PASS</div>