<!DOCTYPE html>
<html lang="en-US">
<head>
<style media="screen and (scan: interlace)">
body{
color:red;
}
</style>
<style media="screen and (scan: progressive)">
body{
color:green;
}
</style>
</head>
<body>
<p>Scan is not supported in any version of chrome, mozilla, IE, Edge, Opera</p>
</body>
</html>