https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0e24600d333d3430f1e10d185951331e46374b24 authored by ffxbld on 16 January 2013, 15:14:59 UTC
Added FIREFOX_19_0b2_RELEASE FIREFOX_19_0b2_BUILD1 tag(s) for changeset 8b833c1150b5. DONTBUILD CLOSED TREE a=release
Tip revision: 0e24600
basic-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { color: black; }
  span { color: green; }
  </style>
</head>
<body>
  <div><span>T</span>his is text</div>
</body>
</html>
back to top