Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/css-parsing/invalid-font-face-descriptor-1.html

10 lines
154 B
HTML

<!DOCTYPE html>
<style>
body { color: red; }
@font-face {
src: url(bbb),
}
body { color: green! important; }
</style>
There should be no red