| Index: ui/views/controls/label_unittest.cc
|
| diff --git a/ui/views/controls/label_unittest.cc b/ui/views/controls/label_unittest.cc
|
| index b64d98c5973f355a901c77806d31e9e54b9bb694..be752810f3b6c2932df77ec91ccaa565cc78c418 100644
|
| --- a/ui/views/controls/label_unittest.cc
|
| +++ b/ui/views/controls/label_unittest.cc
|
| @@ -16,8 +16,7 @@ namespace views {
|
| // All text sizing measurements (width and height) should be greater than this.
|
| const int kMinTextDimension = 4;
|
|
|
| -// Disabled. http://crbug.com/316955
|
| -TEST(LabelTest, DISABLED_FontPropertySymbol) {
|
| +TEST(LabelTest, FontPropertySymbol) {
|
| Label label;
|
| std::string font_name("symbol");
|
| gfx::Font font(font_name, 26);
|
|
|