mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
f0ee8b8b01
MozReview-Commit-ID: EJiO8Nq5Frb
11 lines
180 B
HTML
11 lines
180 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html { display: table; }
|
|
body { overflow: scroll; }
|
|
</style>
|
|
<script>
|
|
onload = function() {
|
|
document.body.style.display = 'inline';
|
|
}
|
|
</script>
|