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

changeset 2
7e26c7da4463
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