Sandbox

Revision as of 01:32, 14 October 2009 by Skierpage (talk | contribs) (h1 and h2 heading headings look awfully close)
 
// 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