script
should not cause screen flicker.
script
may cause screen flicker.
script
elements.
Question | Does this script cause screen flicker? |
---|---|
PASS | script does not cause screen flicker. |
FAIL | script causes screen flicker. |
script
in the document.script
should not cause the screen to flicker.script
or modify it so the screen does not flicker.script
element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #87 - Negative</title> </head> <body> </body> </html>
script
element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #87 - Positive</title> </head> <body> <script/> <noscript>Alternate content for script</noscript> </body> </html>