Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 524175-1.html
blobb571b3758dfbd724bf8861439de30e50497a075b
1 <!DOCTYPE html>
2 <style>
3 #foo::before { color: green; content: "This text should be green"; }
4 span::before { color: red; }
5 </style>
6 <body>
7 <span id="foo"></span>
8 </body>