4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
7 testRunner
.overridePreference("WebKitJavaScriptEnabled", false);
13 FAIL: This content should not render because whether scripting is enabled
14 (for the purposes of the 'noscript' tag) is locked in when the parser starts.
17 The text inside the 'noscript' tag inside the iframe should render:
20 src=
"data:text/html,<noscript><body>PASS: This test case verifies that contents inside <noscript> are rendered when Javascript is disabled.</body></noscript>">