Fix firefox css tests

This commit is contained in:
Stuart Taylor
2018-04-11 14:43:54 +01:00
committed by Mrugesh Mohapatra
parent 5002a1069f
commit 6dd6b44848

View File

@ -1,5 +1,8 @@
.hide-test-frame { .hide-test-frame {
display: none; position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
} }
.challenge-preview, .challenge-preview-frame { .challenge-preview, .challenge-preview-frame {