diff options
tests - integration - get flat and mascara tests closer to compatible
Diffstat (limited to 'development/test.html')
-rw-r--r-- | development/test.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/test.html b/development/test.html index 702be7fa0..49084c0a4 100644 --- a/development/test.html +++ b/development/test.html @@ -18,13 +18,14 @@ </body> <style> -html, body, #app-content, .super-dev-container { +html, body, #test-container, .super-dev-container { height: 100%; width: 100%; position: relative; background: white; } -.mock-app-root { + +#app-content { background: #F7F7F7; } </style> |