no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1384275-1.html
bloba5b12b9991e62da8af05a8ec43ae6df12f65c4af
1 <!DOCTYPE html>
2 <style>
3 p { color: red; }
4 @import url(https://example.invalid/a.css);
5 @supports (color: green) {
6 p { color: green; }
8 </style>
9 <p>This text should be green.</p>