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