<!DOCTYPE html> <style> body { background: green } @supports (color: red) or ("foo ) { body { background: red } } </style>