no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-parsing / invalid-font-face-descriptor-1.html
blob43ab568f34d5932972e8e8a2dace6f00410013de
1 <!DOCTYPE html>
2 <style>
3 body { color: red; }
4 @font-face {
5 src: url(bbb),
8 body { color: green! important; }
9 </style>
10 There should be no red