blob: ea1b54ccc439853b47ae53138b46f1839a142a0d [file] [log] [blame]
This page tests whether the CSS 'filter' property is undetectable. If the test passes, you'll see a series of 'PASS' messages below.
PASS: typeof document.body.style.filter should be undefined and is.
PASS: document.body.style.filter ? true : false should be false and is.
PASS: document.body.style.filter == undefined should be true and is.