зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
154 B
HTML
11 строки
154 B
HTML
|
<!DOCTYPE html>
|
||
|
<style>
|
||
|
body { color: red; }
|
||
|
@font-face {
|
||
|
src: url(bbb),
|
||
|
}
|
||
|
|
||
|
body { color: green! important; }
|
||
|
</style>
|
||
|
There should be no red
|