aboutsummaryrefslogtreecommitdiffstats
path: root/development/test.html
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-09-14 11:25:27 +0800
committerkumavis <aaron@kumavis.me>2017-09-14 11:25:27 +0800
commitb53d04c40975adc0fadf20bc6ca875bd9c39e595 (patch)
tree8bd46765152728172314bed921e498cf346f3b35 /development/test.html
parent610f09262d8686cf975b25ffb6e2b5371e3d55c0 (diff)
downloadtangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.gz
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.bz2
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.lz
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.xz
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.zst
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.zip
tests - integration - get flat and mascara tests closer to compatible
Diffstat (limited to 'development/test.html')
-rw-r--r--development/test.html5
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>