https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eb24259e00e59d852adfdfc21432f959dfa206f7 authored by ffxbld on 26 June 2015, 06:05:46 UTC
Added FENNEC_39_0_RELEASE FENNEC_39_0_BUILD2 tag(s) for changeset 3a9878cc0371. DONTBUILD CLOSED TREE a=release
Tip revision: eb24259
325543-1b.html
<!DOCTYPE html>
<html>
  <body onload="document.getElementById('t').style.display = 'block'">
    <!-- space between the two spans is key -->
    <span style="display: table-cell">First line</span> <span style="display: none" id="t">Second line</span>
  </body>
</html>
back to top