From 110a3a421c78941c15c43208ae211d3975647847 Mon Sep 17 00:00:00 2001 From: DC Date: Thu, 31 Dec 2015 04:06:18 -0800 Subject: [PATCH] Make test output selectable --- static/jasmine.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/jasmine.less b/static/jasmine.less index 593561e3e..b0ca65a78 100644 --- a/static/jasmine.less +++ b/static/jasmine.less @@ -147,6 +147,8 @@ body { font-weight: bold; color: #d9534f; padding: 5px 0 5px 0; + -webkit-user-select: text; + user-select: text; } .result-message.deprecation-message {