blob: 89f7c0a51503b848dc77aadabdc53561035e665b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ALERT: This script SHOULD be run because it has both 'for=window' and 'event=onload'.
ALERT: This script SHOULD be run because it has both 'for=window' and 'event=onload()'.
ALERT: This script SHOULD be run because it only has a for attribute.
ALERT: This script SHOULD be run because it only has an event attribute.
ALERT: This script SHOULD be run because it has both 'for= window ' and 'event=onload()' and the whitespace should be irrelevant.
ALERT: This script SHOULD be run because it has both 'for=window' and 'event= onload() ' and the whitespace should be irrelevant.
ALERT: This script SHOULD be run because it has both 'for= window ' and 'event= onload() ' and the whitespace should be irrelevant.
ALERT: This script SHOULD be run because it has both 'for= window ' and 'event=onload' and the whitespace should be irrelevant.
ALERT: This script SHOULD be run because it has both 'for=window' and 'event= onload ' and the whitespace should be irrelevant.
ALERT: This script SHOULD be run because it has both 'for= window ' and 'event= onload ' and the whitespace should be irrelevant.
|