3 <style> #error { display: none; }
</style>
5 function showErrorMsg()
7 document
.getElementById('error').style
.display
= 'block';
12 <body onload=
"showErrorMsg()">
14 <p>TEST: Video should have controls when scripting is disabled.
</p>
17 src=
"http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov">
20 <noscript><p>Scripting is DISABLED.
</p></noscript>
22 <p id=error
>ERROR: JavaScript must be disabled for this test.
</p>