Ensure applet is hidden in perf/index.html.

Former-commit-id: ee23b966eca9148bbecd8d0826d954e755d232fe
This commit is contained in:
John-David Dalton
2012-05-23 17:00:34 -04:00
parent b2728d9902
commit 231fd46cd2
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,10 @@
padding: 0;
height: 100%;
}
applet {
position: absolute;
left: -9999em;
}
</style>
</head>
<body>