gecko-dev/layout/reftests/bugs/883987-1a.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 строки
134 B
HTML
Исходник Обычный вид История

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