layout/reftests/css-parsing/invalid-font-face-descriptor-1.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:362390955e82
1 <!DOCTYPE html>
2 <style>
3 body { color: red; }
4 @font-face {
5 src: url(bbb),
6 }
7
8 body { color: green! important; }
9 </style>
10 There should be no red

mercurial