https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7ced355a39f838fe7f1d9a0a8eb94ab9906faf7c authored by B2G Bumper Bot on 19 February 2015, 15:57:00 UTC
Bumping manifests a=b2g-bump
Tip revision: 7ced355
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