Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / high-contrast / currentColor.html
blobec298ac7a7c630dfc33c14344699e63c55d14943
1 <!doctype html>
2 <style>
3 div {
4 width: 50px;
5 height: 50px;
6 border: 1px solid currentColor;
7 color: SelectedItem;
9 </style>
10 <div></div>