Sandbox

From MozillaWiki
Revision as of 19:31, 28 January 2010 by Oremj (talk | contribs)
Jump to navigation Jump to search

<video width="512" height="288" poster="/img/tignish/video/poster-personas.jpg" controls="controls">

</video>

 
// Hello1.cs
public class Hello1
{
   public static void Main()
   {
      System.Console.WriteLine("Hello, World!");
   }
}


interface Storage {
 readonly attribute unsigned long length;
 [IndexGetter] DOMString key(in unsigned long index);
 [NameGetter] DOMString getItem(in DOMString key);
 [NameSetter, NameCreator] void setItem(in DOMString key, in DOMString data);
 [NameDeleter] void removeItem(in DOMString key);
 void clear();

};

asdf


h1 and h2 heading headings look awfully close

h2 and h1 headings look awfully close

This is bug 398439