Sandbox: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Test)
(h1 and h2 heading headings look awfully close)
Line 21: Line 21:


asdf
asdf
= h1 and h2 heading headings look awfully close =
== h2 and h1 headings look awfully close ==
This is {{bug|398439}}

Revision as of 01:32, 14 October 2009

 
// 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