Mypal/layout/reftests/css-parsing/invalid-font-face-descripto...

11 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