basic end to end runner

This commit is contained in:
Misko Hevery
2010-05-20 15:55:41 -07:00
parent 31b35b141f
commit 5215e2095c
13 changed files with 289 additions and 278 deletions

View File

@@ -2,26 +2,13 @@
/* CSS Document */
#runner {
position: absolute;
top:5px;
left:10px;
position: absolute;
top:5px;
left:10px;
right:10px;
height: 200px;
}
#testView {
position: absolute;
bottom:10px;
top:210px;
left:10px;
right:10px;
}
#testView iframe {
width: 100%;
height: 100%;
}
.console {
display: block;
overflow: scroll;
@@ -29,6 +16,22 @@
border: 1px solid black;
}
#testView {
position: absolute;
bottom:10px;
top:230px;
left:10px;
right:10px;
}
#testView iframe {
width: 100%;
height: 100%;
}
///////////////
.collapsed .log {
display: none;
}