Bug 748254. When we encounter an unexpected '}' terminating a font-face descriptor's value, correctly close the font-face rule instead of eating the rest of the stylesheet. r=dbaron
<!DOCTYPE html>
<style>
body { color: red; }
@font-face {
src: url(bbb),
}
body { color: green! important; }
</style>
There should be no red