Skip to content

Commit

Permalink
Added test name on hover and some links to the demo footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Oct 5, 2020
1 parent 96f5546 commit 14e7e6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
min-height: 100px;
}
}

footer {
margin-top: 2em;
text-align: center;
}
footer a {
margin: 0 1em;
}
</style>

<body>
Expand All @@ -73,6 +81,20 @@ <h1>Boa Playground</h1>
<div class="textbox"></div>
<p class="output"></p>
</div>
<footer>
<a href="https://github.com/boa-dev/boa" title="View on GitHub"
>View on GitHub</a
>
-
<a href="https://discord.gg/tUFFk9Y" title="Discord chat"
>Discord chat</a
>
- <a href="./doc/" title="API documentation">API documentation</a> -
<a href="./test262/" title="ECMASCript conformance"
>ECMASCript conformance</a
>
- <a href="./dev/bench/" title="Benchmarks">Benchmarks</a>
</footer>
</div>
<script src="app.js"></script>
<script src="editor.worker.js"></script>
Expand Down
1 change: 1 addition & 0 deletions test262/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
}

let testCard = $("<div></div>")
.attr("title", innerTest.n)
.addClass("card")
.addClass("test")
.addClass("embed-responsive")
Expand Down

0 comments on commit 14e7e6e

Please sign in to comment.